Last active
March 1, 2021 20:13
-
-
Save V8tr/b8d3e63f7d987d3298cc83c9362f1c6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"currencyCode": "AUD", | |
"country": "Australia", | |
"currencyName": "Australian Dollar", | |
"countryCode": "AU" | |
}, | |
{ | |
"currencyCode": "BGN", | |
"country": "Bulgaria", | |
"currencyName": "Bulgarian Lev", | |
"countryCode": "BG" | |
}, | |
{ | |
"currencyCode": "BRL", | |
"country": "Brazil", | |
"currencyName": "Brazilian Real", | |
"countryCode": "BR" | |
}, | |
{ | |
"currencyCode": "CAD", | |
"country": "Canada", | |
"currencyName": "Canadian Dollar", | |
"countryCode": "CA" | |
}, | |
{ | |
"currencyCode": "CHF", | |
"country": "Liechtenstein", | |
"currencyName": "Swiss Franc", | |
"countryCode": "LI" | |
}, | |
{ | |
"currencyCode": "CNY", | |
"country": "China", | |
"currencyName": "Yuan Renminbi", | |
"countryCode": "CN" | |
}, | |
{ | |
"currencyCode": "CZK", | |
"country": "Czech Republic", | |
"currencyName": "Czech koruna", | |
"countryCode": "CZ" | |
}, | |
{ | |
"currencyCode": "DKK", | |
"country": "Denmark", | |
"currencyName": "Danish Krone", | |
"countryCode": "DK" | |
}, | |
{ | |
"currencyCode": "EUR", | |
"country": "Andorra", | |
"currencyName": "Euro", | |
"countryCode": "AD" | |
}, | |
{ | |
"currencyCode": "GBP", | |
"country": "England", | |
"currencyName": "Pound sterling", | |
"countryCode": "GB" | |
}, | |
{ | |
"currencyCode": "HKD", | |
"country": "Hong Kong", | |
"currencyName": "Hong Kong Dollar", | |
"countryCode": "HK" | |
}, | |
{ | |
"currencyCode": "HRK", | |
"country": "Croatia", | |
"currencyName": "Croatian Kuna", | |
"countryCode": "HR" | |
}, | |
{ | |
"currencyCode": "HUF", | |
"country": "Hungary", | |
"currencyName": "Hungarian Forint", | |
"countryCode": "HU" | |
}, | |
{ | |
"currencyCode": "IDR", | |
"country": "Indonesia", | |
"currencyName": "Indonesian Rupiah", | |
"countryCode": "ID" | |
}, | |
{ | |
"currencyCode": "ILS", | |
"country": "Israel", | |
"currencyName": "Israeli New Shekel", | |
"countryCode": "IL" | |
}, | |
{ | |
"currencyCode": "INR", | |
"country": "India", | |
"currencyName": "Indian Rupee", | |
"countryCode": "IN" | |
}, | |
{ | |
"currencyCode": "ISK", | |
"country": "Iceland", | |
"currencyName": "Iceland Krona", | |
"countryCode": "IS" | |
}, | |
{ | |
"currencyCode": "JPY", | |
"country": "Japan", | |
"currencyName": "Japanese Yen", | |
"countryCode": "JP" | |
}, | |
{ | |
"currencyCode": "KRW", | |
"country": "South Korea", | |
"currencyName": "Korean Won", | |
"countryCode": "KR" | |
}, | |
{ | |
"currencyCode": "MXN", | |
"country": "Mexico", | |
"currencyName": "Mexican Nuevo Peso", | |
"countryCode": "MX" | |
}, | |
{ | |
"currencyCode": "MYR", | |
"country": "Malaysia", | |
"currencyName": "Malaysian Ringgit", | |
"countryCode": "MY" | |
}, | |
{ | |
"currencyCode": "NOK", | |
"country": "Bouvet Island", | |
"currencyName": "Norwegian Krone", | |
"countryCode": "BV" | |
}, | |
{ | |
"currencyCode": "NZD", | |
"country": "Cook Islands", | |
"currencyName": "New Zealand Dollar", | |
"countryCode": "CK" | |
}, | |
{ | |
"currencyCode": "PHP", | |
"country": "Philippines", | |
"currencyName": "Philippine Peso", | |
"countryCode": "PH" | |
}, | |
{ | |
"currencyCode": "PLN", | |
"country": "Poland", | |
"currencyName": "Polish Zloty", | |
"countryCode": "PL" | |
}, | |
{ | |
"currencyCode": "RON", | |
"country": "Romania", | |
"currencyName": "Romanian New Leu", | |
"countryCode": "RO" | |
}, | |
{ | |
"currencyCode": "RUB", | |
"country": "Russian Federation", | |
"currencyName": "Ruble", | |
"countryCode": "RU" | |
}, | |
{ | |
"currencyCode": "SEK", | |
"country": "Sweden", | |
"currencyName": "Swedish Krona", | |
"countryCode": "SE" | |
}, | |
{ | |
"currencyCode": "SGD", | |
"country": "Singapore", | |
"currencyName": "Singapore Dollar", | |
"countryCode": "SG" | |
}, | |
{ | |
"currencyCode": "THB", | |
"country": "Thailand", | |
"currencyName": "Thai Baht", | |
"countryCode": "TH" | |
}, | |
{ | |
"currencyCode": "USD", | |
"country": "American Samoa", | |
"currencyName": "US Dollar", | |
"countryCode": "AS" | |
}, | |
{ | |
"currencyCode": "ZAR", | |
"country": "South Africa", | |
"currencyName": "South African Rand", | |
"countryCode": "ZA" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment