← Tools Reference

Fixer

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

API key3 toolshttps://data.fixer.io/api
GET
fixer_get_supported_symbols
Retrieve all supported Fixer currency symbols and their full names.

/symbols

GET
fixer_get_latest_rates
Retrieve the latest Fixer exchange rates for all or selected currencies.

/latest

2 parameters
ParamTypeRequiredDescription
basestringoptionalThree-letter base currency code for the returned rates.
symbolsarrayoptionalList of target currency codes to include in the Fixer response.
GET
fixer_get_historical_rates
Retrieve historical Fixer exchange rates for a specific date.

/

3 parameters
ParamTypeRequiredDescription
datestringrequiredHistorical date to request from Fixer in YYYY-MM-DD format.
basestringoptionalThree-letter base currency code for the returned rates.
symbolsarrayoptionalList of target currency codes to include in the Fixer response.