TOOL 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 credits
Call information
- Tool slug
- alpha-vantage.CURRENCY_EXCHANGE_RATE
- Provider
- Alpha Vantage
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
from_currencyrequiredThe 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_currencyrequiredThe 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