Skip to main content

reported_financials

Get financial statements as reported by the company.

Parameters

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.


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

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.