STOCK_INTRADAY_ALPHAVANTAGE

Get the intraday 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_INTRADAY_ALPHAVANTAGE(symbolsample
[interval]
)
symbol

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

sample

The time interval between two data points. Choose either:

  • "1min"

  • "5min"

  • "15min"

  • "30min"

  • "60min"

[optional] interval

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

Examples

STOCK_INTRADAY_ALPHAVANTAGE("AAPL", "60min") returns the intraday time series of Apple by an interval of 60 minutes.