GET_CASH_FLOW_ALPHAVANTAGE

Get annual and quarterly cash flows of a company for the last 5 years.

icon of Alpha VantageAlpha Vantage
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_CASH_FLOW_ALPHAVANTAGE(symbol
[report]
[fiscal_date]
)
symbol

The stock symbol, i.e.: "AAPL" or "AMZN". Must be companies listed in the U.S. Securities and Exchange Commission.

[optional] report

The report granularity. This paramater accepts two values "annual" or "quarterly". Both reports are shown by default.

[optional] fiscal_date

Date interval for the fiscal date ending, example "[2020-05-01;2020-12-01]" or ">2020-12-01". The last five years are shown by default.

More details

Read up on our Alpha Vantage integration in our forum.

Examples

GET_CASH_FLOW_ALPHAVANTAGE("AAPL") returns the latest cash flow reports of Apple by quarter and year.