Convert Currency API logo

Convert Currency API

ENDPOINTS
GET/convert

Convert Currency

Convert an amount between 100+ world currencies in real-time. Pass a source currency, target currency, and amount to receive the converted value.

QUERY PARAMS

Three-letter ISO 4217 currency code of the source currency.

Examples: USD, GBP, EUR

Three-letter ISO 4217 currency code of the target currency.

Examples: AUD, JPY, CAD

The amount to convert.

Examples: 100, 5000, 49.99

{
  "source_amount": 100,
  "target_amount": 16313.45,
  "source_currency": "USD",
  "target_currency": "JPY"
}