Currex just got an upgrade!
We're happy to announce that the Currex.info API has now partnered up with currencylayer in an effort to offer you an even better free API service. To keep using our free currency API, please use the button below to get an API key. Get Free API Access

Super Simple Currency Rate API
Just in time exchanges rates for an unbeatable price

Our Services

Developer focused

As we are developers ourselves, our focus is on making Currex as developer friendly as possible.

Give our documentation a look, surely you will find an example of how to use Currex in your programming language.

Quality Data

We get our data from various sources, and apply our own algorithm on top, so our rates are not only tied to a single entity.

With Currex you get a neutral data source. Please give the Usage Terms a look, to verify if the data quality fits your needs.

In-depth Information

We provide you with in-depth information about the different currencies.

e.g. the native symbol of a currency or the names and flags of all countries it is used in

So simple: Get the latest rates

Node.js

request('https://api.currex.info/v1/json/latest/EUR', 
function (error, response, body) {
    let responseObj = JSON.parse(body);
    Object.keys(responseObj.rates).forEach(function(key) {
        let singleRate = responseObj.rates[key];
        let singleRateCurrencyCode = singleRate.currency;
	    console.log("1 EUR = "+singleRate.rate+" 
	    "+singleRate.currency);
    });
}); 

What our customers say

Free

$0

  • currencies
  • Data accuracy cut to two digits
  • ∞ Requests
  • Use for your free & public application
View Documentation

Professional

€ 4.99 / Month

  • currencies
  • Accurate data to the last digit
  • ∞ Requests
  • Commercial use allowed

Expert

€ 9.99 / Month

  • All professional features plus:
  • Expert API Features: Get in-depth information about the currencies
  • Access to our expert member mailing list
  • SEO Boost: Get listed on currex.info

Contact

Contact Form

Get In Touch