Skip to main content

cash_growth

Get the growth of a company's cash flow statement items over time.

Examples

from openbb import obb
obb.equity.fundamental.cash_growth(symbol='AAPL', provider='fmp')
obb.equity.fundamental.cash_growth(symbol='AAPL', limit=10, provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
limitintThe number of data entries to return.10True

Returns

OBBject
results : List[CashFlowStatementGrowth]
Serializable results.

provider : Optional[Literal['fmp']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

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.