工具 API
CURRENCY_ EXCHANGE_ RATE
Returns the realtime exchange rate for any pair of digital currency (e.g., Bitcoin) or physical currency (e.g., USD).
finance1 积分
调用信息
- 工具标识
- alpha-vantage.CURRENCY_EXCHANGE_RATE
- 服务提供方
- Alpha Vantage
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
from_currency必填The currency you would like to get the exchange rate for. It can either be a physical currency or digital/crypto currency. For example: from_currency=USD or from_currency=BTC.
to_currency必填The destination currency for the exchange rate. It can either be a physical currency or digital/crypto currency. For example: to_currency=USD or to_currency=BTC.
datatypeBy default, datatype=csv. Strings json and csv are accepted with the following specifications: json returns the exchange rate in JSON format; csv returns the data as a CSV (comma separated value) file.
return_full_dataParameter return_full_data