API Endpoints
/latest - Get latest rates
API anchor | Result format | Function | Base currency |
---|---|---|---|
https://api.currex.info/ | json - xml | latest | EUR - USD - CAD - AED - ... |
Gives you the latest exchanges rates with your selected base currency
Examples
1) Get latest rates for base Euro as JSON
https://api.currex.info/json/latest/EUR
2) Get latest rates for base United Arab Emirates Dirham as XML
https://api.currex.info/xml/latest/AED
/info - Get info about API
API anchor | Result format | Function |
---|---|---|
https://api.currex.info/ | json - xml | info |
Gives you indepth information about the API and the currencies (e.g. flags and symbols of the currencies)
Examples
1) Get API info as json
https://api.currex.info/json/info