cash
Get the cash flow statement for a given company.
Examples
from openbb import obb
obb.equity.fundamental.cash(symbol='AAPL', provider='fmp')
obb.equity.fundamental.cash(symbol='AAPL', period=annual, limit=5, provider='intrinio')
Parameters
- standard
- fmp
- intrinio
- polygon
- yfinance
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
period
: Literal['annual', 'quarter']
Time period of the data to return.
• Default: annual
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
period
: Literal['annual', 'quarter', 'ttm', 'ytd']
Time period of the data to return.
• Default: annual
• Optional: True
fiscal_year
: int
The specific fiscal year. Reports do not go beyond 2008.
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: Annotated[int, Ge(ge=0)]
The number of data entries to return.
• Default: 5
• Optional: True
period
: Literal['annual', 'quarter', 'ttm']
Time period of the data to return.
• Default: annual
• Optional: True
filing_date
: date
Filing date of the financial statement.
• Optional: True
filing_date_lt
: date
Filing date less than the given date.
• Optional: True
filing_date_lte
: date
Filing date less than or equal to the given date.
• Optional: True
filing_date_gt
: date
Filing date greater than the given date.
• Optional: True
filing_date_gte
: date
Filing date greater than or equal to the given date.
• Optional: True
period_of_report_date
: date
Period of report date of the financial statement.
• Optional: True
period_of_report_date_lt
: date
Period of report date less than the given date.
• Optional: True
period_of_report_date_lte
: date
Period of report date less than or equal to the given date.