Skip to main content

Cash Flow Statement


Implementation details

Class names

Model nameParameters classData class
CashFlowStatementCashFlowStatementQueryParamsCashFlowStatementData

Import Statement

from openbb_core.provider.standard_models.cash_flow import (
CashFlowStatementData,
CashFlowStatementQueryParams,
)

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.