Currency Exchange API

A simple REST API which covers most of the world’s exchange rates and currancy conversion, it updates every few minutes and easy to use.
First 100 requests free

API Docs

(3 results)

Error Code

Pricing

Supported Codes
Latest rates
Convert currency
Supported Codes
https://global.juheapi.com/exchangerate/v1/codes
json
GET
https://global.juheapi.com/exchangerate/v1/codes?apikey=xxxx
This endpoint lists the currencies that we support

JUHEAPI Explorer - API testing tools

JUHEAPI Explorer allows you to call an API through its web interface , and view the entire process

Test
Request Parameter
NameMandatoryTypeDescription
apikey yes string the API KEY
Request Example
CURL
curl -i -k "https://global.juheapi.com/exchangerate/v1/codes?apikey=xxxx"
Return Parameter
NameTypeDescription
code string the response code
msg string the response description
supported_codes array the supported codes list
code string currency code of the currency
name string currency name of the currency
Return Example
JSON
{ "code": "0", "msg": "success", "supported_codes": [ { "code": "USD", "name": "US Dollar" }, { "code": "ARS", "name": "Argentine Peso" }, { "code": "BBD", "name": "Barbados Dollar" } ] }