← Tools Reference

CurrencyBeacon

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

API key5 toolshttps://api.currencybeacon.com/v1
GET
currencyscoop_get_currencies
Retrieve the supported currencies exposed by CurrencyBeacon.

/currencies

GET
currencyscoop_get_latest_rates
Retrieve the latest exchange rates for a base currency from CurrencyBeacon.

/latest

2 parameters
ParamTypeRequiredDescription
basestringoptionalBase currency code for the requested exchange rates.
symbolsarrayoptionalList of target currency codes to include in the response.
GET
currencyscoop_get_historical_rates
Retrieve historical exchange rates for a specific date from CurrencyBeacon.

/historical

3 parameters
ParamTypeRequiredDescription
basestringoptionalBase currency code for the historical exchange rates.
datestringrequiredHistorical date in YYYY-MM-DD format.
symbolsarrayoptionalList of target currency codes to include in the response.
GET
currencyscoop_get_timeseries_rates
Retrieve exchange rates across a date range from CurrencyBeacon.

/timeseries

4 parameters
ParamTypeRequiredDescription
basestringoptionalBase currency code for the timeseries exchange rates.
startDatestringrequiredStart date of the timeseries range in YYYY-MM-DD format.
endDatestringrequiredEnd date of the timeseries range in YYYY-MM-DD format.
symbolsarrayoptionalList of target currency codes to include in the response.
GET
currencyscoop_convert_currency
Convert an amount between two currencies using CurrencyBeacon exchange rates.

/convert

4 parameters
ParamTypeRequiredDescription
fromstringrequiredSource currency code for the conversion.
tostringrequiredTarget currency code for the conversion.
amountnumberrequiredPositive amount to convert.
datestringoptionalOptional historical date in YYYY-MM-DD format for historical conversion.