TOOL API
DIGITAL_ CURRENCY_ WEEKLY
Returns the weekly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., EUR/Euro), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.
finance1 credits
Call information
- Tool slug
- alpha-vantage.DIGITAL_CURRENCY_WEEKLY
- Provider
- Alpha Vantage
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
symbolrequiredThe digital/crypto currency of your choice. It can be any of the currencies in the digital currency list. For example: symbol=BTC.
marketrequiredThe exchange market of your choice. It can be any of the market in the market list. For example: market=EUR.
datatypeBy default, datatype=csv. Strings json and csv are accepted with the following specifications: json returns the weekly time series in JSON format; csv returns the data as a CSV (comma separated value) file.
return_full_dataParameter return_full_data