SEC Filings
This page displays the usage of our SEC module twice on the page.
The first instance displays the latest 10(Q or K) filing.
The second instance displays all SEC filings with pagination and filtering.
Designers: Since we using the SEC module on the page twice, notice the second instance has a unique sdiv parameter to correctly handle the second instance.
Shortcode break down – all of these settings and more can be found in Settings / B2i Options
[b2i_sec lo="5" t="10" sf="0" n="0" c="1" df="5"]
b2i_sec
B2i modulelo="5"
Output layout – option 5 is for a condensed-enhanced viewt="10"
Filter: 10 displays the latest 10-K or 10-Q – visit our settings page for more filter optionssf="0"
Show Filter Dropdown turned offn="0"
Navigation (paging) turned offc="1"
Count: 1 item will be returneddf="5"
Date Format: 5 – Month DD, YYYYJavaScript API Breakdown
Javascript API break down – all of these settings and more can be found in JavaScript API Documentation
oSEC.BizID="449";
oSEC.sKey="Q6i2x9K5p3";
oSEC.t="10";
oSEC.sDiv="SECdiv10";
oSEC.o="default";
oSEC.c="1";
oSEC.n="0";
oSEC.sHttp="https";
oSEC.sf="0";
oSEC.lo="5";
oSEC.df="5";
getSecData();
LATEST FINANCIAL RESULTS
Shortcode break down – all of these settings and more can be found in Settings / B2i Options
[b2i_sec sdiv="demoSecAll" lo="1" sf="1" n="1" c="10" t="" ol="2" oi="2"]
b2i_sec
B2i modulesdiv="demoSecAll"
Custom div name to load contentlo="1"
Output layout – option 1 is for list viewsf="1"
Show Filter Dropdown turned onn="1"
Navigation (paging) turned onc="10"
Count: 10 items will be returnedt=""
Filter: set to none, so showing allol="2"
Open link: 2 for new windowoi="2"
Open icon: 2 for new windowJavaScript API Breakdown
Javascript API break down – all of these settings and more can be found in JavaScript API Documentation
oSEC.BizID="449";
oSEC.sKey="Q6i2x9K5p3";
oSEC.sDiv="demoSecAll";
oSEC.o="default";
oSEC.c="10";
oSEC.n="1";
oSEC.sHttp="https";
oSEC.sf="1";
oSEC.lo="1";
oSEC.OpenLinks="2";
oSEC.OpenIcons="2";
getSecData();