Reported Financials

Reported Financials R 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:
IntrinioSDK::FundamentalsApi
Instance Method:
get_fundamental_reported_financials()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
FundamentalsApi <- IntrinioSDK::FundamentalsApi$new(client)
# Required params
id <- "AAPL-income_statement-2018-Q1"
response <- FundamentalsApi$get_fundamental_reported_financials(id)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::ApiResponseReportedFinancials

Properties

NameTypeDescription
reported_financialsList of ReportedFinancial 
reported_financials_data_frameData FrameData frame representation of reported_financials
fundamentalFundamental 
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ReportedFinancial

Properties

NameTypeDescription
xbrl_tagReportedTag 
valueNumericThe value reported for the XBRL Tag within the scope of the Fundamental  
dimensionsList of ReportedFinancialDimensionThe combination of XBRL axis and members that defines the dimensionalization of this fact (if any)  
dimensions_data_frameData FrameData frame representation of dimensions
object
IntrinioSDK::ReportedTag

Properties

NameTypeDescription
tagCharacterThe tag code  
nameCharacterThe tag name  
balanceCharacterWhether the tag represents a credit or debit  
unitCharacterThe unit of the tag  
abstractLogicalIf TRUE, the tag is an abstract and does not represent a nominal value  
sequenceIntegerThe vertical sequence of the tag when displayed in the financial statement  
depthIntegerThe horizontal depth of the tag when displayed in the financial statement  
object
IntrinioSDK::ReportedFinancialDimension

Properties

NameTypeDescription
axisCharacterThe axis of the dimension  
memberCharacterThe member of the axis  
object
IntrinioSDK::Fundamental

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the Fundamental  
statement_codeCharacterThe code of the financial statement that the Fundamental represents  
fiscal_yearNumericThe fiscal year  
fiscal_periodCharacterThe fiscal period  
typeCharacterThe type of Fundamental  
start_dateDateThe period start date  
end_dateDateThe period start date  
filing_datePOSIXltThe date and time when the Fundamental was filed with the SEC  
is_latestLogicalIs 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
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company