From a52fadf71511f4f694d019134fcfd23161d9a142 Mon Sep 17 00:00:00 2001
From: Hakan Ensari
- curl http://fixer.io/latest
+ curl http://api.fixer.io/latest
Get historical rates for any day since 1999.
- curl http://fixer.io/2000-01-03
+ curl http://api.fixer.io/2000-01-03
- Quote against a currency, both real-time and historically, by setting - the base parameter in your request. + Quote against a currency by setting the base parameter + in your request.
- curl http://fixer.io/latest?base=USD
+ curl http://api.fixer.io/latest?base=USD
- Request specific exchange rates, both real-time and historically, by - setting the symbols or currencies - parameter. + Request specific exchange rates by setting the + symbols or currencies parameter.
- curl http://fixer.io/latest?symbols=USD,GBP
+ curl http://api.fixer.io/latest?symbols=USD,GBP
- Make cross-domain JSONP requests. + Make cross-domain JSONP requests.
- curl http://fixer.io/latest?callback=myCallback
+ curl http://api.fixer.io/latest?callback=myCallback
- Exchange rates are usually updated by 3pm CET. + HTTPS endpoints are available. +
+
+ curl https://api.fixer.io/latest
+
+
+ + Exchange rates are usually updated by 3pm CET.