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.

WordPress Shortcode Breakdown
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 module
lo="5" Output layout – option 5 is for a condensed-enhanced view
t="10" Filter: 10 displays the latest 10-K or 10-Q – visit our settings page for more filter options
sf="0" Show Filter Dropdown turned off
n="0" Navigation (paging) turned off
c="1" Count: 1 item will be returned
df="5" Date Format: 5 – Month DD, YYYY

JavaScript 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 Breakdown
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 module
sdiv="demoSecAll" Custom div name to load content
lo="1" Output layout – option 1 is for list view
sf="1" Show Filter Dropdown turned on
n="1" Navigation (paging) turned on
c="10" Count: 10 items will be returned
t="" Filter: set to none, so showing all
ol="2" Open link: 2 for new window
oi="2" Open icon: 2 for new window

JavaScript 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();

All SEC Filings