All tools
Frankfurter
Foreign exchange rates published by the European Central Bank: convert an amount between currencies at the latest daily reference rate.
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
| Field | Type | Required | Description |
|---|---|---|---|
| amount | number | — | Amount to convert (default 1). |
| from | string | yes | Source currency ISO code, e.g. "USD". |
| to | string | yes | Target 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"}}'