Reported Financials

Reported Financials Python 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:
get_fundamental_reported_financials()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
id = 'AAPL-income_statement-2018-Q1'
response = intrinio.FundamentalsApi().get_fundamental_reported_financials(id)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseReportedFinancials

Properties

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

Properties

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

Properties

NameTypeDescription
tagstrThe tag code  
namestrThe tag name  
balancestrWhether the tag represents a credit or debit  
unitstrThe unit of the tag  
abstractboolIf True, the tag is an abstract and does not represent a nominal value  
sequenceintThe vertical sequence of the tag when displayed in the financial statement  
depthintThe horizontal depth of the tag when displayed in the financial statement  
object
ReportedFinancialDimension

Properties

NameTypeDescription
axisstrThe axis of the dimension  
memberstrThe member of the axis  
object
Fundamental

Properties

NameTypeDescription
idstrThe Intrinio ID of the Fundamental  
statement_codestrThe code of the financial statement that the Fundamental represents  
fiscal_yearfloatThe fiscal year  
fiscal_periodstrThe fiscal period  
typestrThe type of Fundamental  
start_datedateThe period start date  
end_datedateThe period start date  
filing_datedatetimeThe date and time when the Fundamental was filed with the SEC  
is_latestboolIs 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
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company