Balance Sheet
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
BalanceSheet | BalanceSheetQueryParams | BalanceSheetData |
Import Statement
from openbb_core.provider.standard_models.balance_sheet import (
BalanceSheetData,
BalanceSheetQueryParams,
)
Parameters
- standard
- fmp
- intrinio
- polygon
- yfinance
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
period
: Literal['annual', 'quarter']
Time period of the data to return.
• Default: annual
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
period
: Literal['annual', 'quarter']
Time period of the data to return.
• Default: annual
• Optional: True
fiscal_year
: int
The specific fiscal year. Reports do not go beyond 2008.
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
period
: Literal['annual', 'quarter']
Time period of the data to return.
• Default: annual
• Optional: True
filing_date
: date
Filing date of the financial statement.
• Optional: True
filing_date_lt
: date
Filing date less than the given date.