Reported Financials
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
ReportedFinancials | ReportedFinancialsQueryParams | ReportedFinancialsData |
Import Statement
from openbb_core.provider.standard_models.reported_financials import (
ReportedFinancialsData,
ReportedFinancialsQueryParams,
)
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