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

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
limitAnnotated[int, Ge(ge=0)]The number of data entries to return.5True

Data

NameTypeDescription
period_endingdateThe end date of the reporting period.
fiscal_periodstrThe fiscal period of the report.
fiscal_yearintThe fiscal year of the fiscal period.