reported_financials
Get financial statements as reported by the company.
Parameters
- standard
- intrinio
symbol: str
Symbol to get data for.
period: str | None
Default: annual
Time period of the data to return.
statement_type: str | None
Default: balance
The type of financial statement - i.e, balance, income, cash.
limit: int | None
Default: 100
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.
symbol: str
Symbol to get data for.
period: Literal['annual', 'quarter'] | None
Default: annual
None
statement_type: Literal['balance', 'income', 'cash'] | None
Default: income
Cash flow statements are reported as YTD, Q4 is the same as FY.
limit: int | None
Default: 100
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.
fiscal_year: int | None
The specific fiscal year. Reports do not go beyond 2008.
Returns
results: 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 | None
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 | None
The fiscal year of the fiscal period.