API Documentation
<div id="Fin1Div"></div> When using Financials multiple times on same page, set unique div ids
<script language="JavaScript" src="https://www.b2i.us/b2i/FundamentalApi.asp?v=1.0.6" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
oFinancials.BizID="2626";
oFinancials.sKey="Sf6Ic9Gy8";
oFinancials.Symbol="OCC";
oFinancials.sDiv="Fin1Div";
oFinancials.sHttp="https";
oFinancials.Mode="0";
getFinancialsData();
</script>
Optional parameters: Should always come before calling the getFinancialsData(); method.
oFinancials.sDiv=""; | Sets the location to render the data | ||||||||||||
oFinancials.Mode="1"; | Multiple disply options | ||||||||||||
oFinancials.Tab="1"; | Tabs 1-3 When using Mode="0" to display Tabs. This allows you to set the Tab selected by default. | ||||||||||||
|