reported_financials
Get financial statements as reported by the company.
Parameters
- standard
- intrinio
symbol
: str
Symbol to get data for.
• Optional: False
period
: str
Time period of the data to return.
• Default: annual
• Optional: True
statement_type
: str
The type of financial statement - i.e, balance, income, cash.
• Default: balance
• Optional: True
limit
: int
The number of data entries to return. Although the response object contains multiple results, because of the variance in the fields, year-to-year and quarter-to-quarter, it is recommended to view results in small chunks.
• Default: 100
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
period
: Literal['annual', 'quarter']
None
• Default: annual
• Optional: True
statement_type
: Literal['balance', 'income', 'cash']
Cash flow statements are reported as YTD, Q4 is the same as FY.
• Default: income
• Optional: True
limit
: int
The number of data entries to return. Although the response object contains multiple results, because of the variance in the fields, year-to-year and quarter-to-quarter, it is recommended to view results in small chunks.
• Default: 100
• Optional: True
fiscal_year
: int
The specific fiscal year. Reports do not go beyond 2008.
• Optional: True
Returns
results
: list[ReportedFinancials]
Serializable results.
provider
: Optional[Literal['intrinio']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- intrinio
period_ending
: date
The ending date of the reporting period.
fiscal_period
: str
The fiscal period of the report (e.g. FY, Q1, etc.).
fiscal_year
: int
The fiscal year of the fiscal period.
period_ending
: date
The ending date of the reporting period.
fiscal_period
: str
The fiscal period of the report (e.g. FY, Q1, etc.).
fiscal_year
: int
The fiscal year of the fiscal period.