All tools

Frankfurter

Foreign exchange rates published by the European Central Bank: convert an amount between currencies at the latest daily reference rate.

frankfurter1 endpointFinanceUtilitieswww.frankfurter.app

Convert currency

/convertsync
$0.002 / call

Converts an amount from one currency to one or more others using the ECB's latest daily reference rate (business days; not real-time market rates). Supports ~30 major currencies.

Input

FieldTypeRequiredDescription
amountnumberAmount to convert (default 1).
fromstringyesSource currency ISO code, e.g. "USD".
tostringyesTarget currency code(s), comma-separated, e.g. "EUR,GBP".

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"frankfurter","endpoint":"/convert","input":{"amount":100,"from":"USD","to":"EUR,GBP"}}'