money2 7.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile ADDED
@@ -0,0 +1,17 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/clean"
3
+ require "rspec/core/rake_task"
4
+
5
+ CLOBBER.include('doc', '.yardoc')
6
+
7
+ require "yard"
8
+
9
+ YARD::Rake::YardocTask.new do |t|
10
+ t.options << "--files" << "CHANGELOG.md,LICENSE"
11
+ end
12
+
13
+ RSpec::Core::RakeTask.new(:spec) do |t|
14
+ t.fail_on_error = false
15
+ end
16
+
17
+ task default: :spec
@@ -0,0 +1,107 @@
1
+ [
2
+ {
3
+ "priority": 100,
4
+ "code": "EEK",
5
+ "name": "Estonian Kroon",
6
+ "symbol": "KR",
7
+ "subunit": "Sent",
8
+ "subunit_to_unit": 100,
9
+ "symbol_first": false,
10
+ "decimal_mark": ".",
11
+ "thousands_separator": ",",
12
+ "iso_numeric": 233,
13
+ "smallest_denomination": 5
14
+ },
15
+ {
16
+ "priority": 100,
17
+ "code": "MTL",
18
+ "name": "Maltese Lira",
19
+ "symbol": "₤",
20
+ "alternate_symbols": ["Lm"],
21
+ "subunit": "Cent",
22
+ "subunit_to_unit": 100,
23
+ "symbol_first": true,
24
+ "html_entity": "&#x00A3;",
25
+ "decimal_mark": ".",
26
+ "thousands_separator": ",",
27
+ "iso_numeric": 470,
28
+ "smallest_denomination": 1
29
+ },
30
+ {
31
+ "priority": 100,
32
+ "code": "TMM",
33
+ "name": "Turkmenistani Manat",
34
+ "symbol": "m",
35
+ "subunit": "Tennesi",
36
+ "subunit_to_unit": 100,
37
+ "symbol_first": false,
38
+ "decimal_mark": ".",
39
+ "thousands_separator": ",",
40
+ "iso_numeric": 795,
41
+ "smallest_denomination": 1
42
+ },
43
+ {
44
+ "priority": 100,
45
+ "code": "ZWD",
46
+ "name": "Zimbabwean Dollar",
47
+ "symbol": "$",
48
+ "disambiguate_symbol": "ZWD",
49
+ "alternate_symbols": ["Z$"],
50
+ "subunit": "Cent",
51
+ "subunit_to_unit": 100,
52
+ "symbol_first": true,
53
+ "html_entity": "$",
54
+ "decimal_mark": ".",
55
+ "thousands_separator": ",",
56
+ "iso_numeric": 716,
57
+ "smallest_denomination": 100
58
+ },
59
+ {
60
+ "priority": 100,
61
+ "code": "ZWL",
62
+ "name": "Zimbabwean Dollar",
63
+ "symbol": "$",
64
+ "disambiguate_symbol": "ZWL",
65
+ "alternate_symbols": ["Z$"],
66
+ "subunit": "Cent",
67
+ "subunit_to_unit": 100,
68
+ "symbol_first": true,
69
+ "html_entity": "$",
70
+ "decimal_mark": ".",
71
+ "thousands_separator": ",",
72
+ "iso_numeric": 932,
73
+ "smallest_denomination": 100
74
+ },
75
+ {
76
+ "priority": 100,
77
+ "code": "ZWN",
78
+ "name": "Zimbabwean Dollar",
79
+ "symbol": "$",
80
+ "disambiguate_symbol": "ZWN",
81
+ "alternate_symbols": ["Z$"],
82
+ "subunit": "Cent",
83
+ "subunit_to_unit": 100,
84
+ "symbol_first": true,
85
+ "html_entity": "$",
86
+ "decimal_mark": ".",
87
+ "thousands_separator": ",",
88
+ "iso_numeric": 942,
89
+ "smallest_denomination": 100
90
+ },
91
+ {
92
+ "priority": 100,
93
+ "code": "ZWR",
94
+ "name": "Zimbabwean Dollar",
95
+ "symbol": "$",
96
+ "disambiguate_symbol": "ZWR",
97
+ "alternate_symbols": ["Z$"],
98
+ "subunit": "Cent",
99
+ "subunit_to_unit": 100,
100
+ "symbol_first": true,
101
+ "html_entity": "$",
102
+ "decimal_mark": ".",
103
+ "thousands_separator": ",",
104
+ "iso_numeric": 935,
105
+ "smallest_denomination": 100
106
+ }
107
+ ]
@@ -0,0 +1,2449 @@
1
+ [
2
+ {
3
+ "priority": 100,
4
+ "code": "AED",
5
+ "name": "United Arab Emirates Dirham",
6
+ "symbol": "د.إ",
7
+ "alternate_symbols": ["DH", "Dhs"],
8
+ "subunit": "Fils",
9
+ "subunit_to_unit": 100,
10
+ "symbol_first": false,
11
+ "decimal_mark": ".",
12
+ "thousands_separator": ",",
13
+ "iso_numeric": 784,
14
+ "smallest_denomination": 25
15
+ },
16
+ {
17
+ "priority": 100,
18
+ "code": "AFN",
19
+ "name": "Afghan Afghani",
20
+ "symbol": "؋",
21
+ "alternate_symbols": ["Af", "Afs"],
22
+ "subunit": "Pul",
23
+ "subunit_to_unit": 100,
24
+ "symbol_first": false,
25
+ "decimal_mark": ".",
26
+ "thousands_separator": ",",
27
+ "iso_numeric": 971,
28
+ "smallest_denomination": 100
29
+ },
30
+ {
31
+ "priority": 100,
32
+ "code": "ALL",
33
+ "name": "Albanian Lek",
34
+ "symbol": "L",
35
+ "disambiguate_symbol": "Lek",
36
+ "alternate_symbols": ["Lek"],
37
+ "subunit": "Qintar",
38
+ "subunit_to_unit": 100,
39
+ "symbol_first": false,
40
+ "decimal_mark": ".",
41
+ "thousands_separator": ",",
42
+ "iso_numeric": 8,
43
+ "smallest_denomination": 100
44
+ },
45
+ {
46
+ "priority": 100,
47
+ "code": "AMD",
48
+ "name": "Armenian Dram",
49
+ "symbol": "դր.",
50
+ "alternate_symbols": ["dram"],
51
+ "subunit": "Luma",
52
+ "subunit_to_unit": 100,
53
+ "symbol_first": false,
54
+ "decimal_mark": ".",
55
+ "thousands_separator": ",",
56
+ "iso_numeric": 51,
57
+ "smallest_denomination": 10
58
+ },
59
+ {
60
+ "priority": 100,
61
+ "code": "ANG",
62
+ "name": "Netherlands Antillean Gulden",
63
+ "symbol": "ƒ",
64
+ "alternate_symbols": ["NAƒ", "NAf", "f"],
65
+ "subunit": "Cent",
66
+ "subunit_to_unit": 100,
67
+ "symbol_first": true,
68
+ "html_entity": "&#x0192;",
69
+ "decimal_mark": ",",
70
+ "thousands_separator": ".",
71
+ "iso_numeric": 532,
72
+ "smallest_denomination": 1
73
+ },
74
+ {
75
+ "priority": 100,
76
+ "code": "AOA",
77
+ "name": "Angolan Kwanza",
78
+ "symbol": "Kz",
79
+ "subunit": "Cêntimo",
80
+ "subunit_to_unit": 100,
81
+ "symbol_first": false,
82
+ "decimal_mark": ".",
83
+ "thousands_separator": ",",
84
+ "iso_numeric": 973,
85
+ "smallest_denomination": 10
86
+ },
87
+ {
88
+ "priority": 100,
89
+ "code": "ARS",
90
+ "name": "Argentine Peso",
91
+ "symbol": "$",
92
+ "disambiguate_symbol": "$m/n",
93
+ "alternate_symbols": ["$m/n", "m$n"],
94
+ "subunit": "Centavo",
95
+ "subunit_to_unit": 100,
96
+ "symbol_first": true,
97
+ "html_entity": "&#x20B1;",
98
+ "decimal_mark": ",",
99
+ "thousands_separator": ".",
100
+ "iso_numeric": 32,
101
+ "smallest_denomination": 1
102
+ },
103
+ {
104
+ "priority": 4,
105
+ "code": "AUD",
106
+ "name": "Australian Dollar",
107
+ "symbol": "$",
108
+ "disambiguate_symbol": "A$",
109
+ "alternate_symbols": ["A$"],
110
+ "subunit": "Cent",
111
+ "subunit_to_unit": 100,
112
+ "symbol_first": true,
113
+ "html_entity": "$",
114
+ "decimal_mark": ".",
115
+ "thousands_separator": ",",
116
+ "iso_numeric": 36,
117
+ "smallest_denomination": 5
118
+ },
119
+ {
120
+ "priority": 100,
121
+ "code": "AWG",
122
+ "name": "Aruban Florin",
123
+ "symbol": "ƒ",
124
+ "alternate_symbols": ["Afl"],
125
+ "subunit": "Cent",
126
+ "subunit_to_unit": 100,
127
+ "symbol_first": false,
128
+ "html_entity": "&#x0192;",
129
+ "decimal_mark": ".",
130
+ "thousands_separator": ",",
131
+ "iso_numeric": 533,
132
+ "smallest_denomination": 5
133
+ },
134
+ {
135
+ "priority": 100,
136
+ "code": "AZN",
137
+ "name": "Azerbaijani Manat",
138
+ "symbol": "₼",
139
+ "alternate_symbols": ["m", "man"],
140
+ "subunit": "Qəpik",
141
+ "subunit_to_unit": 100,
142
+ "symbol_first": true,
143
+ "decimal_mark": ".",
144
+ "thousands_separator": ",",
145
+ "iso_numeric": 944,
146
+ "smallest_denomination": 1
147
+ },
148
+ {
149
+ "priority": 100,
150
+ "code": "BAM",
151
+ "name": "Bosnia and Herzegovina Convertible Mark",
152
+ "symbol": "КМ",
153
+ "alternate_symbols": ["KM"],
154
+ "subunit": "Fening",
155
+ "subunit_to_unit": 100,
156
+ "symbol_first": true,
157
+ "decimal_mark": ".",
158
+ "thousands_separator": ",",
159
+ "iso_numeric": 977,
160
+ "smallest_denomination": 5
161
+ },
162
+ {
163
+ "priority": 100,
164
+ "code": "BBD",
165
+ "name": "Barbadian Dollar",
166
+ "symbol": "$",
167
+ "disambiguate_symbol": "Bds$",
168
+ "alternate_symbols": ["Bds$"],
169
+ "subunit": "Cent",
170
+ "subunit_to_unit": 100,
171
+ "symbol_first": false,
172
+ "html_entity": "$",
173
+ "decimal_mark": ".",
174
+ "thousands_separator": ",",
175
+ "iso_numeric": 52,
176
+ "smallest_denomination": 1
177
+ },
178
+ {
179
+ "priority": 100,
180
+ "code": "BDT",
181
+ "name": "Bangladeshi Taka",
182
+ "symbol": "৳",
183
+ "alternate_symbols": ["Tk"],
184
+ "subunit": "Paisa",
185
+ "subunit_to_unit": 100,
186
+ "symbol_first": true,
187
+ "decimal_mark": ".",
188
+ "thousands_separator": ",",
189
+ "iso_numeric": 50,
190
+ "smallest_denomination": 1
191
+ },
192
+ {
193
+ "priority": 100,
194
+ "code": "BGN",
195
+ "name": "Bulgarian Lev",
196
+ "symbol": "лв.",
197
+ "alternate_symbols": ["lev", "leva", "лев", "лева"],
198
+ "subunit": "Stotinka",
199
+ "subunit_to_unit": 100,
200
+ "symbol_first": false,
201
+ "decimal_mark": ".",
202
+ "thousands_separator": ",",
203
+ "iso_numeric": 975,
204
+ "smallest_denomination": 1
205
+ },
206
+ {
207
+ "priority": 100,
208
+ "code": "BHD",
209
+ "name": "Bahraini Dinar",
210
+ "symbol": "ب.د",
211
+ "alternate_symbols": ["BD"],
212
+ "subunit": "Fils",
213
+ "subunit_to_unit": 1000,
214
+ "symbol_first": true,
215
+ "decimal_mark": ".",
216
+ "thousands_separator": ",",
217
+ "iso_numeric": 48,
218
+ "smallest_denomination": 5
219
+ },
220
+ {
221
+ "priority": 100,
222
+ "code": "BIF",
223
+ "name": "Burundian Franc",
224
+ "symbol": "Fr",
225
+ "disambiguate_symbol": "FBu",
226
+ "alternate_symbols": ["FBu"],
227
+ "subunit": "Centime",
228
+ "subunit_to_unit": 1,
229
+ "symbol_first": false,
230
+ "decimal_mark": ".",
231
+ "thousands_separator": ",",
232
+ "iso_numeric": 108,
233
+ "smallest_denomination": 100
234
+ },
235
+ {
236
+ "priority": 100,
237
+ "code": "BMD",
238
+ "name": "Bermudian Dollar",
239
+ "symbol": "$",
240
+ "disambiguate_symbol": "BD$",
241
+ "alternate_symbols": ["BD$"],
242
+ "subunit": "Cent",
243
+ "subunit_to_unit": 100,
244
+ "symbol_first": true,
245
+ "html_entity": "$",
246
+ "decimal_mark": ".",
247
+ "thousands_separator": ",",
248
+ "iso_numeric": 60,
249
+ "smallest_denomination": 1
250
+ },
251
+ {
252
+ "priority": 100,
253
+ "code": "BND",
254
+ "name": "Brunei Dollar",
255
+ "symbol": "$",
256
+ "disambiguate_symbol": "BND",
257
+ "alternate_symbols": ["B$"],
258
+ "subunit": "Sen",
259
+ "subunit_to_unit": 100,
260
+ "symbol_first": true,
261
+ "html_entity": "$",
262
+ "decimal_mark": ".",
263
+ "thousands_separator": ",",
264
+ "iso_numeric": 96,
265
+ "smallest_denomination": 1
266
+ },
267
+ {
268
+ "priority": 100,
269
+ "code": "BOB",
270
+ "name": "Bolivian Boliviano",
271
+ "symbol": "Bs.",
272
+ "alternate_symbols": ["Bs"],
273
+ "subunit": "Centavo",
274
+ "subunit_to_unit": 100,
275
+ "symbol_first": true,
276
+ "decimal_mark": ".",
277
+ "thousands_separator": ",",
278
+ "iso_numeric": 68,
279
+ "smallest_denomination": 10
280
+ },
281
+ {
282
+ "priority": 100,
283
+ "code": "BRL",
284
+ "name": "Brazilian Real",
285
+ "symbol": "R$",
286
+ "subunit": "Centavo",
287
+ "subunit_to_unit": 100,
288
+ "symbol_first": true,
289
+ "html_entity": "R$",
290
+ "decimal_mark": ",",
291
+ "thousands_separator": ".",
292
+ "iso_numeric": 986,
293
+ "smallest_denomination": 5
294
+ },
295
+ {
296
+ "priority": 100,
297
+ "code": "BSD",
298
+ "name": "Bahamian Dollar",
299
+ "symbol": "$",
300
+ "disambiguate_symbol": "BSD",
301
+ "alternate_symbols": ["B$"],
302
+ "subunit": "Cent",
303
+ "subunit_to_unit": 100,
304
+ "symbol_first": true,
305
+ "html_entity": "$",
306
+ "decimal_mark": ".",
307
+ "thousands_separator": ",",
308
+ "iso_numeric": 44,
309
+ "smallest_denomination": 1
310
+ },
311
+ {
312
+ "priority": 100,
313
+ "code": "BTN",
314
+ "name": "Bhutanese Ngultrum",
315
+ "symbol": "Nu.",
316
+ "alternate_symbols": ["Nu"],
317
+ "subunit": "Chertrum",
318
+ "subunit_to_unit": 100,
319
+ "symbol_first": false,
320
+ "decimal_mark": ".",
321
+ "thousands_separator": ",",
322
+ "iso_numeric": 64,
323
+ "smallest_denomination": 5
324
+ },
325
+ {
326
+ "priority": 100,
327
+ "code": "BWP",
328
+ "name": "Botswana Pula",
329
+ "symbol": "P",
330
+ "subunit": "Thebe",
331
+ "subunit_to_unit": 100,
332
+ "symbol_first": true,
333
+ "decimal_mark": ".",
334
+ "thousands_separator": ",",
335
+ "iso_numeric": 72,
336
+ "smallest_denomination": 5
337
+ },
338
+ {
339
+ "priority": 100,
340
+ "code": "BYN",
341
+ "name": "Belarusian Ruble",
342
+ "symbol": "Br",
343
+ "disambiguate_symbol": "BYN",
344
+ "alternate_symbols": ["бел. руб.", "б.р.", "руб.", "р."],
345
+ "subunit": "Kapeyka",
346
+ "subunit_to_unit": 100,
347
+ "symbol_first": false,
348
+ "decimal_mark": ",",
349
+ "thousands_separator": " ",
350
+ "iso_numeric": 933,
351
+ "smallest_denomination": 1
352
+ },
353
+ {
354
+ "priority": 50,
355
+ "code": "BYR",
356
+ "name": "Belarusian Ruble",
357
+ "symbol": "Br",
358
+ "disambiguate_symbol": "BYR",
359
+ "alternate_symbols": ["бел. руб.", "б.р.", "руб.", "р."],
360
+ "subunit_to_unit": 1,
361
+ "symbol_first": false,
362
+ "decimal_mark": ",",
363
+ "thousands_separator": " ",
364
+ "iso_numeric": 974,
365
+ "smallest_denomination": 100
366
+ },
367
+ {
368
+ "priority": 100,
369
+ "code": "BZD",
370
+ "name": "Belize Dollar",
371
+ "symbol": "$",
372
+ "disambiguate_symbol": "BZ$",
373
+ "alternate_symbols": ["BZ$"],
374
+ "subunit": "Cent",
375
+ "subunit_to_unit": 100,
376
+ "symbol_first": true,
377
+ "html_entity": "$",
378
+ "decimal_mark": ".",
379
+ "thousands_separator": ",",
380
+ "iso_numeric": 84,
381
+ "smallest_denomination": 1
382
+ },
383
+ {
384
+ "priority": 5,
385
+ "code": "CAD",
386
+ "name": "Canadian Dollar",
387
+ "symbol": "$",
388
+ "disambiguate_symbol": "C$",
389
+ "alternate_symbols": ["C$", "CAD$"],
390
+ "subunit": "Cent",
391
+ "subunit_to_unit": 100,
392
+ "symbol_first": true,
393
+ "html_entity": "$",
394
+ "decimal_mark": ".",
395
+ "thousands_separator": ",",
396
+ "iso_numeric": 124,
397
+ "smallest_denomination": 5
398
+ },
399
+ {
400
+ "priority": 100,
401
+ "code": "CDF",
402
+ "name": "Congolese Franc",
403
+ "symbol": "Fr",
404
+ "disambiguate_symbol": "FC",
405
+ "alternate_symbols": ["FC"],
406
+ "subunit": "Centime",
407
+ "subunit_to_unit": 100,
408
+ "symbol_first": false,
409
+ "decimal_mark": ".",
410
+ "thousands_separator": ",",
411
+ "iso_numeric": 976,
412
+ "smallest_denomination": 1
413
+ },
414
+ {
415
+ "priority": 100,
416
+ "code": "CHF",
417
+ "name": "Swiss Franc",
418
+ "symbol": "CHF",
419
+ "alternate_symbols": ["SFr", "Fr"],
420
+ "subunit": "Rappen",
421
+ "subunit_to_unit": 100,
422
+ "symbol_first": true,
423
+ "decimal_mark": ".",
424
+ "thousands_separator": ",",
425
+ "iso_numeric": 756,
426
+ "smallest_denomination": 5
427
+ },
428
+ {
429
+ "priority": 100,
430
+ "code": "CLF",
431
+ "name": "Unidad de Fomento",
432
+ "symbol": "UF",
433
+ "subunit": "Peso",
434
+ "subunit_to_unit": 10000,
435
+ "symbol_first": true,
436
+ "html_entity": "&#x20B1;",
437
+ "decimal_mark": ",",
438
+ "thousands_separator": ".",
439
+ "iso_numeric": 990
440
+ },
441
+ {
442
+ "priority": 100,
443
+ "code": "CLP",
444
+ "name": "Chilean Peso",
445
+ "symbol": "$",
446
+ "disambiguate_symbol": "CLP",
447
+ "subunit": "Peso",
448
+ "subunit_to_unit": 1,
449
+ "symbol_first": true,
450
+ "html_entity": "&#36;",
451
+ "decimal_mark": ",",
452
+ "thousands_separator": ".",
453
+ "iso_numeric": 152,
454
+ "smallest_denomination": 1
455
+ },
456
+ {
457
+ "priority": 100,
458
+ "code": "CNY",
459
+ "name": "Chinese Renminbi Yuan",
460
+ "symbol": "¥",
461
+ "alternate_symbols": ["CN¥", "元", "CN元"],
462
+ "subunit": "Fen",
463
+ "subunit_to_unit": 100,
464
+ "symbol_first": true,
465
+ "html_entity": "¥",
466
+ "decimal_mark": ".",
467
+ "thousands_separator": ",",
468
+ "iso_numeric": 156,
469
+ "smallest_denomination": 1
470
+ },
471
+ {
472
+ "priority": 100,
473
+ "code": "COP",
474
+ "name": "Colombian Peso",
475
+ "symbol": "$",
476
+ "disambiguate_symbol": "COL$",
477
+ "alternate_symbols": ["COL$"],
478
+ "subunit": "Centavo",
479
+ "subunit_to_unit": 100,
480
+ "symbol_first": true,
481
+ "html_entity": "&#36;",
482
+ "decimal_mark": ",",
483
+ "thousands_separator": ".",
484
+ "iso_numeric": 170,
485
+ "smallest_denomination": 20
486
+ },
487
+ {
488
+ "priority": 100,
489
+ "code": "CRC",
490
+ "name": "Costa Rican Colón",
491
+ "symbol": "₡",
492
+ "alternate_symbols": ["¢"],
493
+ "subunit": "Céntimo",
494
+ "subunit_to_unit": 100,
495
+ "symbol_first": true,
496
+ "html_entity": "&#x20A1;",
497
+ "decimal_mark": ",",
498
+ "thousands_separator": ".",
499
+ "iso_numeric": 188,
500
+ "smallest_denomination": 500
501
+ },
502
+ {
503
+ "priority": 100,
504
+ "code": "CUC",
505
+ "name": "Cuban Convertible Peso",
506
+ "symbol": "$",
507
+ "disambiguate_symbol": "CUC$",
508
+ "alternate_symbols": ["CUC$"],
509
+ "subunit": "Centavo",
510
+ "subunit_to_unit": 100,
511
+ "symbol_first": false,
512
+ "decimal_mark": ".",
513
+ "thousands_separator": ",",
514
+ "iso_numeric": 931,
515
+ "smallest_denomination": 1
516
+ },
517
+ {
518
+ "priority": 100,
519
+ "code": "CUP",
520
+ "name": "Cuban Peso",
521
+ "symbol": "$",
522
+ "disambiguate_symbol": "$MN",
523
+ "alternate_symbols": ["$MN"],
524
+ "subunit": "Centavo",
525
+ "subunit_to_unit": 100,
526
+ "symbol_first": true,
527
+ "html_entity": "&#x20B1;",
528
+ "decimal_mark": ".",
529
+ "thousands_separator": ",",
530
+ "iso_numeric": 192,
531
+ "smallest_denomination": 1
532
+ },
533
+ {
534
+ "priority": 100,
535
+ "code": "CVE",
536
+ "name": "Cape Verdean Escudo",
537
+ "symbol": "$",
538
+ "disambiguate_symbol": "Esc",
539
+ "alternate_symbols": ["Esc"],
540
+ "subunit": "Centavo",
541
+ "subunit_to_unit": 100,
542
+ "symbol_first": false,
543
+ "decimal_mark": ".",
544
+ "thousands_separator": ",",
545
+ "iso_numeric": 132,
546
+ "smallest_denomination": 100
547
+ },
548
+ {
549
+ "priority": 100,
550
+ "code": "CZK",
551
+ "name": "Czech Koruna",
552
+ "symbol": "Kč",
553
+ "subunit": "Haléř",
554
+ "subunit_to_unit": 100,
555
+ "symbol_first": false,
556
+ "decimal_mark": ",",
557
+ "thousands_separator": " ",
558
+ "iso_numeric": 203,
559
+ "smallest_denomination": 100
560
+ },
561
+ {
562
+ "priority": 100,
563
+ "code": "DJF",
564
+ "name": "Djiboutian Franc",
565
+ "symbol": "Fdj",
566
+ "subunit": "Centime",
567
+ "subunit_to_unit": 1,
568
+ "symbol_first": false,
569
+ "decimal_mark": ".",
570
+ "thousands_separator": ",",
571
+ "iso_numeric": 262,
572
+ "smallest_denomination": 100
573
+ },
574
+ {
575
+ "priority": 100,
576
+ "code": "DKK",
577
+ "name": "Danish Krone",
578
+ "symbol": "kr.",
579
+ "disambiguate_symbol": "DKK",
580
+ "alternate_symbols": [",-"],
581
+ "subunit": "Øre",
582
+ "subunit_to_unit": 100,
583
+ "symbol_first": false,
584
+ "decimal_mark": ",",
585
+ "thousands_separator": ".",
586
+ "iso_numeric": 208,
587
+ "smallest_denomination": 50
588
+ },
589
+ {
590
+ "priority": 100,
591
+ "code": "DOP",
592
+ "name": "Dominican Peso",
593
+ "symbol": "$",
594
+ "disambiguate_symbol": "RD$",
595
+ "alternate_symbols": ["RD$"],
596
+ "subunit": "Centavo",
597
+ "subunit_to_unit": 100,
598
+ "symbol_first": true,
599
+ "html_entity": "&#x20B1;",
600
+ "decimal_mark": ".",
601
+ "thousands_separator": ",",
602
+ "iso_numeric": 214,
603
+ "smallest_denomination": 100
604
+ },
605
+ {
606
+ "priority": 100,
607
+ "code": "DZD",
608
+ "name": "Algerian Dinar",
609
+ "symbol": "د.ج",
610
+ "alternate_symbols": ["DA"],
611
+ "subunit": "Centime",
612
+ "subunit_to_unit": 100,
613
+ "symbol_first": false,
614
+ "decimal_mark": ".",
615
+ "thousands_separator": ",",
616
+ "iso_numeric": 12,
617
+ "smallest_denomination": 100
618
+ },
619
+ {
620
+ "priority": 100,
621
+ "code": "EGP",
622
+ "name": "Egyptian Pound",
623
+ "symbol": "ج.م",
624
+ "alternate_symbols": ["LE", "E£", "L.E."],
625
+ "subunit": "Piastre",
626
+ "subunit_to_unit": 100,
627
+ "symbol_first": true,
628
+ "html_entity": "&#x00A3;",
629
+ "decimal_mark": ".",
630
+ "thousands_separator": ",",
631
+ "iso_numeric": 818,
632
+ "smallest_denomination": 25
633
+ },
634
+ {
635
+ "priority": 100,
636
+ "code": "ERN",
637
+ "name": "Eritrean Nakfa",
638
+ "symbol": "Nfk",
639
+ "subunit": "Cent",
640
+ "subunit_to_unit": 100,
641
+ "symbol_first": false,
642
+ "decimal_mark": ".",
643
+ "thousands_separator": ",",
644
+ "iso_numeric": 232,
645
+ "smallest_denomination": 1
646
+ },
647
+ {
648
+ "priority": 100,
649
+ "code": "ETB",
650
+ "name": "Ethiopian Birr",
651
+ "symbol": "Br",
652
+ "disambiguate_symbol": "ETB",
653
+ "subunit": "Santim",
654
+ "subunit_to_unit": 100,
655
+ "symbol_first": false,
656
+ "decimal_mark": ".",
657
+ "thousands_separator": ",",
658
+ "iso_numeric": 230,
659
+ "smallest_denomination": 1
660
+ },
661
+ {
662
+ "priority": 2,
663
+ "code": "EUR",
664
+ "name": "Euro",
665
+ "symbol": "€",
666
+ "subunit": "Cent",
667
+ "subunit_to_unit": 100,
668
+ "symbol_first": true,
669
+ "html_entity": "&#x20AC;",
670
+ "decimal_mark": ",",
671
+ "thousands_separator": ".",
672
+ "iso_numeric": 978,
673
+ "smallest_denomination": 1
674
+ },
675
+ {
676
+ "priority": 100,
677
+ "code": "FJD",
678
+ "name": "Fijian Dollar",
679
+ "symbol": "$",
680
+ "disambiguate_symbol": "FJ$",
681
+ "alternate_symbols": ["FJ$"],
682
+ "subunit": "Cent",
683
+ "subunit_to_unit": 100,
684
+ "symbol_first": false,
685
+ "html_entity": "$",
686
+ "decimal_mark": ".",
687
+ "thousands_separator": ",",
688
+ "iso_numeric": 242,
689
+ "smallest_denomination": 5
690
+ },
691
+ {
692
+ "priority": 100,
693
+ "code": "FKP",
694
+ "name": "Falkland Pound",
695
+ "symbol": "£",
696
+ "disambiguate_symbol": "FK£",
697
+ "alternate_symbols": ["FK£"],
698
+ "subunit": "Penny",
699
+ "subunit_to_unit": 100,
700
+ "symbol_first": false,
701
+ "html_entity": "&#x00A3;",
702
+ "decimal_mark": ".",
703
+ "thousands_separator": ",",
704
+ "iso_numeric": 238,
705
+ "smallest_denomination": 1
706
+ },
707
+ {
708
+ "priority": 3,
709
+ "code": "GBP",
710
+ "name": "British Pound",
711
+ "symbol": "£",
712
+ "subunit": "Penny",
713
+ "subunit_to_unit": 100,
714
+ "symbol_first": true,
715
+ "html_entity": "&#x00A3;",
716
+ "decimal_mark": ".",
717
+ "thousands_separator": ",",
718
+ "iso_numeric": 826,
719
+ "smallest_denomination": 1
720
+ },
721
+ {
722
+ "priority": 100,
723
+ "code": "GEL",
724
+ "name": "Georgian Lari",
725
+ "symbol": "ლ",
726
+ "alternate_symbols": ["lari"],
727
+ "subunit": "Tetri",
728
+ "subunit_to_unit": 100,
729
+ "symbol_first": false,
730
+ "decimal_mark": ".",
731
+ "thousands_separator": ",",
732
+ "iso_numeric": 981,
733
+ "smallest_denomination": 1
734
+ },
735
+ {
736
+ "priority": 100,
737
+ "code": "GHS",
738
+ "name": "Ghanaian Cedi",
739
+ "symbol": "₵",
740
+ "alternate_symbols": ["GH¢", "GH₵"],
741
+ "subunit": "Pesewa",
742
+ "subunit_to_unit": 100,
743
+ "symbol_first": true,
744
+ "html_entity": "&#x20B5;",
745
+ "decimal_mark": ".",
746
+ "thousands_separator": ",",
747
+ "iso_numeric": 936,
748
+ "smallest_denomination": 1
749
+ },
750
+ {
751
+ "priority": 100,
752
+ "code": "GIP",
753
+ "name": "Gibraltar Pound",
754
+ "symbol": "£",
755
+ "disambiguate_symbol": "GIP",
756
+ "subunit": "Penny",
757
+ "subunit_to_unit": 100,
758
+ "symbol_first": true,
759
+ "html_entity": "&#x00A3;",
760
+ "decimal_mark": ".",
761
+ "thousands_separator": ",",
762
+ "iso_numeric": 292,
763
+ "smallest_denomination": 1
764
+ },
765
+ {
766
+ "priority": 100,
767
+ "code": "GMD",
768
+ "name": "Gambian Dalasi",
769
+ "symbol": "D",
770
+ "subunit": "Butut",
771
+ "subunit_to_unit": 100,
772
+ "symbol_first": false,
773
+ "decimal_mark": ".",
774
+ "thousands_separator": ",",
775
+ "iso_numeric": 270,
776
+ "smallest_denomination": 1
777
+ },
778
+ {
779
+ "priority": 100,
780
+ "code": "GNF",
781
+ "name": "Guinean Franc",
782
+ "symbol": "Fr",
783
+ "disambiguate_symbol": "FG",
784
+ "alternate_symbols": ["FG", "GFr"],
785
+ "subunit": "Centime",
786
+ "subunit_to_unit": 1,
787
+ "symbol_first": false,
788
+ "decimal_mark": ".",
789
+ "thousands_separator": ",",
790
+ "iso_numeric": 324,
791
+ "smallest_denomination": 100
792
+ },
793
+ {
794
+ "priority": 100,
795
+ "code": "GTQ",
796
+ "name": "Guatemalan Quetzal",
797
+ "symbol": "Q",
798
+ "subunit": "Centavo",
799
+ "subunit_to_unit": 100,
800
+ "symbol_first": true,
801
+ "decimal_mark": ".",
802
+ "thousands_separator": ",",
803
+ "iso_numeric": 320,
804
+ "smallest_denomination": 1
805
+ },
806
+ {
807
+ "priority": 100,
808
+ "code": "GYD",
809
+ "name": "Guyanese Dollar",
810
+ "symbol": "$",
811
+ "disambiguate_symbol": "G$",
812
+ "alternate_symbols": ["G$"],
813
+ "subunit": "Cent",
814
+ "subunit_to_unit": 100,
815
+ "symbol_first": false,
816
+ "html_entity": "$",
817
+ "decimal_mark": ".",
818
+ "thousands_separator": ",",
819
+ "iso_numeric": 328,
820
+ "smallest_denomination": 100
821
+ },
822
+ {
823
+ "priority": 100,
824
+ "code": "HKD",
825
+ "name": "Hong Kong Dollar",
826
+ "symbol": "$",
827
+ "disambiguate_symbol": "HK$",
828
+ "alternate_symbols": ["HK$"],
829
+ "subunit": "Cent",
830
+ "subunit_to_unit": 100,
831
+ "symbol_first": true,
832
+ "html_entity": "$",
833
+ "decimal_mark": ".",
834
+ "thousands_separator": ",",
835
+ "iso_numeric": 344,
836
+ "smallest_denomination": 10
837
+ },
838
+ {
839
+ "priority": 100,
840
+ "code": "HNL",
841
+ "name": "Honduran Lempira",
842
+ "symbol": "L",
843
+ "disambiguate_symbol": "HNL",
844
+ "subunit": "Centavo",
845
+ "subunit_to_unit": 100,
846
+ "symbol_first": true,
847
+ "decimal_mark": ".",
848
+ "thousands_separator": ",",
849
+ "iso_numeric": 340,
850
+ "smallest_denomination": 5
851
+ },
852
+ {
853
+ "priority": 100,
854
+ "code": "HRK",
855
+ "name": "Croatian Kuna",
856
+ "symbol": "kn",
857
+ "subunit": "Lipa",
858
+ "subunit_to_unit": 100,
859
+ "symbol_first": false,
860
+ "decimal_mark": ",",
861
+ "thousands_separator": ".",
862
+ "iso_numeric": 191,
863
+ "smallest_denomination": 1
864
+ },
865
+ {
866
+ "priority": 100,
867
+ "code": "HTG",
868
+ "name": "Haitian Gourde",
869
+ "symbol": "G",
870
+ "subunit": "Centime",
871
+ "subunit_to_unit": 100,
872
+ "symbol_first": false,
873
+ "decimal_mark": ".",
874
+ "thousands_separator": ",",
875
+ "iso_numeric": 332,
876
+ "smallest_denomination": 5
877
+ },
878
+ {
879
+ "priority": 100,
880
+ "code": "HUF",
881
+ "name": "Hungarian Forint",
882
+ "symbol": "Ft",
883
+ "subunit": "Fillér",
884
+ "subunit_to_unit": 100,
885
+ "symbol_first": false,
886
+ "decimal_mark": ",",
887
+ "thousands_separator": ".",
888
+ "iso_numeric": 348,
889
+ "smallest_denomination": 5
890
+ },
891
+ {
892
+ "priority": 100,
893
+ "code": "IDR",
894
+ "name": "Indonesian Rupiah",
895
+ "symbol": "Rp",
896
+ "subunit": "Sen",
897
+ "subunit_to_unit": 100,
898
+ "symbol_first": true,
899
+ "decimal_mark": ",",
900
+ "thousands_separator": ".",
901
+ "iso_numeric": 360,
902
+ "smallest_denomination": 5000
903
+ },
904
+ {
905
+ "priority": 100,
906
+ "code": "ILS",
907
+ "name": "Israeli New Sheqel",
908
+ "symbol": "₪",
909
+ "alternate_symbols": ["ש״ח", "NIS"],
910
+ "subunit": "Agora",
911
+ "subunit_to_unit": 100,
912
+ "symbol_first": true,
913
+ "html_entity": "&#x20AA;",
914
+ "decimal_mark": ".",
915
+ "thousands_separator": ",",
916
+ "iso_numeric": 376,
917
+ "smallest_denomination": 10
918
+ },
919
+ {
920
+ "priority": 100,
921
+ "code": "INR",
922
+ "name": "Indian Rupee",
923
+ "symbol": "₹",
924
+ "alternate_symbols": ["Rs", "৳", "૱", "௹", "रु", "₨"],
925
+ "subunit": "Paisa",
926
+ "subunit_to_unit": 100,
927
+ "symbol_first": true,
928
+ "html_entity": "&#x20b9;",
929
+ "decimal_mark": ".",
930
+ "thousands_separator": ",",
931
+ "iso_numeric": 356,
932
+ "smallest_denomination": 50
933
+ },
934
+ {
935
+ "priority": 100,
936
+ "code": "IQD",
937
+ "name": "Iraqi Dinar",
938
+ "symbol": "ع.د",
939
+ "subunit": "Fils",
940
+ "subunit_to_unit": 1000,
941
+ "symbol_first": false,
942
+ "decimal_mark": ".",
943
+ "thousands_separator": ",",
944
+ "iso_numeric": 368,
945
+ "smallest_denomination": 50000
946
+ },
947
+ {
948
+ "priority": 100,
949
+ "code": "IRR",
950
+ "name": "Iranian Rial",
951
+ "symbol": "﷼",
952
+ "subunit_to_unit": 100,
953
+ "symbol_first": true,
954
+ "html_entity": "&#xFDFC;",
955
+ "decimal_mark": ".",
956
+ "thousands_separator": ",",
957
+ "iso_numeric": 364,
958
+ "smallest_denomination": 5000
959
+ },
960
+ {
961
+ "priority": 100,
962
+ "code": "ISK",
963
+ "name": "Icelandic Króna",
964
+ "symbol": "kr",
965
+ "alternate_symbols": ["Íkr"],
966
+ "subunit_to_unit": 1,
967
+ "symbol_first": true,
968
+ "decimal_mark": ",",
969
+ "thousands_separator": ".",
970
+ "iso_numeric": 352,
971
+ "smallest_denomination": 1
972
+ },
973
+ {
974
+ "priority": 100,
975
+ "code": "JMD",
976
+ "name": "Jamaican Dollar",
977
+ "symbol": "$",
978
+ "disambiguate_symbol": "J$",
979
+ "alternate_symbols": ["J$"],
980
+ "subunit": "Cent",
981
+ "subunit_to_unit": 100,
982
+ "symbol_first": true,
983
+ "html_entity": "$",
984
+ "decimal_mark": ".",
985
+ "thousands_separator": ",",
986
+ "iso_numeric": 388,
987
+ "smallest_denomination": 1
988
+ },
989
+ {
990
+ "priority": 100,
991
+ "code": "JOD",
992
+ "name": "Jordanian Dinar",
993
+ "symbol": "د.ا",
994
+ "alternate_symbols": ["JD"],
995
+ "subunit": "Fils",
996
+ "subunit_to_unit": 1000,
997
+ "symbol_first": true,
998
+ "decimal_mark": ".",
999
+ "thousands_separator": ",",
1000
+ "iso_numeric": 400,
1001
+ "smallest_denomination": 5
1002
+ },
1003
+ {
1004
+ "priority": 6,
1005
+ "code": "JPY",
1006
+ "name": "Japanese Yen",
1007
+ "symbol": "¥",
1008
+ "alternate_symbols": ["円", "圓"],
1009
+ "subunit_to_unit": 1,
1010
+ "symbol_first": true,
1011
+ "html_entity": "&#x00A5;",
1012
+ "decimal_mark": ".",
1013
+ "thousands_separator": ",",
1014
+ "iso_numeric": 392,
1015
+ "smallest_denomination": 1
1016
+ },
1017
+ {
1018
+ "priority": 100,
1019
+ "code": "KES",
1020
+ "name": "Kenyan Shilling",
1021
+ "symbol": "KSh",
1022
+ "alternate_symbols": ["Sh"],
1023
+ "subunit": "Cent",
1024
+ "subunit_to_unit": 100,
1025
+ "symbol_first": true,
1026
+ "decimal_mark": ".",
1027
+ "thousands_separator": ",",
1028
+ "iso_numeric": 404,
1029
+ "smallest_denomination": 50
1030
+ },
1031
+ {
1032
+ "priority": 100,
1033
+ "code": "KGS",
1034
+ "name": "Kyrgyzstani Som",
1035
+ "symbol": "som",
1036
+ "alternate_symbols": ["сом"],
1037
+ "subunit": "Tyiyn",
1038
+ "subunit_to_unit": 100,
1039
+ "symbol_first": false,
1040
+ "decimal_mark": ".",
1041
+ "thousands_separator": ",",
1042
+ "iso_numeric": 417,
1043
+ "smallest_denomination": 1
1044
+ },
1045
+ {
1046
+ "priority": 100,
1047
+ "code": "KHR",
1048
+ "name": "Cambodian Riel",
1049
+ "symbol": "៛",
1050
+ "subunit": "Sen",
1051
+ "subunit_to_unit": 100,
1052
+ "symbol_first": false,
1053
+ "html_entity": "&#x17DB;",
1054
+ "decimal_mark": ".",
1055
+ "thousands_separator": ",",
1056
+ "iso_numeric": 116,
1057
+ "smallest_denomination": 5000
1058
+ },
1059
+ {
1060
+ "priority": 100,
1061
+ "code": "KMF",
1062
+ "name": "Comorian Franc",
1063
+ "symbol": "Fr",
1064
+ "disambiguate_symbol": "CF",
1065
+ "alternate_symbols": ["CF"],
1066
+ "subunit": "Centime",
1067
+ "subunit_to_unit": 1,
1068
+ "symbol_first": false,
1069
+ "decimal_mark": ".",
1070
+ "thousands_separator": ",",
1071
+ "iso_numeric": 174,
1072
+ "smallest_denomination": 100
1073
+ },
1074
+ {
1075
+ "priority": 100,
1076
+ "code": "KPW",
1077
+ "name": "North Korean Won",
1078
+ "symbol": "₩",
1079
+ "subunit": "Chŏn",
1080
+ "subunit_to_unit": 100,
1081
+ "symbol_first": false,
1082
+ "html_entity": "&#x20A9;",
1083
+ "decimal_mark": ".",
1084
+ "thousands_separator": ",",
1085
+ "iso_numeric": 408,
1086
+ "smallest_denomination": 1
1087
+ },
1088
+ {
1089
+ "priority": 100,
1090
+ "code": "KRW",
1091
+ "name": "South Korean Won",
1092
+ "symbol": "₩",
1093
+ "subunit_to_unit": 1,
1094
+ "symbol_first": true,
1095
+ "html_entity": "&#x20A9;",
1096
+ "decimal_mark": ".",
1097
+ "thousands_separator": ",",
1098
+ "iso_numeric": 410,
1099
+ "smallest_denomination": 1
1100
+ },
1101
+ {
1102
+ "priority": 100,
1103
+ "code": "KWD",
1104
+ "name": "Kuwaiti Dinar",
1105
+ "symbol": "د.ك",
1106
+ "alternate_symbols": ["K.D."],
1107
+ "subunit": "Fils",
1108
+ "subunit_to_unit": 1000,
1109
+ "symbol_first": true,
1110
+ "decimal_mark": ".",
1111
+ "thousands_separator": ",",
1112
+ "iso_numeric": 414,
1113
+ "smallest_denomination": 5
1114
+ },
1115
+ {
1116
+ "priority": 100,
1117
+ "code": "KYD",
1118
+ "name": "Cayman Islands Dollar",
1119
+ "symbol": "$",
1120
+ "disambiguate_symbol": "CI$",
1121
+ "alternate_symbols": ["CI$"],
1122
+ "subunit": "Cent",
1123
+ "subunit_to_unit": 100,
1124
+ "symbol_first": true,
1125
+ "html_entity": "$",
1126
+ "decimal_mark": ".",
1127
+ "thousands_separator": ",",
1128
+ "iso_numeric": 136,
1129
+ "smallest_denomination": 1
1130
+ },
1131
+ {
1132
+ "priority": 100,
1133
+ "code": "KZT",
1134
+ "name": "Kazakhstani Tenge",
1135
+ "symbol": "〒",
1136
+ "subunit": "Tiyn",
1137
+ "subunit_to_unit": 100,
1138
+ "symbol_first": false,
1139
+ "decimal_mark": ".",
1140
+ "thousands_separator": ",",
1141
+ "iso_numeric": 398,
1142
+ "smallest_denomination": 100
1143
+ },
1144
+ {
1145
+ "priority": 100,
1146
+ "code": "LAK",
1147
+ "name": "Lao Kip",
1148
+ "symbol": "₭",
1149
+ "alternate_symbols": ["₭N"],
1150
+ "subunit": "Att",
1151
+ "subunit_to_unit": 100,
1152
+ "symbol_first": false,
1153
+ "html_entity": "&#x20AD;",
1154
+ "decimal_mark": ".",
1155
+ "thousands_separator": ",",
1156
+ "iso_numeric": 418,
1157
+ "smallest_denomination": 10
1158
+ },
1159
+ {
1160
+ "priority": 100,
1161
+ "code": "LBP",
1162
+ "name": "Lebanese Pound",
1163
+ "symbol": "ل.ل",
1164
+ "alternate_symbols": ["£", "L£"],
1165
+ "subunit": "Piastre",
1166
+ "subunit_to_unit": 100,
1167
+ "symbol_first": true,
1168
+ "html_entity": "&#x00A3;",
1169
+ "decimal_mark": ".",
1170
+ "thousands_separator": ",",
1171
+ "iso_numeric": 422,
1172
+ "smallest_denomination": 25000
1173
+ },
1174
+ {
1175
+ "priority": 100,
1176
+ "code": "LKR",
1177
+ "name": "Sri Lankan Rupee",
1178
+ "symbol": "₨",
1179
+ "disambiguate_symbol": "SLRs",
1180
+ "alternate_symbols": ["රු", "ரூ", "SLRs", "/-"],
1181
+ "subunit": "Cent",
1182
+ "subunit_to_unit": 100,
1183
+ "symbol_first": false,
1184
+ "html_entity": "&#x0BF9;",
1185
+ "decimal_mark": ".",
1186
+ "thousands_separator": ",",
1187
+ "iso_numeric": 144,
1188
+ "smallest_denomination": 100
1189
+ },
1190
+ {
1191
+ "priority": 100,
1192
+ "code": "LRD",
1193
+ "name": "Liberian Dollar",
1194
+ "symbol": "$",
1195
+ "disambiguate_symbol": "L$",
1196
+ "alternate_symbols": ["L$"],
1197
+ "subunit": "Cent",
1198
+ "subunit_to_unit": 100,
1199
+ "symbol_first": false,
1200
+ "html_entity": "$",
1201
+ "decimal_mark": ".",
1202
+ "thousands_separator": ",",
1203
+ "iso_numeric": 430,
1204
+ "smallest_denomination": 5
1205
+ },
1206
+ {
1207
+ "priority": 100,
1208
+ "code": "LSL",
1209
+ "name": "Lesotho Loti",
1210
+ "symbol": "L",
1211
+ "disambiguate_symbol": "M",
1212
+ "alternate_symbols": ["M"],
1213
+ "subunit": "Sente",
1214
+ "subunit_to_unit": 100,
1215
+ "symbol_first": false,
1216
+ "decimal_mark": ".",
1217
+ "thousands_separator": ",",
1218
+ "iso_numeric": 426,
1219
+ "smallest_denomination": 1
1220
+ },
1221
+ {
1222
+ "priority": 100,
1223
+ "code": "LTL",
1224
+ "name": "Lithuanian Litas",
1225
+ "symbol": "Lt",
1226
+ "subunit": "Centas",
1227
+ "subunit_to_unit": 100,
1228
+ "symbol_first": false,
1229
+ "decimal_mark": ".",
1230
+ "thousands_separator": ",",
1231
+ "iso_numeric": 440,
1232
+ "smallest_denomination": 1
1233
+ },
1234
+ {
1235
+ "priority": 100,
1236
+ "code": "LVL",
1237
+ "name": "Latvian Lats",
1238
+ "symbol": "Ls",
1239
+ "subunit": "Santīms",
1240
+ "subunit_to_unit": 100,
1241
+ "symbol_first": true,
1242
+ "decimal_mark": ".",
1243
+ "thousands_separator": ",",
1244
+ "iso_numeric": 428,
1245
+ "smallest_denomination": 1
1246
+ },
1247
+ {
1248
+ "priority": 100,
1249
+ "code": "LYD",
1250
+ "name": "Libyan Dinar",
1251
+ "symbol": "ل.د",
1252
+ "alternate_symbols": ["LD"],
1253
+ "subunit": "Dirham",
1254
+ "subunit_to_unit": 1000,
1255
+ "symbol_first": false,
1256
+ "decimal_mark": ".",
1257
+ "thousands_separator": ",",
1258
+ "iso_numeric": 434,
1259
+ "smallest_denomination": 50
1260
+ },
1261
+ {
1262
+ "priority": 100,
1263
+ "code": "MAD",
1264
+ "name": "Moroccan Dirham",
1265
+ "symbol": "د.م.",
1266
+ "subunit": "Centime",
1267
+ "subunit_to_unit": 100,
1268
+ "symbol_first": false,
1269
+ "decimal_mark": ".",
1270
+ "thousands_separator": ",",
1271
+ "iso_numeric": 504,
1272
+ "smallest_denomination": 1
1273
+ },
1274
+ {
1275
+ "priority": 100,
1276
+ "code": "MDL",
1277
+ "name": "Moldovan Leu",
1278
+ "symbol": "L",
1279
+ "alternate_symbols": ["lei"],
1280
+ "subunit": "Ban",
1281
+ "subunit_to_unit": 100,
1282
+ "symbol_first": false,
1283
+ "decimal_mark": ".",
1284
+ "thousands_separator": ",",
1285
+ "iso_numeric": 498,
1286
+ "smallest_denomination": 1
1287
+ },
1288
+ {
1289
+ "priority": 100,
1290
+ "code": "MGA",
1291
+ "name": "Malagasy Ariary",
1292
+ "symbol": "Ar",
1293
+ "subunit": "Iraimbilanja",
1294
+ "subunit_to_unit": 5,
1295
+ "symbol_first": true,
1296
+ "decimal_mark": ".",
1297
+ "thousands_separator": ",",
1298
+ "iso_numeric": 969,
1299
+ "smallest_denomination": 1
1300
+ },
1301
+ {
1302
+ "priority": 100,
1303
+ "code": "MKD",
1304
+ "name": "Macedonian Denar",
1305
+ "symbol": "ден",
1306
+ "subunit": "Deni",
1307
+ "subunit_to_unit": 100,
1308
+ "symbol_first": false,
1309
+ "decimal_mark": ".",
1310
+ "thousands_separator": ",",
1311
+ "iso_numeric": 807,
1312
+ "smallest_denomination": 100
1313
+ },
1314
+ {
1315
+ "priority": 100,
1316
+ "code": "MMK",
1317
+ "name": "Myanmar Kyat",
1318
+ "symbol": "K",
1319
+ "disambiguate_symbol": "MMK",
1320
+ "subunit": "Pya",
1321
+ "subunit_to_unit": 100,
1322
+ "symbol_first": false,
1323
+ "decimal_mark": ".",
1324
+ "thousands_separator": ",",
1325
+ "iso_numeric": 104,
1326
+ "smallest_denomination": 50
1327
+ },
1328
+ {
1329
+ "priority": 100,
1330
+ "code": "MNT",
1331
+ "name": "Mongolian Tögrög",
1332
+ "symbol": "₮",
1333
+ "subunit": "Möngö",
1334
+ "subunit_to_unit": 100,
1335
+ "symbol_first": false,
1336
+ "html_entity": "&#x20AE;",
1337
+ "decimal_mark": ".",
1338
+ "thousands_separator": ",",
1339
+ "iso_numeric": 496,
1340
+ "smallest_denomination": 2000
1341
+ },
1342
+ {
1343
+ "priority": 100,
1344
+ "code": "MOP",
1345
+ "name": "Macanese Pataca",
1346
+ "symbol": "P",
1347
+ "alternate_symbols": ["MOP$"],
1348
+ "subunit": "Avo",
1349
+ "subunit_to_unit": 100,
1350
+ "symbol_first": false,
1351
+ "decimal_mark": ".",
1352
+ "thousands_separator": ",",
1353
+ "iso_numeric": 446,
1354
+ "smallest_denomination": 10
1355
+ },
1356
+ {
1357
+ "priority": 100,
1358
+ "code": "MRO",
1359
+ "name": "Mauritanian Ouguiya",
1360
+ "symbol": "UM",
1361
+ "subunit": "Khoums",
1362
+ "subunit_to_unit": 5,
1363
+ "symbol_first": false,
1364
+ "decimal_mark": ".",
1365
+ "thousands_separator": ",",
1366
+ "iso_numeric": 478,
1367
+ "smallest_denomination": 1
1368
+ },
1369
+ {
1370
+ "priority": 100,
1371
+ "code": "MUR",
1372
+ "name": "Mauritian Rupee",
1373
+ "symbol": "₨",
1374
+ "subunit": "Cent",
1375
+ "subunit_to_unit": 100,
1376
+ "symbol_first": true,
1377
+ "html_entity": "&#x20A8;",
1378
+ "decimal_mark": ".",
1379
+ "thousands_separator": ",",
1380
+ "iso_numeric": 480,
1381
+ "smallest_denomination": 100
1382
+ },
1383
+ {
1384
+ "priority": 100,
1385
+ "code": "MVR",
1386
+ "name": "Maldivian Rufiyaa",
1387
+ "symbol": "MVR",
1388
+ "alternate_symbols": ["MRF", "Rf", "/-", "ރ"],
1389
+ "subunit": "Laari",
1390
+ "subunit_to_unit": 100,
1391
+ "symbol_first": false,
1392
+ "decimal_mark": ".",
1393
+ "thousands_separator": ",",
1394
+ "iso_numeric": 462,
1395
+ "smallest_denomination": 1
1396
+ },
1397
+ {
1398
+ "priority": 100,
1399
+ "code": "MWK",
1400
+ "name": "Malawian Kwacha",
1401
+ "symbol": "MK",
1402
+ "subunit": "Tambala",
1403
+ "subunit_to_unit": 100,
1404
+ "symbol_first": false,
1405
+ "decimal_mark": ".",
1406
+ "thousands_separator": ",",
1407
+ "iso_numeric": 454,
1408
+ "smallest_denomination": 1
1409
+ },
1410
+ {
1411
+ "priority": 100,
1412
+ "code": "MXN",
1413
+ "name": "Mexican Peso",
1414
+ "symbol": "$",
1415
+ "disambiguate_symbol": "MEX$",
1416
+ "alternate_symbols": ["MEX$"],
1417
+ "subunit": "Centavo",
1418
+ "subunit_to_unit": 100,
1419
+ "symbol_first": true,
1420
+ "html_entity": "$",
1421
+ "decimal_mark": ".",
1422
+ "thousands_separator": ",",
1423
+ "iso_numeric": 484,
1424
+ "smallest_denomination": 5
1425
+ },
1426
+ {
1427
+ "priority": 100,
1428
+ "code": "MYR",
1429
+ "name": "Malaysian Ringgit",
1430
+ "symbol": "RM",
1431
+ "subunit": "Sen",
1432
+ "subunit_to_unit": 100,
1433
+ "symbol_first": true,
1434
+ "decimal_mark": ".",
1435
+ "thousands_separator": ",",
1436
+ "iso_numeric": 458,
1437
+ "smallest_denomination": 5
1438
+ },
1439
+ {
1440
+ "priority": 100,
1441
+ "code": "MZN",
1442
+ "name": "Mozambican Metical",
1443
+ "symbol": "MTn",
1444
+ "alternate_symbols": ["MZN"],
1445
+ "subunit": "Centavo",
1446
+ "subunit_to_unit": 100,
1447
+ "symbol_first": true,
1448
+ "decimal_mark": ",",
1449
+ "thousands_separator": ".",
1450
+ "iso_numeric": 943,
1451
+ "smallest_denomination": 1
1452
+ },
1453
+ {
1454
+ "priority": 100,
1455
+ "code": "NAD",
1456
+ "name": "Namibian Dollar",
1457
+ "symbol": "$",
1458
+ "disambiguate_symbol": "N$",
1459
+ "alternate_symbols": ["N$"],
1460
+ "subunit": "Cent",
1461
+ "subunit_to_unit": 100,
1462
+ "symbol_first": false,
1463
+ "html_entity": "$",
1464
+ "decimal_mark": ".",
1465
+ "thousands_separator": ",",
1466
+ "iso_numeric": 516,
1467
+ "smallest_denomination": 5
1468
+ },
1469
+ {
1470
+ "priority": 100,
1471
+ "code": "NGN",
1472
+ "name": "Nigerian Naira",
1473
+ "symbol": "₦",
1474
+ "subunit": "Kobo",
1475
+ "subunit_to_unit": 100,
1476
+ "symbol_first": true,
1477
+ "html_entity": "&#x20A6;",
1478
+ "decimal_mark": ".",
1479
+ "thousands_separator": ",",
1480
+ "iso_numeric": 566,
1481
+ "smallest_denomination": 50
1482
+ },
1483
+ {
1484
+ "priority": 100,
1485
+ "code": "NIO",
1486
+ "name": "Nicaraguan Córdoba",
1487
+ "symbol": "C$",
1488
+ "subunit": "Centavo",
1489
+ "subunit_to_unit": 100,
1490
+ "symbol_first": false,
1491
+ "decimal_mark": ".",
1492
+ "thousands_separator": ",",
1493
+ "iso_numeric": 558,
1494
+ "smallest_denomination": 5
1495
+ },
1496
+ {
1497
+ "priority": 100,
1498
+ "code": "NOK",
1499
+ "name": "Norwegian Krone",
1500
+ "symbol": "kr",
1501
+ "disambiguate_symbol": "NOK",
1502
+ "alternate_symbols": [",-"],
1503
+ "subunit": "Øre",
1504
+ "subunit_to_unit": 100,
1505
+ "symbol_first": false,
1506
+ "html_entity": "kr",
1507
+ "decimal_mark": ",",
1508
+ "thousands_separator": ".",
1509
+ "iso_numeric": 578,
1510
+ "smallest_denomination": 100
1511
+ },
1512
+ {
1513
+ "priority": 100,
1514
+ "code": "NPR",
1515
+ "name": "Nepalese Rupee",
1516
+ "symbol": "₨",
1517
+ "disambiguate_symbol": "NPR",
1518
+ "alternate_symbols": ["Rs", "रू"],
1519
+ "subunit": "Paisa",
1520
+ "subunit_to_unit": 100,
1521
+ "symbol_first": true,
1522
+ "html_entity": "&#x20A8;",
1523
+ "decimal_mark": ".",
1524
+ "thousands_separator": ",",
1525
+ "iso_numeric": 524,
1526
+ "smallest_denomination": 1
1527
+ },
1528
+ {
1529
+ "priority": 100,
1530
+ "code": "NZD",
1531
+ "name": "New Zealand Dollar",
1532
+ "symbol": "$",
1533
+ "disambiguate_symbol": "NZ$",
1534
+ "alternate_symbols": ["NZ$"],
1535
+ "subunit": "Cent",
1536
+ "subunit_to_unit": 100,
1537
+ "symbol_first": true,
1538
+ "html_entity": "$",
1539
+ "decimal_mark": ".",
1540
+ "thousands_separator": ",",
1541
+ "iso_numeric": 554,
1542
+ "smallest_denomination": 10
1543
+ },
1544
+ {
1545
+ "priority": 100,
1546
+ "code": "OMR",
1547
+ "name": "Omani Rial",
1548
+ "symbol": "ر.ع.",
1549
+ "subunit": "Baisa",
1550
+ "subunit_to_unit": 1000,
1551
+ "symbol_first": true,
1552
+ "html_entity": "&#xFDFC;",
1553
+ "decimal_mark": ".",
1554
+ "thousands_separator": ",",
1555
+ "iso_numeric": 512,
1556
+ "smallest_denomination": 5
1557
+ },
1558
+ {
1559
+ "priority": 100,
1560
+ "code": "PAB",
1561
+ "name": "Panamanian Balboa",
1562
+ "symbol": "B/.",
1563
+ "subunit": "Centésimo",
1564
+ "subunit_to_unit": 100,
1565
+ "symbol_first": false,
1566
+ "decimal_mark": ".",
1567
+ "thousands_separator": ",",
1568
+ "iso_numeric": 590,
1569
+ "smallest_denomination": 1
1570
+ },
1571
+ {
1572
+ "priority": 100,
1573
+ "code": "PEN",
1574
+ "name": "Peruvian Nuevo Sol",
1575
+ "symbol": "S/.",
1576
+ "subunit": "Céntimo",
1577
+ "subunit_to_unit": 100,
1578
+ "symbol_first": true,
1579
+ "html_entity": "S/.",
1580
+ "decimal_mark": ".",
1581
+ "thousands_separator": ",",
1582
+ "iso_numeric": 604,
1583
+ "smallest_denomination": 1
1584
+ },
1585
+ {
1586
+ "priority": 100,
1587
+ "code": "PGK",
1588
+ "name": "Papua New Guinean Kina",
1589
+ "symbol": "K",
1590
+ "disambiguate_symbol": "PGK",
1591
+ "subunit": "Toea",
1592
+ "subunit_to_unit": 100,
1593
+ "symbol_first": false,
1594
+ "decimal_mark": ".",
1595
+ "thousands_separator": ",",
1596
+ "iso_numeric": 598,
1597
+ "smallest_denomination": 5
1598
+ },
1599
+ {
1600
+ "priority": 100,
1601
+ "code": "PHP",
1602
+ "name": "Philippine Peso",
1603
+ "symbol": "₱",
1604
+ "alternate_symbols": ["PHP", "PhP", "P"],
1605
+ "subunit": "Centavo",
1606
+ "subunit_to_unit": 100,
1607
+ "symbol_first": true,
1608
+ "html_entity": "&#x20B1;",
1609
+ "decimal_mark": ".",
1610
+ "thousands_separator": ",",
1611
+ "iso_numeric": 608,
1612
+ "smallest_denomination": 1
1613
+ },
1614
+ {
1615
+ "priority": 100,
1616
+ "code": "PKR",
1617
+ "name": "Pakistani Rupee",
1618
+ "symbol": "₨",
1619
+ "disambiguate_symbol": "PKR",
1620
+ "alternate_symbols": ["Rs"],
1621
+ "subunit": "Paisa",
1622
+ "subunit_to_unit": 100,
1623
+ "symbol_first": true,
1624
+ "html_entity": "&#x20A8;",
1625
+ "decimal_mark": ".",
1626
+ "thousands_separator": ",",
1627
+ "iso_numeric": 586,
1628
+ "smallest_denomination": 100
1629
+ },
1630
+ {
1631
+ "priority": 100,
1632
+ "code": "PLN",
1633
+ "name": "Polish Złoty",
1634
+ "symbol": "zł",
1635
+ "subunit": "Grosz",
1636
+ "subunit_to_unit": 100,
1637
+ "symbol_first": false,
1638
+ "html_entity": "z&#322;",
1639
+ "decimal_mark": ",",
1640
+ "thousands_separator": " ",
1641
+ "iso_numeric": 985,
1642
+ "smallest_denomination": 1
1643
+ },
1644
+ {
1645
+ "priority": 100,
1646
+ "code": "PYG",
1647
+ "name": "Paraguayan Guaraní",
1648
+ "symbol": "₲",
1649
+ "subunit": "Céntimo",
1650
+ "subunit_to_unit": 1,
1651
+ "symbol_first": true,
1652
+ "html_entity": "&#x20B2;",
1653
+ "decimal_mark": ".",
1654
+ "thousands_separator": ",",
1655
+ "iso_numeric": 600,
1656
+ "smallest_denomination": 5000
1657
+ },
1658
+ {
1659
+ "priority": 100,
1660
+ "code": "QAR",
1661
+ "name": "Qatari Riyal",
1662
+ "symbol": "ر.ق",
1663
+ "alternate_symbols": ["QR"],
1664
+ "subunit": "Dirham",
1665
+ "subunit_to_unit": 100,
1666
+ "symbol_first": false,
1667
+ "html_entity": "&#xFDFC;",
1668
+ "decimal_mark": ".",
1669
+ "thousands_separator": ",",
1670
+ "iso_numeric": 634,
1671
+ "smallest_denomination": 1
1672
+ },
1673
+ {
1674
+ "priority": 100,
1675
+ "code": "RON",
1676
+ "name": "Romanian Leu",
1677
+ "symbol": "Lei",
1678
+ "subunit": "Bani",
1679
+ "subunit_to_unit": 100,
1680
+ "symbol_first": false,
1681
+ "decimal_mark": ",",
1682
+ "thousands_separator": ".",
1683
+ "iso_numeric": 946,
1684
+ "smallest_denomination": 1
1685
+ },
1686
+ {
1687
+ "priority": 100,
1688
+ "code": "RSD",
1689
+ "name": "Serbian Dinar",
1690
+ "symbol": "РСД",
1691
+ "alternate_symbols": ["RSD", "din", "дин"],
1692
+ "subunit": "Para",
1693
+ "subunit_to_unit": 100,
1694
+ "symbol_first": true,
1695
+ "decimal_mark": ".",
1696
+ "thousands_separator": ",",
1697
+ "iso_numeric": 941,
1698
+ "smallest_denomination": 100
1699
+ },
1700
+ {
1701
+ "priority": 100,
1702
+ "code": "RUB",
1703
+ "name": "Russian Ruble",
1704
+ "symbol": "₽",
1705
+ "alternate_symbols": ["руб.", "р."],
1706
+ "subunit": "Kopeck",
1707
+ "subunit_to_unit": 100,
1708
+ "symbol_first": false,
1709
+ "html_entity": "&#x20BD;",
1710
+ "decimal_mark": ",",
1711
+ "thousands_separator": ".",
1712
+ "iso_numeric": 643,
1713
+ "smallest_denomination": 1
1714
+ },
1715
+ {
1716
+ "priority": 100,
1717
+ "code": "RWF",
1718
+ "name": "Rwandan Franc",
1719
+ "symbol": "FRw",
1720
+ "alternate_symbols": ["RF", "R₣"],
1721
+ "subunit": "Centime",
1722
+ "subunit_to_unit": 1,
1723
+ "symbol_first": false,
1724
+ "decimal_mark": ".",
1725
+ "thousands_separator": ",",
1726
+ "iso_numeric": 646,
1727
+ "smallest_denomination": 100
1728
+ },
1729
+ {
1730
+ "priority": 100,
1731
+ "code": "SAR",
1732
+ "name": "Saudi Riyal",
1733
+ "symbol": "ر.س",
1734
+ "alternate_symbols": ["SR", "﷼"],
1735
+ "subunit": "Hallallah",
1736
+ "subunit_to_unit": 100,
1737
+ "symbol_first": true,
1738
+ "html_entity": "&#xFDFC;",
1739
+ "decimal_mark": ".",
1740
+ "thousands_separator": ",",
1741
+ "iso_numeric": 682,
1742
+ "smallest_denomination": 5
1743
+ },
1744
+ {
1745
+ "priority": 100,
1746
+ "code": "SBD",
1747
+ "name": "Solomon Islands Dollar",
1748
+ "symbol": "$",
1749
+ "disambiguate_symbol": "SI$",
1750
+ "alternate_symbols": ["SI$"],
1751
+ "subunit": "Cent",
1752
+ "subunit_to_unit": 100,
1753
+ "symbol_first": false,
1754
+ "html_entity": "$",
1755
+ "decimal_mark": ".",
1756
+ "thousands_separator": ",",
1757
+ "iso_numeric": 90,
1758
+ "smallest_denomination": 10
1759
+ },
1760
+ {
1761
+ "priority": 100,
1762
+ "code": "SCR",
1763
+ "name": "Seychellois Rupee",
1764
+ "symbol": "₨",
1765
+ "disambiguate_symbol": "SRe",
1766
+ "alternate_symbols": ["SRe", "SR"],
1767
+ "subunit": "Cent",
1768
+ "subunit_to_unit": 100,
1769
+ "symbol_first": false,
1770
+ "html_entity": "&#x20A8;",
1771
+ "decimal_mark": ".",
1772
+ "thousands_separator": ",",
1773
+ "iso_numeric": 690,
1774
+ "smallest_denomination": 1
1775
+ },
1776
+ {
1777
+ "priority": 100,
1778
+ "code": "SDG",
1779
+ "name": "Sudanese Pound",
1780
+ "symbol": "£",
1781
+ "disambiguate_symbol": "SDG",
1782
+ "subunit": "Piastre",
1783
+ "subunit_to_unit": 100,
1784
+ "symbol_first": true,
1785
+ "decimal_mark": ".",
1786
+ "thousands_separator": ",",
1787
+ "iso_numeric": 938,
1788
+ "smallest_denomination": 1
1789
+ },
1790
+ {
1791
+ "priority": 100,
1792
+ "code": "SEK",
1793
+ "name": "Swedish Krona",
1794
+ "symbol": "kr",
1795
+ "disambiguate_symbol": "SEK",
1796
+ "alternate_symbols": [":-"],
1797
+ "subunit": "Öre",
1798
+ "subunit_to_unit": 100,
1799
+ "symbol_first": false,
1800
+ "decimal_mark": ",",
1801
+ "thousands_separator": " ",
1802
+ "iso_numeric": 752,
1803
+ "smallest_denomination": 100
1804
+ },
1805
+ {
1806
+ "priority": 100,
1807
+ "code": "SGD",
1808
+ "name": "Singapore Dollar",
1809
+ "symbol": "$",
1810
+ "disambiguate_symbol": "S$",
1811
+ "alternate_symbols": ["S$"],
1812
+ "subunit": "Cent",
1813
+ "subunit_to_unit": 100,
1814
+ "symbol_first": true,
1815
+ "html_entity": "$",
1816
+ "decimal_mark": ".",
1817
+ "thousands_separator": ",",
1818
+ "iso_numeric": 702,
1819
+ "smallest_denomination": 1
1820
+ },
1821
+ {
1822
+ "priority": 100,
1823
+ "code": "SHP",
1824
+ "name": "Saint Helenian Pound",
1825
+ "symbol": "£",
1826
+ "disambiguate_symbol": "SHP",
1827
+ "subunit": "Penny",
1828
+ "subunit_to_unit": 100,
1829
+ "symbol_first": false,
1830
+ "html_entity": "&#x00A3;",
1831
+ "decimal_mark": ".",
1832
+ "thousands_separator": ",",
1833
+ "iso_numeric": 654,
1834
+ "smallest_denomination": 1
1835
+ },
1836
+ {
1837
+ "priority": 100,
1838
+ "code": "SKK",
1839
+ "name": "Slovak Koruna",
1840
+ "symbol": "Sk",
1841
+ "subunit": "Halier",
1842
+ "subunit_to_unit": 100,
1843
+ "symbol_first": true,
1844
+ "decimal_mark": ".",
1845
+ "thousands_separator": ",",
1846
+ "iso_numeric": 703,
1847
+ "smallest_denomination": 50
1848
+ },
1849
+ {
1850
+ "priority": 100,
1851
+ "code": "SLL",
1852
+ "name": "Sierra Leonean Leone",
1853
+ "symbol": "Le",
1854
+ "subunit": "Cent",
1855
+ "subunit_to_unit": 100,
1856
+ "symbol_first": false,
1857
+ "decimal_mark": ".",
1858
+ "thousands_separator": ",",
1859
+ "iso_numeric": 694,
1860
+ "smallest_denomination": 1000
1861
+ },
1862
+ {
1863
+ "priority": 100,
1864
+ "code": "SOS",
1865
+ "name": "Somali Shilling",
1866
+ "symbol": "Sh",
1867
+ "alternate_symbols": ["Sh.So"],
1868
+ "subunit": "Cent",
1869
+ "subunit_to_unit": 100,
1870
+ "symbol_first": false,
1871
+ "decimal_mark": ".",
1872
+ "thousands_separator": ",",
1873
+ "iso_numeric": 706,
1874
+ "smallest_denomination": 1
1875
+ },
1876
+ {
1877
+ "priority": 100,
1878
+ "code": "SRD",
1879
+ "name": "Surinamese Dollar",
1880
+ "symbol": "$",
1881
+ "disambiguate_symbol": "SRD",
1882
+ "subunit": "Cent",
1883
+ "subunit_to_unit": 100,
1884
+ "symbol_first": false,
1885
+ "decimal_mark": ".",
1886
+ "thousands_separator": ",",
1887
+ "iso_numeric": 968,
1888
+ "smallest_denomination": 1
1889
+ },
1890
+ {
1891
+ "priority": 100,
1892
+ "code": "SSP",
1893
+ "name": "South Sudanese Pound",
1894
+ "symbol": "£",
1895
+ "disambiguate_symbol": "SSP",
1896
+ "subunit": "piaster",
1897
+ "subunit_to_unit": 100,
1898
+ "symbol_first": false,
1899
+ "html_entity": "&#x00A3;",
1900
+ "decimal_mark": ".",
1901
+ "thousands_separator": ",",
1902
+ "iso_numeric": 728,
1903
+ "smallest_denomination": 5
1904
+ },
1905
+ {
1906
+ "priority": 100,
1907
+ "code": "STD",
1908
+ "name": "São Tomé and Príncipe Dobra",
1909
+ "symbol": "Db",
1910
+ "subunit": "Cêntimo",
1911
+ "subunit_to_unit": 100,
1912
+ "symbol_first": false,
1913
+ "decimal_mark": ".",
1914
+ "thousands_separator": ",",
1915
+ "iso_numeric": 678,
1916
+ "smallest_denomination": 10000
1917
+ },
1918
+ {
1919
+ "priority": 100,
1920
+ "code": "SVC",
1921
+ "name": "Salvadoran Colón",
1922
+ "symbol": "₡",
1923
+ "alternate_symbols": ["¢"],
1924
+ "subunit": "Centavo",
1925
+ "subunit_to_unit": 100,
1926
+ "symbol_first": true,
1927
+ "html_entity": "&#x20A1;",
1928
+ "decimal_mark": ".",
1929
+ "thousands_separator": ",",
1930
+ "iso_numeric": 222,
1931
+ "smallest_denomination": 1
1932
+ },
1933
+ {
1934
+ "priority": 100,
1935
+ "code": "SYP",
1936
+ "name": "Syrian Pound",
1937
+ "symbol": "£S",
1938
+ "alternate_symbols": ["£", "ل.س", "LS", "الليرة السورية"],
1939
+ "subunit": "Piastre",
1940
+ "subunit_to_unit": 100,
1941
+ "symbol_first": false,
1942
+ "html_entity": "&#x00A3;",
1943
+ "decimal_mark": ".",
1944
+ "thousands_separator": ",",
1945
+ "iso_numeric": 760,
1946
+ "smallest_denomination": 100
1947
+ },
1948
+ {
1949
+ "priority": 100,
1950
+ "code": "SZL",
1951
+ "name": "Swazi Lilangeni",
1952
+ "symbol": "E",
1953
+ "disambiguate_symbol": "SZL",
1954
+ "subunit": "Cent",
1955
+ "subunit_to_unit": 100,
1956
+ "symbol_first": true,
1957
+ "decimal_mark": ".",
1958
+ "thousands_separator": ",",
1959
+ "iso_numeric": 748,
1960
+ "smallest_denomination": 1
1961
+ },
1962
+ {
1963
+ "priority": 100,
1964
+ "code": "THB",
1965
+ "name": "Thai Baht",
1966
+ "symbol": "฿",
1967
+ "subunit": "Satang",
1968
+ "subunit_to_unit": 100,
1969
+ "symbol_first": true,
1970
+ "html_entity": "&#x0E3F;",
1971
+ "decimal_mark": ".",
1972
+ "thousands_separator": ",",
1973
+ "iso_numeric": 764,
1974
+ "smallest_denomination": 1
1975
+ },
1976
+ {
1977
+ "priority": 100,
1978
+ "code": "TJS",
1979
+ "name": "Tajikistani Somoni",
1980
+ "symbol": "ЅМ",
1981
+ "subunit": "Diram",
1982
+ "subunit_to_unit": 100,
1983
+ "symbol_first": false,
1984
+ "decimal_mark": ".",
1985
+ "thousands_separator": ",",
1986
+ "iso_numeric": 972,
1987
+ "smallest_denomination": 1
1988
+ },
1989
+ {
1990
+ "priority": 100,
1991
+ "code": "TMT",
1992
+ "name": "Turkmenistani Manat",
1993
+ "symbol": "T",
1994
+ "subunit": "Tenge",
1995
+ "subunit_to_unit": 100,
1996
+ "symbol_first": false,
1997
+ "decimal_mark": ".",
1998
+ "thousands_separator": ",",
1999
+ "iso_numeric": 934,
2000
+ "smallest_denomination": 1
2001
+ },
2002
+ {
2003
+ "priority": 100,
2004
+ "code": "TND",
2005
+ "name": "Tunisian Dinar",
2006
+ "symbol": "د.ت",
2007
+ "alternate_symbols": ["TD", "DT"],
2008
+ "subunit": "Millime",
2009
+ "subunit_to_unit": 1000,
2010
+ "symbol_first": false,
2011
+ "decimal_mark": ".",
2012
+ "thousands_separator": ",",
2013
+ "iso_numeric": 788,
2014
+ "smallest_denomination": 10
2015
+ },
2016
+ {
2017
+ "priority": 100,
2018
+ "code": "TOP",
2019
+ "name": "Tongan Paʻanga",
2020
+ "symbol": "T$",
2021
+ "alternate_symbols": ["PT"],
2022
+ "subunit": "Seniti",
2023
+ "subunit_to_unit": 100,
2024
+ "symbol_first": true,
2025
+ "decimal_mark": ".",
2026
+ "thousands_separator": ",",
2027
+ "iso_numeric": 776,
2028
+ "smallest_denomination": 1
2029
+ },
2030
+ {
2031
+ "priority": 100,
2032
+ "code": "TRY",
2033
+ "name": "Turkish Lira",
2034
+ "symbol": "₺",
2035
+ "alternate_symbols": ["TL"],
2036
+ "subunit": "kuruş",
2037
+ "subunit_to_unit": 100,
2038
+ "symbol_first": true,
2039
+ "html_entity": "&#8378;",
2040
+ "decimal_mark": ",",
2041
+ "thousands_separator": ".",
2042
+ "iso_numeric": 949,
2043
+ "smallest_denomination": 1
2044
+ },
2045
+ {
2046
+ "priority": 100,
2047
+ "code": "TTD",
2048
+ "name": "Trinidad and Tobago Dollar",
2049
+ "symbol": "$",
2050
+ "disambiguate_symbol": "TT$",
2051
+ "alternate_symbols": ["TT$"],
2052
+ "subunit": "Cent",
2053
+ "subunit_to_unit": 100,
2054
+ "symbol_first": false,
2055
+ "html_entity": "$",
2056
+ "decimal_mark": ".",
2057
+ "thousands_separator": ",",
2058
+ "iso_numeric": 780,
2059
+ "smallest_denomination": 1
2060
+ },
2061
+ {
2062
+ "priority": 100,
2063
+ "code": "TWD",
2064
+ "name": "New Taiwan Dollar",
2065
+ "symbol": "$",
2066
+ "disambiguate_symbol": "NT$",
2067
+ "alternate_symbols": ["NT$"],
2068
+ "subunit": "Cent",
2069
+ "subunit_to_unit": 100,
2070
+ "symbol_first": true,
2071
+ "html_entity": "$",
2072
+ "decimal_mark": ".",
2073
+ "thousands_separator": ",",
2074
+ "iso_numeric": 901,
2075
+ "smallest_denomination": 50
2076
+ },
2077
+ {
2078
+ "priority": 100,
2079
+ "code": "TZS",
2080
+ "name": "Tanzanian Shilling",
2081
+ "symbol": "Sh",
2082
+ "subunit": "Cent",
2083
+ "subunit_to_unit": 100,
2084
+ "symbol_first": true,
2085
+ "decimal_mark": ".",
2086
+ "thousands_separator": ",",
2087
+ "iso_numeric": 834,
2088
+ "smallest_denomination": 5000
2089
+ },
2090
+ {
2091
+ "priority": 100,
2092
+ "code": "UAH",
2093
+ "name": "Ukrainian Hryvnia",
2094
+ "symbol": "₴",
2095
+ "subunit": "Kopiyka",
2096
+ "subunit_to_unit": 100,
2097
+ "symbol_first": false,
2098
+ "html_entity": "&#x20B4;",
2099
+ "decimal_mark": ".",
2100
+ "thousands_separator": ",",
2101
+ "iso_numeric": 980,
2102
+ "smallest_denomination": 1
2103
+ },
2104
+ {
2105
+ "priority": 100,
2106
+ "code": "UGX",
2107
+ "name": "Ugandan Shilling",
2108
+ "symbol": "USh",
2109
+ "subunit": "Cent",
2110
+ "subunit_to_unit": 1,
2111
+ "symbol_first": false,
2112
+ "decimal_mark": ".",
2113
+ "thousands_separator": ",",
2114
+ "iso_numeric": 800,
2115
+ "smallest_denomination": 1000
2116
+ },
2117
+ {
2118
+ "priority": 1,
2119
+ "code": "USD",
2120
+ "name": "United States Dollar",
2121
+ "symbol": "$",
2122
+ "disambiguate_symbol": "US$",
2123
+ "alternate_symbols": ["US$"],
2124
+ "subunit": "Cent",
2125
+ "subunit_to_unit": 100,
2126
+ "symbol_first": true,
2127
+ "html_entity": "$",
2128
+ "decimal_mark": ".",
2129
+ "thousands_separator": ",",
2130
+ "iso_numeric": 840,
2131
+ "smallest_denomination": 1
2132
+ },
2133
+ {
2134
+ "priority": 100,
2135
+ "code": "UYU",
2136
+ "name": "Uruguayan Peso",
2137
+ "symbol": "$",
2138
+ "alternate_symbols": ["$U"],
2139
+ "subunit": "Centésimo",
2140
+ "subunit_to_unit": 100,
2141
+ "symbol_first": true,
2142
+ "html_entity": "&#x20B1;",
2143
+ "decimal_mark": ",",
2144
+ "thousands_separator": ".",
2145
+ "iso_numeric": 858,
2146
+ "smallest_denomination": 100
2147
+ },
2148
+ {
2149
+ "priority": 100,
2150
+ "code": "UZS",
2151
+ "name": "Uzbekistan Som",
2152
+ "alternate_symbols": ["so‘m", "сўм", "сум", "s", "с"],
2153
+ "subunit": "Tiyin",
2154
+ "subunit_to_unit": 100,
2155
+ "symbol_first": false,
2156
+ "decimal_mark": ".",
2157
+ "thousands_separator": ",",
2158
+ "iso_numeric": 860,
2159
+ "smallest_denomination": 100
2160
+ },
2161
+ {
2162
+ "priority": 100,
2163
+ "code": "VEF",
2164
+ "name": "Venezuelan Bolívar",
2165
+ "symbol": "Bs",
2166
+ "alternate_symbols": ["Bs.F"],
2167
+ "subunit": "Céntimo",
2168
+ "subunit_to_unit": 100,
2169
+ "symbol_first": true,
2170
+ "decimal_mark": ",",
2171
+ "thousands_separator": ".",
2172
+ "iso_numeric": 937,
2173
+ "smallest_denomination": 1
2174
+ },
2175
+ {
2176
+ "priority": 100,
2177
+ "code": "VND",
2178
+ "name": "Vietnamese Đồng",
2179
+ "symbol": "₫",
2180
+ "subunit": "Hào",
2181
+ "subunit_to_unit": 1,
2182
+ "symbol_first": true,
2183
+ "html_entity": "&#x20AB;",
2184
+ "decimal_mark": ",",
2185
+ "thousands_separator": ".",
2186
+ "iso_numeric": 704,
2187
+ "smallest_denomination": 100
2188
+ },
2189
+ {
2190
+ "priority": 100,
2191
+ "code": "VUV",
2192
+ "name": "Vanuatu Vatu",
2193
+ "symbol": "Vt",
2194
+ "subunit_to_unit": 1,
2195
+ "symbol_first": true,
2196
+ "decimal_mark": ".",
2197
+ "thousands_separator": ",",
2198
+ "iso_numeric": 548,
2199
+ "smallest_denomination": 1
2200
+ },
2201
+ {
2202
+ "priority": 100,
2203
+ "code": "WST",
2204
+ "name": "Samoan Tala",
2205
+ "symbol": "T",
2206
+ "disambiguate_symbol": "WS$",
2207
+ "alternate_symbols": ["WS$", "SAT", "ST"],
2208
+ "subunit": "Sene",
2209
+ "subunit_to_unit": 100,
2210
+ "symbol_first": false,
2211
+ "decimal_mark": ".",
2212
+ "thousands_separator": ",",
2213
+ "iso_numeric": 882,
2214
+ "smallest_denomination": 10
2215
+ },
2216
+ {
2217
+ "priority": 100,
2218
+ "code": "XAF",
2219
+ "name": "Central African Cfa Franc",
2220
+ "symbol": "Fr",
2221
+ "disambiguate_symbol": "FCFA",
2222
+ "alternate_symbols": ["FCFA"],
2223
+ "subunit": "Centime",
2224
+ "subunit_to_unit": 1,
2225
+ "symbol_first": false,
2226
+ "decimal_mark": ".",
2227
+ "thousands_separator": ",",
2228
+ "iso_numeric": 950,
2229
+ "smallest_denomination": 100
2230
+ },
2231
+ {
2232
+ "priority": 100,
2233
+ "code": "XAG",
2234
+ "name": "Silver (Troy Ounce)",
2235
+ "symbol": "oz t",
2236
+ "disambiguate_symbol": "XAG",
2237
+ "subunit": "oz",
2238
+ "subunit_to_unit": 1,
2239
+ "symbol_first": false,
2240
+ "decimal_mark": ".",
2241
+ "thousands_separator": ",",
2242
+ "iso_numeric": 961
2243
+ },
2244
+ {
2245
+ "priority": 100,
2246
+ "code": "XAU",
2247
+ "name": "Gold (Troy Ounce)",
2248
+ "symbol": "oz t",
2249
+ "disambiguate_symbol": "XAU",
2250
+ "subunit": "oz",
2251
+ "subunit_to_unit": 1,
2252
+ "symbol_first": false,
2253
+ "decimal_mark": ".",
2254
+ "thousands_separator": ",",
2255
+ "iso_numeric": 959
2256
+ },
2257
+ {
2258
+ "priority": 100,
2259
+ "code": "XBA",
2260
+ "name": "European Composite Unit",
2261
+ "disambiguate_symbol": "XBA",
2262
+ "subunit_to_unit": 1,
2263
+ "symbol_first": false,
2264
+ "decimal_mark": ".",
2265
+ "thousands_separator": ",",
2266
+ "iso_numeric": 955
2267
+ },
2268
+ {
2269
+ "priority": 100,
2270
+ "code": "XBB",
2271
+ "name": "European Monetary Unit",
2272
+ "disambiguate_symbol": "XBB",
2273
+ "subunit_to_unit": 1,
2274
+ "symbol_first": false,
2275
+ "decimal_mark": ".",
2276
+ "thousands_separator": ",",
2277
+ "iso_numeric": 956
2278
+ },
2279
+ {
2280
+ "priority": 100,
2281
+ "code": "XBC",
2282
+ "name": "European Unit of Account 9",
2283
+ "disambiguate_symbol": "XBC",
2284
+ "subunit_to_unit": 1,
2285
+ "symbol_first": false,
2286
+ "decimal_mark": ".",
2287
+ "thousands_separator": ",",
2288
+ "iso_numeric": 957
2289
+ },
2290
+ {
2291
+ "priority": 100,
2292
+ "code": "XBD",
2293
+ "name": "European Unit of Account 17",
2294
+ "disambiguate_symbol": "XBD",
2295
+ "subunit_to_unit": 1,
2296
+ "symbol_first": false,
2297
+ "decimal_mark": ".",
2298
+ "thousands_separator": ",",
2299
+ "iso_numeric": 958
2300
+ },
2301
+ {
2302
+ "priority": 100,
2303
+ "code": "XCD",
2304
+ "name": "East Caribbean Dollar",
2305
+ "symbol": "$",
2306
+ "disambiguate_symbol": "EX$",
2307
+ "alternate_symbols": ["EC$"],
2308
+ "subunit": "Cent",
2309
+ "subunit_to_unit": 100,
2310
+ "symbol_first": true,
2311
+ "html_entity": "$",
2312
+ "decimal_mark": ".",
2313
+ "thousands_separator": ",",
2314
+ "iso_numeric": 951,
2315
+ "smallest_denomination": 1
2316
+ },
2317
+ {
2318
+ "priority": 100,
2319
+ "code": "XDR",
2320
+ "name": "Special Drawing Rights",
2321
+ "symbol": "SDR",
2322
+ "alternate_symbols": ["XDR"],
2323
+ "subunit_to_unit": 1,
2324
+ "symbol_first": false,
2325
+ "html_entity": "$",
2326
+ "decimal_mark": ".",
2327
+ "thousands_separator": ",",
2328
+ "iso_numeric": 960
2329
+ },
2330
+ {
2331
+ "priority": 100,
2332
+ "code": "XOF",
2333
+ "name": "West African Cfa Franc",
2334
+ "symbol": "Fr",
2335
+ "disambiguate_symbol": "CFA",
2336
+ "alternate_symbols": ["CFA"],
2337
+ "subunit": "Centime",
2338
+ "subunit_to_unit": 1,
2339
+ "symbol_first": false,
2340
+ "decimal_mark": ".",
2341
+ "thousands_separator": ",",
2342
+ "iso_numeric": 952,
2343
+ "smallest_denomination": 100
2344
+ },
2345
+ {
2346
+ "priority": 100,
2347
+ "code": "XPD",
2348
+ "name": "Palladium",
2349
+ "symbol": "oz t",
2350
+ "disambiguate_symbol": "XPD",
2351
+ "subunit": "oz",
2352
+ "subunit_to_unit": 1,
2353
+ "symbol_first": false,
2354
+ "decimal_mark": ".",
2355
+ "thousands_separator": ",",
2356
+ "iso_numeric": 964
2357
+ },
2358
+ {
2359
+ "priority": 100,
2360
+ "code": "XPF",
2361
+ "name": "Cfp Franc",
2362
+ "symbol": "Fr",
2363
+ "alternate_symbols": ["F"],
2364
+ "subunit": "Centime",
2365
+ "subunit_to_unit": 1,
2366
+ "symbol_first": false,
2367
+ "decimal_mark": ".",
2368
+ "thousands_separator": ",",
2369
+ "iso_numeric": 953,
2370
+ "smallest_denomination": 100
2371
+ },
2372
+ {
2373
+ "priority": 100,
2374
+ "code": "XPT",
2375
+ "name": "Platinum",
2376
+ "symbol": "oz t",
2377
+ "subunit_to_unit": 1,
2378
+ "symbol_first": false,
2379
+ "decimal_mark": ".",
2380
+ "thousands_separator": ",",
2381
+ "iso_numeric": 962
2382
+ },
2383
+ {
2384
+ "priority": 100,
2385
+ "code": "XTS",
2386
+ "name": "Codes specifically reserved for testing purposes",
2387
+ "subunit_to_unit": 1,
2388
+ "symbol_first": false,
2389
+ "decimal_mark": ".",
2390
+ "thousands_separator": ",",
2391
+ "iso_numeric": 963
2392
+ },
2393
+ {
2394
+ "priority": 100,
2395
+ "code": "YER",
2396
+ "name": "Yemeni Rial",
2397
+ "symbol": "﷼",
2398
+ "subunit": "Fils",
2399
+ "subunit_to_unit": 100,
2400
+ "symbol_first": false,
2401
+ "html_entity": "&#xFDFC;",
2402
+ "decimal_mark": ".",
2403
+ "thousands_separator": ",",
2404
+ "iso_numeric": 886,
2405
+ "smallest_denomination": 100
2406
+ },
2407
+ {
2408
+ "priority": 100,
2409
+ "code": "ZAR",
2410
+ "name": "South African Rand",
2411
+ "symbol": "R",
2412
+ "subunit": "Cent",
2413
+ "subunit_to_unit": 100,
2414
+ "symbol_first": true,
2415
+ "html_entity": "&#x0052;",
2416
+ "decimal_mark": ".",
2417
+ "thousands_separator": ",",
2418
+ "iso_numeric": 710,
2419
+ "smallest_denomination": 10
2420
+ },
2421
+ {
2422
+ "priority": 100,
2423
+ "code": "ZMK",
2424
+ "name": "Zambian Kwacha",
2425
+ "symbol": "ZK",
2426
+ "disambiguate_symbol": "ZMK",
2427
+ "subunit": "Ngwee",
2428
+ "subunit_to_unit": 100,
2429
+ "symbol_first": false,
2430
+ "decimal_mark": ".",
2431
+ "thousands_separator": ",",
2432
+ "iso_numeric": 894,
2433
+ "smallest_denomination": 5
2434
+ },
2435
+ {
2436
+ "priority": 100,
2437
+ "code": "ZMW",
2438
+ "name": "Zambian Kwacha",
2439
+ "symbol": "ZK",
2440
+ "disambiguate_symbol": "ZMW",
2441
+ "subunit": "Ngwee",
2442
+ "subunit_to_unit": 100,
2443
+ "symbol_first": false,
2444
+ "decimal_mark": ".",
2445
+ "thousands_separator": ",",
2446
+ "iso_numeric": 967,
2447
+ "smallest_denomination": 5
2448
+ }
2449
+ ]