Skip to main content

Income Statement


Implementation details

Class names

Model nameParameters classData class
IncomeStatementIncomeStatementQueryParamsIncomeStatementData

Import Statement

from openbb_core.provider.standard_models.income_statement import (
IncomeStatementData,
IncomeStatementQueryParams,
)

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.