CRYPTO_INTRADAY_ALPHAVANTAGE

Gets intraday time series (timestamp, open, high, low, close, volume) of the cryptocurrency specified, updated realtime.

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

The crypto symbol from the digital currency list. For example: BTC or ETH.

sample
  • "1min"

  • "5min"

  • "15min"

  • "30min"

  • "60min"

[optional] interval

Date interval, example ">2018-11-22". Not provided or empty: returns the most recent data point.

More details

Read up on our Alpha Vantage integration in our forum.

Check allowed physical currencies here.

Examples

CRYPTO_INTRADAY_ALPHAVANTAGE("BTC", "60min") returns JSON with the intraday time series of BTC by an interval of 60 minutes.