Skip to main content

Balance Sheet


Implementation details

Class names

Model nameParameters classData class
BalanceSheetBalanceSheetQueryParamsBalanceSheetData

Import Statement

from openbb_core.provider.standard_models.balance_sheet import (
BalanceSheetData,
BalanceSheetQueryParams,
)

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

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.