Skip to content

Instantly share code, notes, and snippets.

@elibroftw
Last active June 18, 2023 14:31
Show Gist options
  • Save elibroftw/88a6e67d2404d838b0e18ee8728e38e3 to your computer and use it in GitHub Desktop.
Save elibroftw/88a6e67d2404d838b0e18ee8728e38e3 to your computer and use it in GitHub Desktop.
A list of countries and the currencies each one uses. Data sourced from three sources.
{
"af": {
"currencyName": "Afghan afghani",
"currencyIso": "AFN",
"countryName": "Afghanistan",
"symbol": "\u060b",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"al": {
"currencyName": "Albanian lek",
"currencyIso": "ALL",
"countryName": "Albania",
"symbol": "L",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"dz": {
"currencyName": "Algerian dinar",
"currencyIso": "DZD",
"countryName": "Algeria",
"symbol": "\u062f.\u062c",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ad": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Andorra",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ao": {
"currencyName": "Angolan kwanza",
"currencyIso": "AOA",
"countryName": "Angola",
"symbol": "Kz",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ag": {
"currencyName": "East Caribbean dollar",
"currencyIso": "XCD",
"countryName": "Antigua and Barbuda",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ar": {
"currencyName": "Argentine peso",
"currencyIso": "ARS",
"countryName": "Argentina",
"symbol": "$",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"am": {
"currencyName": "Armenian dram",
"currencyIso": "AMD",
"countryName": "Armenia",
"symbol": "\u0564\u0580.",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"au": {
"currencyName": "Australian dollar",
"currencyIso": "AUD",
"countryName": "Australia",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"at": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Austria",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"az": {
"currencyName": "Azerbaijani manat",
"currencyIso": "AZN",
"countryName": "Azerbaijan",
"symbol": "\u20bc",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"bs": {
"currencyName": "Bahamian dollar",
"currencyIso": "BSD",
"countryName": "The Bahamas",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"bh": {
"currencyName": "Bahraini dinar",
"currencyIso": "BHD",
"countryName": "Bahrain",
"symbol": ".\u062f.\u0628\u200e",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"bd": {
"currencyName": "Bangladeshi taka",
"currencyIso": "BDT",
"countryName": "Bangladesh",
"symbol": "\u09f3",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"bb": {
"currencyName": "Barbadian dollar",
"currencyIso": "BBD",
"countryName": "Barbados",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"by": {
"currencyName": " Belarusian ruble",
"currencyIso": "BYN",
"countryName": "Belarus",
"symbol": "Rbl",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"be": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Belgium",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"bz": {
"currencyName": "Belize dollar",
"currencyIso": "BZD",
"countryName": "Belize",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"bj": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Benin",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"bt": {
"currencyName": "Bhutanese ngultrum",
"currencyIso": "BTN",
"countryName": "Bhutan",
"symbol": "Nu.",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"bo": {
"currencyName": "Bolivian boliviano",
"currencyIso": "BOB",
"countryName": "Bolivia",
"symbol": "$b",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ba": {
"currencyName": "Bosnia and Herzegovina convertible mark",
"currencyIso": "BAM",
"countryName": "Bosnia and Herzegovina",
"symbol": "KM",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"bw": {
"currencyName": "Botswana pula",
"currencyIso": "BWP",
"countryName": "Botswana",
"symbol": "P",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"br": {
"currencyName": "Brazilian real",
"currencyIso": "BRL",
"countryName": "Brazil",
"symbol": "$",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"bn": {
"currencyName": "Brunei dollar",
"currencyIso": "BND",
"countryName": "Brunei",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"bg": {
"currencyName": "Bulgarian lev",
"currencyIso": "BGN",
"countryName": "Bulgaria",
"symbol": "\u043b\u0432.",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"bf": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Burkina Faso",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"bi": {
"currencyName": "Burundian franc",
"currencyIso": "BIF",
"countryName": "Burundi",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"kh": {
"currencyName": "Cambodian riel",
"currencyIso": "KHR",
"countryName": "Cambodia",
"symbol": "\u17db",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"cm": {
"currencyName": "Central African CFA franc",
"currencyIso": "XAF",
"countryName": "Cameroon",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"ca": {
"currencyName": "Canadian dollar",
"currencyIso": "CAD",
"countryName": "Canada",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"cv": {
"currencyName": "Cape Verdean escudo",
"currencyIso": "CVE",
"countryName": "Cape Verde",
"symbol": "Esc",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"cf": {
"currencyName": "Central African CFA franc",
"currencyIso": "XAF",
"countryName": "Central African Republic",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"td": {
"currencyName": "Central African CFA franc",
"currencyIso": "XAF",
"countryName": "Chad",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"cl": {
"currencyName": "Chilean peso",
"currencyIso": "CLP",
"countryName": "Chile",
"symbol": "$",
"decimalPoint": "",
"thousandsSeparator": ".",
"decimalPlaces": 0
},
"cn": {
"currencyName": "Chinese yuan",
"currencyIso": "CNY",
"countryName": "China",
"symbol": "\u00a5",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"co": {
"currencyName": "Colombian peso",
"currencyIso": "COP",
"countryName": "Colombia",
"symbol": "$",
"decimalPoint": "",
"thousandsSeparator": ".",
"decimalPlaces": 0
},
"km": {
"currencyName": "Comorian franc",
"currencyIso": "KMF",
"countryName": "Comoros",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"cr": {
"currencyName": "Costa Rican col\u00f3n",
"currencyIso": "CRC",
"countryName": "Costa Rica",
"symbol": "\u20a1",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"hr": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Croatia",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"cu": {
"currencyName": "Cuban peso",
"currencyIso": "CUP",
"countryName": "Cuba",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"cy": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Cyprus",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"cz": {
"currencyName": "Czech koruna",
"currencyIso": "CZK",
"countryName": "Czechia",
"symbol": "K\u010d",
"decimalPoint": "",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"cd": {
"currencyName": "Congolese franc",
"currencyIso": "CDF",
"countryName": "Democratic Republic of the Congo",
"symbol": "Fr",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"dk": {
"currencyName": "Danish krone",
"currencyIso": "DKK",
"countryName": "Denmark",
"symbol": "kr",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"dj": {
"currencyName": "Djiboutian franc",
"currencyIso": "DJF",
"countryName": "Djibouti",
"symbol": "Fdj",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"dm": {
"currencyName": "East Caribbean dollar",
"currencyIso": "XCD",
"countryName": "Dominica",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"do": {
"currencyName": "Dominican peso",
"currencyIso": "DOP",
"countryName": "Dominican Republic",
"symbol": "RD$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tl": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "East Timor",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ec": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "Ecuador",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"eg": {
"currencyName": "Egyptian pound",
"currencyIso": "EGP",
"countryName": "Egypt",
"symbol": "\u062c.\u0645",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"sv": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "El Salvador",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"gq": {
"currencyName": "Central African CFA franc",
"currencyIso": "XAF",
"countryName": "Equatorial Guinea",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"er": {
"currencyName": "Eritrean nakfa",
"currencyIso": "ERN",
"countryName": "Eritrea",
"symbol": "Nfk",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"ee": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Estonia",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"sz": {
"currencyName": "Swazi lilangeni",
"currencyIso": "SZL",
"countryName": "Eswatini",
"symbol": "SZL",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"et": {
"currencyName": "Ethiopian birr",
"currencyIso": "ETB",
"countryName": "Ethiopia",
"symbol": "\u1265\u122d",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"fj": {
"currencyName": "Fijian dollar",
"currencyIso": "FJD",
"countryName": "Fiji",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"fi": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Finland",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"fr": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "France",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ga": {
"currencyName": "Central African CFA franc",
"currencyIso": "XAF",
"countryName": "Gabon",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"gm": {
"currencyName": "Gambian dalasi",
"currencyIso": "GMD",
"countryName": "The Gambia",
"symbol": "D",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ge": {
"currencyName": "Georgian lari",
"currencyIso": "GEL",
"countryName": "Georgia",
"symbol": "\u10da",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"de": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Germany",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"gh": {
"currencyName": "Ghanaian cedi",
"currencyIso": "GHS",
"countryName": "Ghana",
"symbol": "GH\u00a2",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"gr": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Greece",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"gd": {
"currencyName": "East Caribbean dollar",
"currencyIso": "XCD",
"countryName": "Grenada",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"gt": {
"currencyName": "Guatemalan quetzal",
"currencyIso": "GTQ",
"countryName": "Guatemala",
"symbol": "Q",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"gn": {
"currencyName": "Guinean franc",
"currencyIso": "GNF",
"countryName": "Guinea",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"gw": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Guinea-Bissau",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"gy": {
"currencyName": "Guyanese dollar",
"currencyIso": "GYD",
"countryName": "Guyana",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ht": {
"currencyName": "Haitian gourde",
"currencyIso": "HTG",
"countryName": "Haiti",
"symbol": "G",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"hn": {
"currencyName": "Honduran lempira",
"currencyIso": "HNL",
"countryName": "Honduras",
"symbol": "L",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"hu": {
"currencyName": "Hungarian forint",
"currencyIso": "HUF",
"countryName": "Hungary",
"symbol": "Ft",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"is": {
"currencyName": "Icelandic kr\u00f3na",
"currencyIso": "ISK",
"countryName": "Iceland",
"symbol": "ISK",
"decimalPoint": "",
"thousandsSeparator": ".",
"decimalPlaces": 0
},
"in": {
"currencyName": "Indian rupee",
"currencyIso": "INR",
"countryName": "India",
"symbol": "\u20b9",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"id": {
"currencyName": "Indonesian rupiah",
"currencyIso": "IDR",
"countryName": "Indonesia",
"symbol": "Rp",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"ir": {
"currencyName": "Iranian rial",
"currencyIso": "IRR",
"countryName": "Iran",
"symbol": "\ufdfc\u200e",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"iq": {
"currencyName": "Iraqi dinar",
"currencyIso": "IQD",
"countryName": "Iraq",
"symbol": "\u062f.\u0639\u200e",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"ie": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Ireland",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"il": {
"currencyName": "Israeli new shekel",
"currencyIso": "ILS",
"countryName": "Israel",
"symbol": "\u20aa",
"decimalPoint": ".",
"thousandsSeparator": "",
"decimalPlaces": 2
},
"it": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Italy",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ci": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "C\u00f4te d'Ivoire",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"jm": {
"currencyName": "Jamaican dollar",
"currencyIso": "JMD",
"countryName": "Jamaica",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"jp": {
"currencyName": "Japanese yen",
"currencyIso": "JPY",
"countryName": "Japan",
"symbol": "\u00a5",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"jo": {
"currencyName": "Jordanian dinar",
"currencyIso": "JOD",
"countryName": "Jordan",
"symbol": "\u062f.\u0623\u200e",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"kz": {
"currencyName": "Kazakhstani tenge",
"currencyIso": "KZT",
"countryName": "Kazakhstan",
"symbol": "\u20b8",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ke": {
"currencyName": "Kenyan shilling",
"currencyIso": "KES",
"countryName": "Kenya",
"symbol": "KSh",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"ki": {
"currencyName": "Australian dollar",
"currencyIso": "AUD",
"countryName": "Kiribati",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"kp": {
"currencyName": "North Korean won",
"currencyIso": "KPW",
"countryName": "North Korea",
"symbol": "\u20a9",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"kr": {
"currencyName": "South Korean won",
"currencyIso": "KRW",
"countryName": "South Korea",
"symbol": "\u20a9",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"xk": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Kosovo",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"kw": {
"currencyName": "Kuwaiti dinar",
"currencyIso": "KWD",
"countryName": "Kuwait",
"symbol": "\u062f.\u0643",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"kg": {
"currencyName": "Kyrgyzstani som",
"currencyIso": "KGS",
"countryName": "Kyrgyzstan",
"symbol": "\u043b\u0432",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"la": {
"currencyName": "Lao kip",
"currencyIso": "LAK",
"countryName": "Laos",
"symbol": "\u20ad",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"lv": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Latvia",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"lb": {
"currencyName": "Lebanese pound",
"currencyIso": "LBP",
"countryName": "Lebanon",
"symbol": "LL",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"ls": {
"currencyName": "Lesotho loti",
"currencyIso": "LSL",
"countryName": "Lesotho",
"symbol": "L",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"lr": {
"currencyName": "Liberian dollar",
"currencyIso": "LRD",
"countryName": "Liberia",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ly": {
"currencyName": "Libyan dinar",
"currencyIso": "LYD",
"countryName": "Libya",
"symbol": "\u0644.\u062f",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"li": {
"currencyName": "Swiss franc",
"currencyIso": "CHF",
"countryName": "Liechtenstein",
"symbol": "CHF",
"decimalPoint": ".",
"thousandsSeparator": "\u2018",
"decimalPlaces": 2
},
"lt": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Lithuania",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"lu": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Luxembourg",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"mg": {
"currencyName": "Malagasy ariary",
"currencyIso": "MGA",
"countryName": "Madagascar",
"symbol": "Ar",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"mw": {
"currencyName": "Malawian kwacha",
"currencyIso": "MWK",
"countryName": "Malawi",
"symbol": "MK",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"my": {
"currencyName": "Malaysian ringgit",
"currencyIso": "MYR",
"countryName": "Malaysia",
"symbol": "RM",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mv": {
"currencyName": "Maldivian rufiyaa",
"currencyIso": "MVR",
"countryName": "Maldives",
"symbol": "Rf",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ml": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Mali",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"mt": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Malta",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"mh": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "Marshall Islands",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mr": {
"currencyName": "Mauritanian ouguiya",
"currencyIso": "MRO",
"countryName": "Mauritania",
"symbol": "UM",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mu": {
"currencyName": "Mauritian rupee",
"currencyIso": "MUR",
"countryName": "Mauritius",
"symbol": "\u024cs",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mx": {
"currencyName": "Mexican peso",
"currencyIso": "MXN",
"countryName": "Mexico",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"fm": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "Federated States of Micronesia",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"md": {
"currencyName": "Moldovan leu",
"currencyIso": "MDL",
"countryName": "Moldova",
"symbol": "MDL",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mc": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Monaco",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"mn": {
"currencyName": "Mongolian t\u00f6gr\u00f6g",
"currencyIso": "MNT",
"countryName": "Mongolia",
"symbol": "\u20ae",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"me": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Montenegro",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ma": {
"currencyName": "Moroccan dirham",
"currencyIso": "MAD",
"countryName": "Morocco",
"symbol": "DH",
"decimalPoint": ",",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"mz": {
"currencyName": "Mozambican metical",
"currencyIso": "MZN",
"countryName": "Mozambique",
"symbol": "MT",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mm": {
"currencyName": "Burmese kyat",
"currencyIso": "MMK",
"countryName": "Myanmar",
"symbol": "K",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"na": {
"currencyName": "Namibian dollar",
"currencyIso": "NAD",
"countryName": "Namibia",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"nr": {
"currencyName": "Australian dollar",
"currencyIso": "AUD",
"countryName": "Nauru",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"np": {
"currencyName": "Nepalese rupee",
"currencyIso": "NPR",
"countryName": "Nepal",
"symbol": "\u0930\u0941",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"nl": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Netherlands",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"nz": {
"currencyName": "New Zealand dollar",
"currencyIso": "NZD",
"countryName": "New Zealand",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ni": {
"currencyName": "Nicaraguan c\u00f3rdoba",
"currencyIso": "NIO",
"countryName": "Nicaragua",
"symbol": "C$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ne": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Niger",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"ng": {
"currencyName": "Nigerian naira",
"currencyIso": "NGN",
"countryName": "Nigeria",
"symbol": "\u20a6",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"mk": {
"currencyName": "Macedonian denar",
"currencyIso": "MKD",
"countryName": "North Macedonia",
"symbol": "\u0434\u0435\u043d",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"no": {
"currencyName": "Norwegian krone",
"currencyIso": "NOK",
"countryName": "Norway",
"symbol": "kr",
"decimalPoint": ",",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"om": {
"currencyName": "Omani rial",
"currencyIso": "OMR",
"countryName": "Oman",
"symbol": "\ufdfc",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"pk": {
"currencyName": "Pakistani rupee",
"currencyIso": "PKR",
"countryName": "Pakistan",
"symbol": "Rs",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"pw": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "Palau",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ps": {
"currencyName": "Israeli new shekel",
"currencyIso": "ILS",
"countryName": "Palestinian Territory",
"symbol": "\u20aa",
"decimalPoint": ".",
"thousandsSeparator": "",
"decimalPlaces": 2
},
"pa": {
"currencyName": "Panamanian balboa",
"currencyIso": "PAB",
"countryName": "Panama",
"symbol": "B/.",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"pg": {
"currencyName": "Papua New Guinean kina",
"currencyIso": "PGK",
"countryName": "Papua New Guinea",
"symbol": "K",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"py": {
"currencyName": "Paraguayan guaran\u00ed",
"currencyIso": "PYG",
"countryName": "Paraguay",
"symbol": "\u20b2",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"pe": {
"currencyName": "Peruvian sol",
"currencyIso": "PEN",
"countryName": "Peru",
"symbol": "S/.",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ph": {
"currencyName": "Philippine peso",
"currencyIso": "PHP",
"countryName": "Philippines",
"symbol": "\u20b1",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"pl": {
"currencyName": "Polish zloty",
"currencyIso": "PLN",
"countryName": "Poland",
"symbol": "z\u0142",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"pt": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Portugal",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"qa": {
"currencyName": "Qatari riyal",
"currencyIso": "QAR",
"countryName": "Qatar",
"symbol": "\u0631.\u0642",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"cg": {
"currencyName": "Central African CFA franc",
"currencyIso": "XAF",
"countryName": "Republic of the Congo",
"symbol": "Fr",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"ro": {
"currencyName": "Romanian leu",
"currencyIso": "RON",
"countryName": "Romania",
"symbol": "lei",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ru": {
"currencyName": "Russian ruble",
"currencyIso": "RUB",
"countryName": "Russia",
"symbol": "\u0440\u0443\u0431",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"rw": {
"currencyName": "Rwandan franc",
"currencyIso": "RWF",
"countryName": "Rwanda",
"symbol": "FRw",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"kn": {
"currencyName": "East Caribbean dollar",
"currencyIso": "XCD",
"countryName": "Saint Kitts and Nevis",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"lc": {
"currencyName": "East Caribbean dollar",
"currencyIso": "XCD",
"countryName": "Saint Lucia",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"vc": {
"currencyName": "East Caribbean dollar",
"currencyIso": "XCD",
"countryName": "Saint Vincent and the Grenadines",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ws": {
"currencyName": "Samoan tala",
"currencyIso": "WST",
"countryName": "Samoa",
"symbol": "WST",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"sm": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "San Marino",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"st": {
"currencyName": "S\u00e3o Tom\u00e9 and Pr\u00edncipe dobra",
"currencyIso": "STD",
"countryName": "S\u00e3o Tom\u00e9 and Pr\u00edncipe",
"symbol": "Db",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"sa": {
"currencyName": "Saudi riyal",
"currencyIso": "SAR",
"countryName": "Saudi Arabia",
"symbol": "\u0631.\u0633",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"sn": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Senegal",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"rs": {
"currencyName": "Serbian dinar",
"currencyIso": "RSD",
"countryName": "Serbia",
"symbol": "\u0414\u0438\u043d",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"sc": {
"currencyName": "Seychellois rupee",
"currencyIso": "SCR",
"countryName": "Seychelles",
"symbol": "\u024cs",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"sl": {
"currencyName": "Sierra Leonean leone",
"currencyIso": "SLL",
"countryName": "Sierra Leone",
"symbol": "Le",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"sg": {
"currencyName": "Singapore dollar",
"currencyIso": "SGD",
"countryName": "Singapore",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"sk": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Slovakia",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"si": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Slovenia",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"sb": {
"currencyName": "Solomon Islands dollar",
"currencyIso": "SBD",
"countryName": "Solomon Islands",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"so": {
"currencyName": "Somali shilling",
"currencyIso": "SOS",
"countryName": "Somalia",
"symbol": "SOS",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"za": {
"currencyName": "South African rand",
"currencyIso": "ZAR",
"countryName": "South Africa",
"symbol": "R",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ss": {
"currencyName": "South Sudanese pound",
"currencyIso": "SSP",
"countryName": "South Sudan",
"symbol": "\u00a3",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"es": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Spain",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"lk": {
"currencyName": "Sri Lankan rupee",
"currencyIso": "LKR",
"countryName": "Sri Lanka",
"symbol": "Rs",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"sd": {
"currencyName": "Sudanese pound",
"currencyIso": "SDG",
"countryName": "Sudan",
"symbol": "LS",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"sr": {
"currencyName": "Surinamese dollar",
"currencyIso": "SRD",
"countryName": "Suriname",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"se": {
"currencyName": "Swedish krona",
"currencyIso": "SEK",
"countryName": "Sweden",
"symbol": "kr",
"decimalPoint": ",",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"ch": {
"currencyName": "Swiss franc",
"currencyIso": "CHF",
"countryName": "Switzerland",
"symbol": "CHF",
"decimalPoint": ".",
"thousandsSeparator": "\u2018",
"decimalPlaces": 2
},
"sy": {
"currencyName": "Syrian pound",
"currencyIso": "SYP",
"countryName": "Syria",
"symbol": "SP",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"tw": {
"currencyName": "New Taiwan dollar",
"currencyIso": "TWD",
"countryName": "Taiwan",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tj": {
"currencyName": "Tajikistani somoni",
"currencyIso": "TJS",
"countryName": "Tajikistan",
"symbol": "TJS",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tz": {
"currencyName": "Tanzanian shilling",
"currencyIso": "TZS",
"countryName": "Tanzania",
"symbol": "TSh",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"th": {
"currencyName": "Thai baht",
"currencyIso": "THB",
"countryName": "Thailand",
"symbol": "\u0e3f",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tg": {
"currencyName": "West African CFA franc",
"currencyIso": "XOF",
"countryName": "Togo",
"symbol": "XOF",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"to": {
"currencyName": "Tongan pa'anga",
"currencyIso": "TOP",
"countryName": "Tonga",
"symbol": "T$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tt": {
"currencyName": "Trinidad and Tobago dollar",
"currencyIso": "TTD",
"countryName": "Trinidad and Tobago",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tn": {
"currencyName": "Tunisian dinar",
"currencyIso": "TND",
"countryName": "Tunisia",
"symbol": "\u062f.\u062a\u200e",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 3
},
"tr": {
"currencyName": "Turkish lira",
"currencyIso": "TRY",
"countryName": "Turkey",
"symbol": "TL",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"tm": {
"currencyName": "Turkmenistan manat",
"currencyIso": "TMT",
"countryName": "Turkmenistan",
"symbol": "m",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"tv": {
"currencyName": "Australian dollar",
"currencyIso": "AUD",
"countryName": "Tuvalu",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"ug": {
"currencyName": "Ugandan shilling",
"currencyIso": "UGX",
"countryName": "Uganda",
"symbol": "USh",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"ua": {
"currencyName": "Ukrainian hryvnia",
"currencyIso": "UAH",
"countryName": "Ukraine",
"symbol": "\u20b4",
"decimalPoint": ",",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"ae": {
"currencyName": "United Arab Emirates dirham",
"currencyIso": "AED",
"countryName": "United Arab Emirates",
"symbol": "\u062f.\u0625",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"gb": {
"currencyName": "British pound",
"currencyIso": "GBP",
"countryName": "United Kingdom",
"symbol": "\u00a3",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"us": {
"currencyName": "United States dollar",
"currencyIso": "USD",
"countryName": "United States",
"symbol": "$",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"uy": {
"currencyName": "Uruguayan peso",
"currencyIso": "UYU",
"countryName": "Uruguay",
"symbol": "$",
"decimalPoint": "",
"thousandsSeparator": ".",
"decimalPlaces": 0
},
"uz": {
"currencyName": "Uzbekistani som",
"currencyIso": "UZS",
"countryName": "Uzbekistan",
"symbol": "\u043b\u0432",
"decimalPoint": ".",
"thousandsSeparator": ",",
"decimalPlaces": 2
},
"vu": {
"currencyName": "Vanuatu vatu",
"currencyIso": "VUV",
"countryName": "Vanuatu",
"symbol": "VT",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
},
"va": {
"currencyName": "Euro",
"currencyIso": "EUR",
"countryName": "Vatican City",
"symbol": "\u20ac",
"decimalPoint": ",",
"thousandsSeparator": ".",
"decimalPlaces": 2
},
"ve": {
"currencyName": "Venezuelan bol\u00edvar",
"currencyIso": "VEF",
"countryName": "Venezuela",
"symbol": "Bs.",
"decimalPoint": ".",
"thousandsSeparator": " ",
"decimalPlaces": 2
},
"vn": {
"currencyName": "Vietnamese dong",
"currencyIso": "VND",
"countryName": "Vietnam",
"symbol": "\u20ab",
"decimalPoint": "",
"thousandsSeparator": ",",
"decimalPlaces": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment