Skip to content

Instantly share code, notes, and snippets.

@robophil
Created January 31, 2018 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robophil/3f3be88958dc79430f7d8ef55c13bd11 to your computer and use it in GitHub Desktop.
Save robophil/3f3be88958dc79430f7d8ef55c13bd11 to your computer and use it in GitHub Desktop.
http://fixer.io currency types
// GET https://api.fixer.io/latest?base=USD
{
"base": "USD",
"date": "2018-01-30",
"rates": {
"AUD": 1.2354,
"BGN": 1.5746,
"BRL": 3.1624,
"CAD": 1.2321,
"CHF": 0.93302,
"CNY": 6.3253,
"CZK": 20.393,
"DKK": 5.9911,
"EUR": 0.80509,
"GBP": 0.70791,
"HKD": 7.8188,
"HRK": 5.9728,
"HUF": 249.88,
"IDR": 13389,
"ILS": 3.3996,
"INR": 63.648,
"JPY": 108.67,
"KRW": 1070.1,
"MXN": 18.621,
"MYR": 3.9005,
"NOK": 7.6989,
"NZD": 1.3636,
"PHP": 51.327,
"PLN": 3.337,
"RON": 3.7447,
"RUB": 56.025,
"SEK": 7.8758,
"SGD": 1.3107,
"THB": 31.41,
"TRY": 3.7705,
"ZAR": 11.914
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment