Skip to main content

cash

Get the cash flow statement for a given company.

Parameters

symbol: str
Symbol to get data for.

limit: int | None
Default: 5
The number of data entries to return.


Returns

results: CashFlowStatement

Serializable results.

provider: Optional[Literal['fmp', 'intrinio', 'polygon', 'yfinance']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

period_ending: date
The end date of the reporting period.

fiscal_period: str | None
The fiscal period of the report.

fiscal_year: int | None
The fiscal year of the fiscal period.