CRYPTO_DAILY_ALPHAVANTAGE

Returns daily time series (open, high, low, close, volume) of a cryptocurrency.

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

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

[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_DAILY_ALPHAVANTAGE("BTC") returns JSON with the daily time series of BTC.