Reported Financials

Reported Financials Javascript API Documentation

Returns as-reported financial statement data for income statement, balance sheet, and cash flow statement. Data for income statement and cash flow statement is available on a FY, QTR (Q1, Q2, Q3, Q4), TTM (Q1TTM, Q2TTM, Q3TTM), and YTD (Q2YTD, Q3YTD) basis. Data for the balance sheet is available on a FY or QTR (Q1, Q2, Q3, Q4) basis only due its point-in-time nature.

API Class:
FundamentalsApi
Instance Method:
getFundamentalReportedFinancials()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var fundamentals = new intrinioSDK.FundamentalsApi();
var id = "AAPL-income_statement-2018-Q1";
fundamentals.getFundamentalReportedFinancials(id).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
idStringThe Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental 


Return Type

object
ApiResponseReportedFinancials

Properties

NameTypeDescription
reportedFinancials[ReportedFinancial] 
fundamentalFundamental 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ReportedFinancial

Properties

NameTypeDescription
xbrlTagReportedTag 
valueNumberThe value reported for the XBRL Tag within the scope of the Fundamental  
dimensions[ReportedFinancialDimension]The combination of XBRL axis and members that defines the dimensionalization of this fact (if any)  
object
ReportedTag

Properties

NameTypeDescription
tagStringThe tag code  
nameStringThe tag name  
balanceStringWhether the tag represents a credit or debit  
unitStringThe unit of the tag  
_abstractBooleanIf true, the tag is an abstract and does not represent a nominal value  
sequenceNumberThe vertical sequence of the tag when displayed in the financial statement  
depthNumberThe horizontal depth of the tag when displayed in the financial statement  
object
ReportedFinancialDimension

Properties

NameTypeDescription
axisStringThe axis of the dimension  
memberStringThe member of the axis  
object
Fundamental

Properties

NameTypeDescription
idStringThe Intrinio ID of the Fundamental  
statementCodeStringThe code of the financial statement that the Fundamental represents  
fiscalYearNumberThe fiscal year  
fiscalPeriodStringThe fiscal period  
typeStringThe type of Fundamental  
startDateDateThe period start date  
endDateDateThe period start date  
filingDateDateThe date and time when the Fundamental was filed with the SEC  
isLatestBooleanIs this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (reference)  
companyCompanySummaryThe Company that the Fundamental was belongs to  
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company