SEC Filings 10k and Proxy
=

Display your SEC filings within SOX compliant standards.

=

Customize which filings to display, how they are displayed, and how documents open when clicked

Shortcode Breakdown

Shortcode break down – all of these settings and more can be found in Settings / B2i Options


b2i_secModule
t=”10KandProxy” Filter: 10KandProxy displays the 10-Ks and Proxy statements – visit our settings page for more filter options
sf=”0″ Show Filter Dropdown turned off
n=”1″ Navigation (paging) turned on
c=”10″ Count: 4 items will be returned

JavaScript API Breakdown

Javascript API break down – all of these settings and more can be found in JavaScript API Documentation

<div id=”10KandProxy”></div>
<script language=”JavaScript” src=”https://www.b2i.us/b2i/SECapi.js?v=1.0.4″ type=”text/javascript”></script>
<script language=”JavaScript” type=”text/javascript”>
oSEC.BizID=”449″;
oSEC.sKey=”Q6i2x9K5p3″;
oSEC.t=”10KandProxy”;
oSEC.sDiv=”10KandProxy”;
oSEC.c=”10″;
oSEC.n=”1″;
oSEC.sHttp=”https”;
oSEC.sf=”0″;
getSecData();
</script>