alkemi

What is it?

Alkemi is a free to use, JSON exchange rate API supporting 137 different currencies and is updated every 15 minutes.

How does it work?

It's as simple as this:

$ curl currency.groundsix.com/rates/USD/GBP

And you'll end up with something like this:

{
  "currencies": "USD\/GBP",
  "rate":"0.6376"
}
More to come...