Skip to main content

balance

Get the balance sheet for a given company.

Parameters

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


Returns

results: list[BalanceSheet]

Serializable results.


provider: Optional[Literal['fmp', 'intrinio', 'polygon', 'yfinance']]

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 end date of the reporting period.

fiscal_period: str

The fiscal period of the report.

fiscal_year: int

The fiscal year of the fiscal period.