STOCK_MONTHLYADJUSTED_ALPHAVANTAGE

Get the monthly adjusted time series (open, high, low, close, volume) of an equity.

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
STOCK_MONTHLYADJUSTED_ALPHAVANTAGE(symbol
[interval]
)
symbol

The stock symbol. For example: "AAPL" or "AMZN".

[optional] interval

The date range to return the monthly time series for. For example: "[2019-11-22;2019-11-29]" or ">2019-12-01". By default, returns the most current data, even for partial months.

Examples

STOCK_MONTHLYADJUSTED_ALPHAVANTAGE("AAPL") returns the monthly (adjusted) time series of Apple for the month.