Standardized Financials

Standardized Financials Python API Documentation

Returns standardized financial statement data for income statement, balance sheet, cash flow statement and over 100 associated calculations for a given company. Data for income statement, cash flow statement, and calculations 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_standardized_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_standardized_financials(id)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseStandardizedFinancials

Properties

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

Properties

NameTypeDescription
data_tagDataTagSummary 
valuefloatThe value for the Data Tag within the scope of the Fundamental  
object
DataTagSummary

Properties

NameTypeDescription
idstrThe Intrinio ID for the Data Tag  
namestrThe readable name of the Data Tag  
tagstrThe code-name of the Data Tag  
parentstrThe parent Data Tag forming the statement relationship with the factor  
sequencefloatThe order in which the Data Tag appears in its logical group (such as a financial statement)  
factorstrThe operator forming the statement relationship between the child Data Tag (or Data Tags) and the parent Data Tag  
balancestrWhether the Data Tag represents a credit or debit  
unitstrThe unit of the Data Tag  
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