← API catalog
Live exchange ratesFREE

Currency Converter

Convert between 30+ currencies using live ECB reference rates. Cached hourly for fast response.

Try endpoint

Endpoints

  • GET /currency/convert
  • GET /currency/rates
  • GET /currency/supported

Parameters

fromtoamountbase

Example request

curl 'https://bountyapi.com/currency/convert?from=USD&to=SGD&amount=100'

Example response

{
  "from_currency": "USD",
  "to_currency": "SGD",
  "amount": 100,
  "rate": 1.2905,
  "result": 129.05
}

Source

European Central Bank reference rates via frankfurter.app. Updated daily on business days.

Limitations

Rates are ECB reference rates, updated on business days. Not real-time market rates.