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
periodstrTime period of the data to return.annualTrue
limitAnnotated[int, Ge(ge=0)]The number of data entries to return.5True
providerLiteral['fmp', 'intrinio', 'polygon', 'yfinance']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

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.