工具 API
DIGITAL_ CURRENCY_ MONTHLY
Returns the monthly 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 积分
调用信息
- 工具标识
- alpha-vantage.DIGITAL_CURRENCY_MONTHLY
- 服务提供方
- Alpha Vantage
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
symbol必填The digital/crypto currency of your choice. It can be any of the currencies in the digital currency list. For example: symbol=BTC.
market必填The 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 monthly time series in JSON format; csv returns the data as a CSV (comma separated value) file.
return_full_dataParameter return_full_data