← Tools Reference

currencyapi

currencyapi integration (Finance, Data). Imported from open-connector.

API key5 toolshttps://api.currencyapi.com
GET
currencyapi_get_api_status
Retrieve current currencyapi account quota usage.

/v3/status

GET
currencyapi_get_supported_currencies
Retrieve supported currency metadata from currencyapi.

/v3/currencies

2 parameters
ParamTypeRequiredDescription
currenciesarrayoptionalList of currency codes to include in the response.
typestringoptionalCurrency type filter. Supported values are fiat, metal, or crypto.
GET
currencyapi_get_latest_rates
Retrieve the latest exchange rates from currencyapi.

/v3/latest

3 parameters
ParamTypeRequiredDescription
base_currencystringoptionalCurrency code using uppercase ASCII letters or digits.
currenciesarrayoptionalList of currency codes to include in the response.
typestringoptionalCurrency type filter. Supported values are fiat, metal, or crypto.
GET
currencyapi_get_historical_rates
Retrieve historical exchange rates for a specific date from currencyapi.

/v3/historical

4 parameters
ParamTypeRequiredDescription
datestringrequiredDate in YYYY-MM-DD format.
base_currencystringoptionalCurrency code using uppercase ASCII letters or digits.
currenciesarrayoptionalList of currency codes to include in the response.
typestringoptionalCurrency type filter. Supported values are fiat, metal, or crypto.
GET
currencyapi_convert_currency
Convert a monetary amount into one or more currencies with currencyapi.

/v3/convert

5 parameters
ParamTypeRequiredDescription
valuenumberrequiredNumeric amount to convert from the base currency.
datestringoptionalDate in YYYY-MM-DD format.
base_currencystringoptionalCurrency code using uppercase ASCII letters or digits.
currenciesarrayoptionalList of currency codes to include in the response.
typestringoptionalCurrency type filter. Supported values are fiat, metal, or crypto.