UnifyAPI
← Back to catalog

frankfurter.currencies

mock data$0.001 / call

Frankfurter — List Supported Currencies

Returns all 33 currencies supported by the Frankfurter.dev ECB exchange rate API with their full English names. Use this to discover valid currency codes before calling frankfurter.currency.latest, frankfurter.currency.historical, or frankfurter.currency.series. No parameters required. No auth; public domain ECB data.

Financeprovider: Frankfurter#frankfurter#finance

Input schema

locale

Reserved for future use. The API returns currency names in English regardless. Pass any value.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/frankfurter.currencies \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"locale":"<locale>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.