redmine_crm 0.0.4

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