GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
iso-4217-currencies.xml
Go to the documentation of this file.
1<!-- currency descriptions for ISO4217 currencies.
2
3 This file is not currently used at runtime. It's used to generate
4 the contents of iso-4217-currencies.c.
5
6 You can find Currency Information from the following sites:
7 http://www.evertype.com/standards/iso4217/iso4217-en.html
8 http://www.xe.com/iso4217.htm
9 http://www.thefinancials.com/vortex/CurrencyFormats.html
10 But currently used was
11 http://en.wikipedia.org/wiki/ISO4217 and relatives and the official at
12 http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm
13
14 Learned from some bugs (543061, 564450), please keep in mind:
15 If there are no coins for subunits, subunits might still be in use on the paper
16
17 Format:
18 <currency
19 isocode
20 fullname
21 unitname*
22 partname*
23 namespace
24 exchange-code
25 parts-per-unit*
26 smallest-fraction
27 local-symbol
28 />
29 planned extensions: replace-date, by-ISO, frozen-rate [x old : 1 new]
30
31 where * means currently unused;
32 fullname should be the same as in /usr/share/xml/iso-codes/iso_4217.xml from package iso-codes
33 exchange-code is stored in ISIN/CUSIP;
34 see iso-currencies-to-c for details and recent changes.
35 Sort order by ISO codes for simpler maintenance
36-->
37
38
39<currencylist>
40<!-- "ADF" - "Andorran Franc"
41 2002-01-01 "FRF" 1 ;; = 1/1 French Franc replaced by EUR
42-->
43<currency
44 isocode="ADF"
45 fullname="Andorran Franc"
46 unitname="franc"
47 partname="centime"
48 namespace="ISO4217"
49 exchange-code="950"
50 parts-per-unit="100"
51 smallest-fraction="100"
52 local-symbol="₣"
53/>
54<!-- "ADP" - "Andorran Peseta"
55 2002-01-01 "ESP" 1 ;; = 1/1 Spanish Peseta replaced by EUR
56-->
57<currency
58 isocode="ADP"
59 fullname="Andorran Peseta"
60 unitname="peseta"
61 partname="centimo"
62 namespace="ISO4217"
63 exchange-code="724"
64 parts-per-unit="100"
65 smallest-fraction="100"
66 local-symbol="₧"
67/>
68<!-- "AED" - "UAE Dirham"
69 There is also an arabic symbol for "Dhs"
70-->
71<currency
72 isocode="AED"
73 fullname="UAE Dirham"
74 unitname="dirham"
75 partname="fil"
76 namespace="ISO4217"
77 exchange-code="784"
78 parts-per-unit="100"
79 smallest-fraction="100"
80 local-symbol="Dhs"
81/>
82<!-- "AFA" - "Afghani"
83 through 2003-01-02 "AFN" 1000
84-->
85<currency
86 isocode="AFA"
87 fullname="Afghani"
88 unitname="afghani"
89 partname="pul"
90 namespace="ISO4217"
91 exchange-code="004"
92 parts-per-unit="100"
93 smallest-fraction="100"
94 local-symbol=""
95/>
96<!-- "AFN" - "Afghani"
97-->
98<currency
99 isocode="AFN"
100 fullname="Afghani"
101 unitname="afghani"
102 partname="pul"
103 namespace="ISO4217"
104 exchange-code="971"
105 parts-per-unit="1"
106 smallest-fraction="1"
107 local-symbol=""
108/>
109<!-- "ALL" - "Lek"
110-->
111<currency
112 isocode="ALL"
113 fullname="Lek"
114 unitname="lek"
115 partname="qindarka"
116 namespace="ISO4217"
117 exchange-code="008"
118 parts-per-unit="100"
119 smallest-fraction="100"
120 local-symbol=""
121/>
122<!-- "AMD" - "Armenian Dram"
123-->
124<currency
125 isocode="AMD"
126 fullname="Armenian Dram"
127 unitname="dram"
128 partname="Luma"
129 namespace="ISO4217"
130 exchange-code="051"
131 parts-per-unit="100"
132 smallest-fraction="100"
133 local-symbol="դր."
134/>
135<!-- "ANG" - "Netherlands Antillian Guilder"
136 through 2010-10 ???
137-->
138<currency
139 isocode="ANG"
140 fullname="Netherlands Antillian Guilder"
141 unitname="guilder"
142 partname="cent"
143 namespace="ISO4217"
144 exchange-code="532"
145 parts-per-unit="100"
146 smallest-fraction="100"
147 local-symbol="NAƒ"
148/>
149<!-- "AOA" - "Kwanza"
150-->
151<currency
152 isocode="AOA"
153 fullname="Kwanza"
154 unitname="kwanza"
155 partname="cêntimos"
156 namespace="ISO4217"
157 exchange-code="973"
158 parts-per-unit="100"
159 smallest-fraction="100"
160 local-symbol="Kz"
161/>
162<!-- "AON" - "Angola New Kwanza"
163 1995-07-01 "AOR" 1000
164-->
165<currency
166 isocode="AON"
167 fullname="Angola New Kwanza"
168 unitname="new kwanza"
169 partname="lwei"
170 namespace="ISO4217"
171 exchange-code="024"
172 parts-per-unit="100"
173 smallest-fraction="100"
174 local-symbol=""
175/>
176<!-- "AOR" - "Angola Kwanza Reajustado"
177 2000-02-01 "AOA" 1000000
178-->
179<currency
180 isocode="AOR"
181 fullname="Angola Kwanza Reajustado"
182 unitname="reajustado kwanza"
183 partname="centimos"
184 namespace="ISO4217"
185 exchange-code="982"
186 parts-per-unit="100"
187 smallest-fraction="100"
188 local-symbol=""
189/>
190<!-- "ARA" - "Argentine Austral"
191 1992-01-01 "ARS" 10000
192-->
193<currency
194 isocode="ARA"
195 fullname="Argentine Austral"
196 unitname="austral"
197 partname="centavo"
198 namespace="ISO4217"
199 exchange-code="XXX"
200 parts-per-unit="100"
201 smallest-fraction="100"
202 local-symbol=""
203/>
204<!-- "ARS" - "Argentine Peso"
205-->
206<currency
207 isocode="ARS"
208 fullname="Argentine Peso"
209 unitname="peso"
210 partname="centavo"
211 namespace="ISO4217"
212 exchange-code="032"
213 parts-per-unit="100"
214 smallest-fraction="100"
215 local-symbol=""
216/>
217<!-- "ATS" - "Austrian Schilling"
218 2002-01-01 "EUR" 13.7603
219-->
220<currency
221 isocode="ATS"
222 fullname="Austrian Schilling"
223 unitname="shilling"
224 partname="groschen"
225 namespace="ISO4217"
226 exchange-code="040"
227 parts-per-unit="100"
228 smallest-fraction="100"
229 local-symbol="öS"
230/>
231<!-- "AUD" - "Australian Dollar"
232-->
233<currency
234 isocode="AUD"
235 fullname="Australian Dollar"
236 unitname="dollar"
237 partname="cent"
238 namespace="ISO4217"
239 exchange-code="036"
240 parts-per-unit="100"
241 smallest-fraction="100"
242 local-symbol="$"
243/>
244<!-- "AWG" - "Aruban Guilder"
245 ""
246-->
247<currency
248 isocode="AWG"
249 fullname="Aruban Guilder"
250 unitname="florin"
251 partname="cent"
252 namespace="ISO4217"
253 exchange-code="533"
254 parts-per-unit="100"
255 smallest-fraction="100"
256 local-symbol="Afl."
257/>
258<!-- "AZM" - "Azerbaijanian Manat"
259 2006-01-01 "AZN" 5000
260-->
261<currency
262 isocode="AZM"
263 fullname="Azerbaijanian Manat"
264 unitname="manat"
265 partname="qəpik"
266 namespace="ISO4217"
267 exchange-code="031"
268 parts-per-unit="100"
269 smallest-fraction="100"
270 local-symbol=""
271/>
272<!-- "AZN" - "Azerbaijanian Manat"
273 "m" should be a 90° rotated € sign, but currently not encoded in Unicode
274-->
275<currency
276 isocode="AZN"
277 fullname="Azerbaijanian Manat"
278 unitname="manat"
279 partname="qəpik"
280 namespace="ISO4217"
281 exchange-code="944"
282 parts-per-unit="100"
283 smallest-fraction="100"
284 local-symbol="m"
285/>
286<!-- "BAD" - "Bosnia and Herzegovina Dinar"
287 1998-06-22 "BAM" 100 ;; there was a revaluation 1994-08: 10000:1
288-->
289<currency
290 isocode="BAD"
291 fullname="Bosnia and Herzegovina Dinar"
292 unitname="B.H. dinar"
293 partname="para"
294 namespace="ISO4217"
295 exchange-code="070"
296 parts-per-unit="100"
297 smallest-fraction="100"
298 local-symbol=""
299/>
300<!-- "BAM" - "Convertible Marks"
301-->
302<currency
303 isocode="BAM"
304 fullname="Convertible Marks"
305 unitname="B.H. mark"
306 partname="fening"
307 namespace="ISO4217"
308 exchange-code="977"
309 parts-per-unit="100"
310 smallest-fraction="100"
311 local-symbol="KM"
312/>
313<!-- "BBD" - "Barbados Dollar"
314-->
315<currency
316 isocode="BBD"
317 fullname="Barbados Dollar"
318 unitname="dollar"
319 partname="cent"
320 namespace="ISO4217"
321 exchange-code="052"
322 parts-per-unit="100"
323 smallest-fraction="100"
324 local-symbol="Bds$"
325/>
326<!-- "BDT" - "Taka"
327-->
328<currency
329 isocode="BDT"
330 fullname="Taka"
331 unitname="taka"
332 partname="paisa"
333 namespace="ISO4217"
334 exchange-code="050"
335 parts-per-unit="100"
336 smallest-fraction="100"
337 local-symbol="৳"
338/>
339<!-- "BEF" - "Belgian Franc"
340 2002-01-01 "EUR" 40.3399
341-->
342<currency
343 isocode="BEF"
344 fullname="Belgian Franc"
345 unitname="franc"
346 partname="centime"
347 namespace="ISO4217"
348 exchange-code="056"
349 parts-per-unit="100"
350 smallest-fraction="100"
351 local-symbol="fr."
352/>
353<!-- "BGL" - "Bulgarian Lev A/99"
354 1999-07-05 "BGN" 1000
355-->
356<currency
357 isocode="BGL"
358 fullname="Bulgarian Lev A/99"
359 unitname="lev"
360 partname="stotinki"
361 namespace="ISO4217"
362 exchange-code="100"
363 parts-per-unit="100"
364 smallest-fraction="100"
365 local-symbol=""
366/>
367<!-- "BGN" - "Bulgarian Lev"
368 scheduled replacement: 2012-01-01 "EUR" 1.95583 (=DEM)
369-->
370<currency
371 isocode="BGN"
372 fullname="Bulgarian Lev"
373 unitname="lev"
374 partname="stotinki"
375 namespace="ISO4217"
376 exchange-code="975"
377 parts-per-unit="100"
378 smallest-fraction="100"
379 local-symbol="лв"
380/>
381<!-- "BHD" - "Bahraini Dinar"
382 ar:.د.ب
383-->
384<currency
385 isocode="BHD"
386 fullname="Bahraini Dinar"
387 unitname="dinar"
388 partname="fil"
389 namespace="ISO4217"
390 exchange-code="048"
391 parts-per-unit="1000"
392 smallest-fraction="1000"
393 local-symbol="BD"
394/>
395<!-- "BIF" - "Burundi Franc"
396-->
397<currency
398 isocode="BIF"
399 fullname="Burundi Franc"
400 unitname="franc"
401 partname="centime"
402 namespace="ISO4217"
403 exchange-code="108"
404 parts-per-unit="100"
405 smallest-fraction="100"
406 local-symbol="FBu"
407/>
408<!-- "BMD" - "Bermudian Dollar"
409-->
410<currency
411 isocode="BMD"
412 fullname="Bermudian Dollar"
413 unitname="dollar"
414 partname="cent"
415 namespace="ISO4217"
416 exchange-code="060"
417 parts-per-unit="100"
418 smallest-fraction="100"
419 local-symbol="BD$"
420/>
421<!-- "BND" - "Brunei Dollar"
422-->
423<currency
424 isocode="BND"
425 fullname="Brunei Dollar"
426 unitname="dollar"
427 partname="sen"
428 namespace="ISO4217"
429 exchange-code="096"
430 parts-per-unit="100"
431 smallest-fraction="100"
432 local-symbol="B$"
433/>
434<!-- "BOB" - "Boliviano"
435-->
436<currency
437 isocode="BOB"
438 fullname="Boliviano"
439 unitname="boliviano"
440 partname="centavo"
441 namespace="ISO4217"
442 exchange-code="068"
443 parts-per-unit="100"
444 smallest-fraction="100"
445 local-symbol="Bs."
446/>
447<!-- "BOV" - "Mvdol"
448 Mantenimiento de Valor respecto al Dólar
449-->
450<currency
451 isocode="BOV"
452 fullname="Mvdol"
453 unitname="mvdol"
454 partname="centavo"
455 namespace="ISO4217"
456 exchange-code="984"
457 parts-per-unit="100"
458 smallest-fraction="100"
459 local-symbol=""
460/>
461<!-- "BRE" - "Brazilian Cruzeiro"
462 1993-08-01 "BRR" 1000
463-->
464<currency
465 isocode="BRE"
466 fullname="Brazilian Cruzeiro"
467 unitname="cruzeiro"
468 partname="centavo"
469 namespace="ISO4217"
470 exchange-code="076"
471 parts-per-unit="100"
472 smallest-fraction="100"
473 local-symbol=""
474/>
475<!-- "BRL" - "Brazilian Real"
476-->
477<currency
478 isocode="BRL"
479 fullname="Brazilian Real"
480 unitname="real"
481 partname="centavo"
482 namespace="ISO4217"
483 exchange-code="986"
484 parts-per-unit="100"
485 smallest-fraction="100"
486 local-symbol="R$"
487/>
488<!-- "BRR" - "Brazilian Cruzeiro Real"
489 1994-07-01 "BRL" 2750
490-->
491<currency
492 isocode="BRR"
493 fullname="Brazilian Cruzeiro Real"
494 unitname="cruzeiro"
495 partname="centavo"
496 namespace="ISO4217"
497 exchange-code="987"
498 parts-per-unit="100"
499 smallest-fraction="100"
500 local-symbol=""
501/>
502<!-- "BSD" - "Bahamian Dollar"
503-->
504<currency
505 isocode="BSD"
506 fullname="Bahamian Dollar"
507 unitname="dollar"
508 partname="cent"
509 namespace="ISO4217"
510 exchange-code="044"
511 parts-per-unit="100"
512 smallest-fraction="100"
513 local-symbol="B$"
514/>
515<!-- "BTN" - "Ngultrum"
516-->
517<currency
518 isocode="BTN"
519 fullname="Ngultrum"
520 unitname="ngultrum"
521 partname="chetrum"
522 namespace="ISO4217"
523 exchange-code="064"
524 parts-per-unit="100"
525 smallest-fraction="100"
526 local-symbol="Nu."
527/>
528<!-- "BWP" - "Pula"
529-->
530<currency
531 isocode="BWP"
532 fullname="Pula"
533 unitname="pula"
534 partname="thebe"
535 namespace="ISO4217"
536 exchange-code="072"
537 parts-per-unit="100"
538 smallest-fraction="100"
539 local-symbol="P"
540/>
541<!-- "BYB" - "Belarussian Rouble"
542 2000-01-01 "BYR" 1000
543-->
544<currency
545 isocode="BYB"
546 fullname="Belarussian Rouble"
547 unitname="ruble"
548 partname="kapeyka"
549 namespace="ISO4217"
550 exchange-code=""
551 parts-per-unit="100"
552 smallest-fraction="1"
553 local-symbol=""
554/>
555<!-- "BYR" - "Belarussian Ruble"
556 2017-01-01 "BYN" 10000
557-->
558<currency
559 isocode="BYR"
560 fullname="Belarussian Ruble"
561 unitname="ruble"
562 partname="ruble"
563 namespace="ISO4217"
564 exchange-code="974"
565 parts-per-unit="1"
566 smallest-fraction="100"
567 local-symbol="Br"
568/>
569<!-- "BYN" - "Belarussian Ruble"
570-->
571<currency
572 isocode="BYN"
573 fullname="Belarussian Ruble"
574 unitname="ruble"
575 partname="kapeyka"
576 namespace="ISO4217"
577 exchange-code="933"
578 parts-per-unit="100"
579 smallest-fraction="100"
580 local-symbol="Br"
581/>
582<!-- "BZD" - "Belize Dollar"
583-->
584<currency
585 isocode="BZD"
586 fullname="Belize Dollar"
587 unitname="dollar"
588 partname="cent"
589 namespace="ISO4217"
590 exchange-code="084"
591 parts-per-unit="100"
592 smallest-fraction="100"
593 local-symbol="BZ$"
594/>
595<!-- "CAD" - "Canadian Dollar"
596-->
597<currency
598 isocode="CAD"
599 fullname="Canadian Dollar"
600 unitname="dollar"
601 partname="cent"
602 namespace="ISO4217"
603 exchange-code="124"
604 parts-per-unit="100"
605 smallest-fraction="100"
606 local-symbol="C$"
607/>
608<!-- "CDF" - "Franc Congolais"
609-->
610<currency
611 isocode="CDF"
612 fullname="Franc Congolais"
613 unitname="franc"
614 partname="centime"
615 namespace="ISO4217"
616 exchange-code="976"
617 parts-per-unit="100"
618 smallest-fraction="100"
619 local-symbol="FC"
620/>
621<!-- "CHE" - "WIR Euro"
622 complementary currency by WIR Wirtschaftsring-Genossenschaft
623-->
624<currency
625 isocode="CHE"
626 fullname="WIR Euro"
627 unitname="euro"
628 partname="cent"
629 namespace="ISO4217"
630 exchange-code="974"
631 parts-per-unit="100"
632 smallest-fraction="100"
633 local-symbol=""
634/>
635<!-- "CHF" - "Swiss Franc"
636-->
637<currency
638 isocode="CHF"
639 fullname="Swiss Franc"
640 unitname="franc"
641 partname="centime"
642 namespace="ISO4217"
643 exchange-code="756"
644 parts-per-unit="100"
645 smallest-fraction="100"
646 local-symbol="SFr."
647/>
648<!-- "CHW" - "WIR Franc"
649 complementary currency by WIR Wirtschaftsring-Genossenschaft
650-->
651<currency
652 isocode="CHW"
653 fullname="WIR Franc"
654 unitname="franc"
655 partname="centime"
656 namespace="ISO4217"
657 exchange-code="948"
658 parts-per-unit="100"
659 smallest-fraction="100"
660 local-symbol=""
661/>
662<!-- "CLF" - "Unidades de fomento"
663 international secured loans; decimals not defined but required for conversion as of 2011-03-18 1 CLF = 21,560.19 CLP
664-->
665<currency
666 isocode="CLF"
667 fullname="Unidades de fomento"
668 unitname="UF"
669 partname=""
670 namespace="ISO4217"
671 exchange-code="990"
672 parts-per-unit="10000"
673 smallest-fraction="10000"
674 local-symbol=""
675/>
676<!-- "CLP" - "Chilean Peso"
677 "$" should have 2 strokes
678-->
679<currency
680 isocode="CLP"
681 fullname="Chilean Peso"
682 unitname="peso"
683 partname="centavo"
684 namespace="ISO4217"
685 exchange-code="152"
686 parts-per-unit="100"
687 smallest-fraction="1"
688 local-symbol="$"
689/>
690<!-- "CNY" - "Yuan Renminbi"
691 locale-symbol has been changed from 元 to CN¥ following a discussion on bug 727466
692-->
693<currency
694 isocode="CNY"
695 fullname="Yuan Renminbi"
696 unitname="renminbi"
697 partname="fen"
698 namespace="ISO4217"
699 exchange-code="156"
700 parts-per-unit="100"
701 smallest-fraction="100"
702 local-symbol="CN¥"
703/>
704<!-- "COP" - "Colombian Peso"
705-->
706<currency
707 isocode="COP"
708 fullname="Colombian Peso"
709 unitname="peso"
710 partname="centavo"
711 namespace="ISO4217"
712 exchange-code="170"
713 parts-per-unit="100"
714 smallest-fraction="100"
715 local-symbol="$"
716/>
717<!-- "COU" - "Unidad de Valor Real"
718-->
719<currency
720 isocode="COU"
721 fullname="Unidad de Valor Real"
722 unitname="UVR"
723 partname="???"
724 namespace="ISO4217"
725 exchange-code="970"
726 parts-per-unit="100"
727 smallest-fraction="100"
728 local-symbol=""
729/>
730<!-- "CRC" - "Costa Rican Colon"
731-->
732<currency
733 isocode="CRC"
734 fullname="Costa Rican Colon"
735 unitname="colon"
736 partname="centimo"
737 namespace="ISO4217"
738 exchange-code="188"
739 parts-per-unit="100"
740 smallest-fraction="100"
741 local-symbol="₡"
742/>
743<!-- "CUP" - "Cuban Peso"
744-->
745<currency
746 isocode="CUP"
747 fullname="Cuban Peso"
748 unitname="peso"
749 partname="centavo"
750 namespace="ISO4217"
751 exchange-code="192"
752 parts-per-unit="100"
753 smallest-fraction="100"
754 local-symbol="$MN"
755/>
756<!-- "CUC" - "Cuban Convertible Peso"
757-->
758<currency
759 isocode="CUC"
760 fullname="Cuban Convertible Peso"
761 unitname="peso"
762 partname="centavo"
763 namespace="ISO4217"
764 exchange-code="931"
765 parts-per-unit="100"
766 smallest-fraction="100"
767 local-symbol="CUC$"
768/>
769<!-- "CVE" - "Cape Verde Escudo"
770-->
771<currency
772 isocode="CVE"
773 fullname="Cape Verde Escudo"
774 unitname="escudo"
775 partname="centavo"
776 namespace="ISO4217"
777 exchange-code="132"
778 parts-per-unit="100"
779 smallest-fraction="100"
780 local-symbol="Esc"
781/>
782<!-- "CYP" - "Cyprus Pound"
783 2008-01-01 "EUR" 0.585274
784-->
785<currency
786 isocode="CYP"
787 fullname="Cyprus Pound"
788 unitname="pound"
789 partname="pence"
790 namespace="ISO4217"
791 exchange-code="196"
792 parts-per-unit="100"
793 smallest-fraction="100"
794 local-symbol="£"
795/>
796<!-- "CZK" - "Czech Koruna"
797-->
798<currency
799 isocode="CZK"
800 fullname="Czech Koruna"
801 unitname="koruna"
802 partname="haler"
803 namespace="ISO4217"
804 exchange-code="203"
805 parts-per-unit="100"
806 smallest-fraction="100"
807 local-symbol="Kč"
808/>
809<!-- "DEM" - "Deutsche Mark"
810 2002-01-01 "EUR" 1.95583
811-->
812<currency
813 isocode="DEM"
814 fullname="Deutsche Mark"
815 unitname="deutschemark"
816 partname="pfennig"
817 namespace="ISO4217"
818 exchange-code="280"
819 parts-per-unit="100"
820 smallest-fraction="100"
821 local-symbol="DM"
822/>
823<!-- "DJF" - "Djibouti Franc"
824-->
825<currency
826 isocode="DJF"
827 fullname="Djibouti Franc"
828 unitname="franc"
829 partname="centime"
830 namespace="ISO4217"
831 exchange-code="262"
832 parts-per-unit="100"
833 smallest-fraction="1"
834 local-symbol="Fdj"
835/>
836<!-- "DKK" - "Danish Krone"
837-->
838<currency
839 isocode="DKK"
840 fullname="Danish Krone"
841 unitname="krone"
842 partname="øre"
843 namespace="ISO4217"
844 exchange-code="208"
845 parts-per-unit="100"
846 smallest-fraction="100"
847 local-symbol="kr"
848/>
849<!-- "DOP" - "Dominican Peso"
850-->
851<currency
852 isocode="DOP"
853 fullname="Dominican Peso"
854 unitname="peso"
855 partname="centavo"
856 namespace="ISO4217"
857 exchange-code="214"
858 parts-per-unit="100"
859 smallest-fraction="100"
860 local-symbol="RD$"
861/>
862<!-- "DZD" - "Algerian Dinar"
863 ar.: دج
864-->
865<currency
866 isocode="DZD"
867 fullname="Algerian Dinar"
868 unitname="dinar"
869 partname="santeem"
870 namespace="ISO4217"
871 exchange-code="012"
872 parts-per-unit="100"
873 smallest-fraction="100"
874 local-symbol="DA"
875/>
876<!-- "ECS" - "Ecuador Sucre"
877 2000-09-15 "USD" 25000
878-->
879<currency
880 isocode="ECS"
881 fullname="Ecuador Sucre"
882 unitname="sucre"
883 partname="centavo"
884 namespace="ISO4217"
885 exchange-code="218"
886 parts-per-unit="100"
887 smallest-fraction="100"
888 local-symbol="S/."
889/>
890<!-- "EEK" - "Kroon"
891 2011-01-01 "EUR" 15.6466
892-->
893<currency
894 isocode="EEK"
895 fullname="Kroon"
896 unitname="kroon"
897 partname="sent"
898 namespace="ISO4217"
899 exchange-code="233"
900 parts-per-unit="100"
901 smallest-fraction="100"
902 local-symbol="kr"
903/>
904<!-- "EGP" - "Egyptian Pound"
905 ar.:ج.م maleem=0.001 £E for accounting?
906-->
907<currency
908 isocode="EGP"
909 fullname="Egyptian Pound"
910 unitname="pound"
911 partname="qirsh"
912 namespace="ISO4217"
913 exchange-code="818"
914 parts-per-unit="100"
915 smallest-fraction="100"
916 local-symbol="£E"
917/>
918<!-- "ERN" - "Nakfa"
919-->
920<currency
921 isocode="ERN"
922 fullname="Nakfa"
923 unitname="nakfa"
924 partname="cent"
925 namespace="ISO4217"
926 exchange-code="232"
927 parts-per-unit="100"
928 smallest-fraction="100"
929 local-symbol="Nfa"
930/>
931<!-- "ESP" - "Spanish Peseta"
932 2002-01-01 "EUR" 166.386
933-->
934<currency
935 isocode="ESP"
936 fullname="Spanish Peseta"
937 unitname="peseta"
938 partname="centimo"
939 namespace="ISO4217"
940 exchange-code="724"
941 parts-per-unit="100"
942 smallest-fraction="100"
943 local-symbol="₧"
944/>
945<!-- "ETB" - "Ethiopian Birr"
946-->
947<currency
948 isocode="ETB"
949 fullname="Ethiopian Birr"
950 unitname="birr"
951 partname="santim"
952 namespace="ISO4217"
953 exchange-code="230"
954 parts-per-unit="100"
955 smallest-fraction="100"
956 local-symbol="Br"
957/>
958<!-- "EUR" - "Euro"
959-->
960<currency
961 isocode="EUR"
962 fullname="Euro"
963 unitname="euro"
964 partname="euro-cent"
965 namespace="ISO4217"
966 exchange-code="978"
967 parts-per-unit="100"
968 smallest-fraction="100"
969 local-symbol="€"
970/>
971<!-- "FIM" - "Finnish Markka"
972 2002-01-01 "EUR" 5.94573
973-->
974<currency
975 isocode="FIM"
976 fullname="Finnish Markka"
977 unitname="markka"
978 partname="penni"
979 namespace="ISO4217"
980 exchange-code="246"
981 parts-per-unit="100"
982 smallest-fraction="100"
983 local-symbol="mk"
984/>
985<!-- "FJD" - "Fiji Dollar"
986-->
987<currency
988 isocode="FJD"
989 fullname="Fiji Dollar"
990 unitname="dollar"
991 partname="cent"
992 namespace="ISO4217"
993 exchange-code="242"
994 parts-per-unit="100"
995 smallest-fraction="100"
996 local-symbol="FJ$"
997/>
998<!-- "FKP" - "Falkland Islands Pound"
999-->
1000<currency
1001 isocode="FKP"
1002 fullname="Falkland Islands Pound"
1003 unitname="pound"
1004 partname="pence"
1005 namespace="ISO4217"
1006 exchange-code="238"
1007 parts-per-unit="100"
1008 smallest-fraction="100"
1009 local-symbol="FK£"
1010/>
1011<!-- "FRF" - "French Franc"
1012 2002-01-01 "EUR" 6.55957
1013-->
1014<currency
1015 isocode="FRF"
1016 fullname="French Franc"
1017 unitname="franc"
1018 partname="centime"
1019 namespace="ISO4217"
1020 exchange-code="250"
1021 parts-per-unit="100"
1022 smallest-fraction="100"
1023 local-symbol="₣"
1024/>
1025<!-- "GBP" - "Pound Sterling"
1026-->
1027<currency
1028 isocode="GBP"
1029 fullname="Pound Sterling"
1030 unitname="pound"
1031 partname="pence"
1032 namespace="ISO4217"
1033 exchange-code="826"
1034 parts-per-unit="100"
1035 smallest-fraction="100"
1036 local-symbol="£"
1037/>
1038<!-- "GEL" - "Lari"
1039-->
1040<currency
1041 isocode="GEL"
1042 fullname="Lari"
1043 unitname="lari"
1044 partname="tetri"
1045 namespace="ISO4217"
1046 exchange-code="981"
1047 parts-per-unit="100"
1048 smallest-fraction="100"
1049 local-symbol=""
1050/>
1051<!-- "GHC" - "Cedi"
1052 2007-07-01 "GHS" 10000
1053-->
1054<currency
1055 isocode="GHC"
1056 fullname="Cedi"
1057 unitname="cedi"
1058 partname="pesewa"
1059 namespace="ISO4217"
1060 exchange-code="288"
1061 parts-per-unit="100"
1062 smallest-fraction="100"
1063 local-symbol=""
1064/>
1065<!-- "GHS" - "Ghana Cedi"
1066-->
1067<currency
1068 isocode="GHS"
1069 fullname="Ghana Cedi"
1070 unitname="cedi"
1071 partname="pesewa"
1072 namespace="ISO4217"
1073 exchange-code="936"
1074 parts-per-unit="100"
1075 smallest-fraction="100"
1076 local-symbol="GH₵"
1077/>
1078<!-- "GIP" - "Gibraltar Pound"
1079-->
1080<currency
1081 isocode="GIP"
1082 fullname="Gibraltar Pound"
1083 unitname="pound"
1084 partname="pence"
1085 namespace="ISO4217"
1086 exchange-code="292"
1087 parts-per-unit="100"
1088 smallest-fraction="100"
1089 local-symbol="£"
1090/>
1091<!-- "GMD" - "Dalasi"
1092-->
1093<currency
1094 isocode="GMD"
1095 fullname="Dalasi"
1096 unitname="dalasi"
1097 partname="butut"
1098 namespace="ISO4217"
1099 exchange-code="270"
1100 parts-per-unit="100"
1101 smallest-fraction="100"
1102 local-symbol="D"
1103/>
1104<!-- "GNF" - "Guinea Franc"
1105-->
1106<currency
1107 isocode="GNF"
1108 fullname="Guinea Franc"
1109 unitname="franc"
1110 partname="centime"
1111 namespace="ISO4217"
1112 exchange-code="324"
1113 parts-per-unit="100"
1114 smallest-fraction="100"
1115 local-symbol="FG"
1116/>
1117<!-- "GRD" - "Greek Drachma"
1118 2002-01-01 "EUR" 340.750
1119-->
1120<currency
1121 isocode="GRD"
1122 fullname="Greek Drachma"
1123 unitname="drachma"
1124 partname="lepta"
1125 namespace="ISO4217"
1126 exchange-code="200"
1127 parts-per-unit="100"
1128 smallest-fraction="100"
1129 local-symbol="Δρ."
1130/>
1131<!-- "GTQ" - "Quetzal"
1132-->
1133<currency
1134 isocode="GTQ"
1135 fullname="Quetzal"
1136 unitname="quetzal"
1137 partname="centavo"
1138 namespace="ISO4217"
1139 exchange-code="320"
1140 parts-per-unit="100"
1141 smallest-fraction="100"
1142 local-symbol="Q"
1143/>
1144<!-- "GWP" - "Guinea-Bissau Peso"
1145 1997-01-01 "XOF" 65
1146-->
1147<currency
1148 isocode="GWP"
1149 fullname="Guinea-Bissau Peso"
1150 unitname="peso"
1151 partname="centavo"
1152 namespace="ISO4217"
1153 exchange-code="624"
1154 parts-per-unit="100"
1155 smallest-fraction="100"
1156 local-symbol=""
1157/>
1158<!-- "GYD" - "Guyana Dollar"
1159-->
1160<currency
1161 isocode="GYD"
1162 fullname="Guyana Dollar"
1163 unitname="dollar"
1164 partname="cent"
1165 namespace="ISO4217"
1166 exchange-code="328"
1167 parts-per-unit="100"
1168 smallest-fraction="100"
1169 local-symbol="G$"
1170/>
1171<!-- "HKD" - "Hong Kong Dollar"
1172-->
1173<currency
1174 isocode="HKD"
1175 fullname="Hong Kong Dollar"
1176 unitname="dollar"
1177 partname="cent"
1178 namespace="ISO4217"
1179 exchange-code="344"
1180 parts-per-unit="100"
1181 smallest-fraction="100"
1182 local-symbol="HK$"
1183/>
1184<!-- "HNL" - "Lempira"
1185-->
1186<currency
1187 isocode="HNL"
1188 fullname="Lempira"
1189 unitname="lempira"
1190 partname="centavo"
1191 namespace="ISO4217"
1192 exchange-code="340"
1193 parts-per-unit="100"
1194 smallest-fraction="100"
1195 local-symbol="L"
1196/>
1197<!-- "HRK" - "Croatian Kuna"
1198 2023-01-01 "EUR" 7.53400
1199-->
1200<currency
1201 isocode="HRK"
1202 fullname="Croatian Kuna"
1203 unitname="kuna"
1204 partname="lipa"
1205 namespace="ISO4217"
1206 exchange-code="191"
1207 parts-per-unit="100"
1208 smallest-fraction="100"
1209 local-symbol="kn"
1210/>
1211<!-- "HTG" - "Gourde"
1212-->
1213<currency
1214 isocode="HTG"
1215 fullname="Gourde"
1216 unitname="gourde"
1217 partname="centime"
1218 namespace="ISO4217"
1219 exchange-code="332"
1220 parts-per-unit="100"
1221 smallest-fraction="100"
1222 local-symbol="G"
1223/>
1224<!-- "HUF" - "Forint"
1225-->
1226<currency
1227 isocode="HUF"
1228 fullname="Forint"
1229 unitname="forint"
1230 partname="fillér"
1231 namespace="ISO4217"
1232 exchange-code="348"
1233 parts-per-unit="1"
1234 smallest-fraction="100"
1235 local-symbol="Ft"
1236/>
1237<!-- "IDR" - "Rupiah"
1238-->
1239<currency
1240 isocode="IDR"
1241 fullname="Rupiah"
1242 unitname="rupiah"
1243 partname="sen"
1244 namespace="ISO4217"
1245 exchange-code="360"
1246 parts-per-unit="1"
1247 smallest-fraction="100"
1248 local-symbol="Rp"
1249/>
1250<!-- "IEP" - "Irish Pound"
1251 2002-01-01 "EUR" 0.787564
1252-->
1253<currency
1254 isocode="IEP"
1255 fullname="Irish Pound"
1256 unitname="punt"
1257 partname="pingin"
1258 namespace="ISO4217"
1259 exchange-code="372"
1260 parts-per-unit="100"
1261 smallest-fraction="100"
1262 local-symbol="£"
1263/>
1264<!-- "ILS" - "New Israeli Sheqel"
1265-->
1266<currency
1267 isocode="ILS"
1268 fullname="New Israeli Sheqel"
1269 unitname="new shekel"
1270 partname="agora"
1271 namespace="ISO4217"
1272 exchange-code="376"
1273 parts-per-unit="100"
1274 smallest-fraction="100"
1275 local-symbol="₪"
1276/>
1277<!-- "INR" - "Indian Rupee"
1278-->
1279<currency
1280 isocode="INR"
1281 fullname="Indian Rupee"
1282 unitname="rupee"
1283 partname="paisa"
1284 namespace="ISO4217"
1285 exchange-code="356"
1286 parts-per-unit="100"
1287 smallest-fraction="100"
1288 local-symbol="₹"
1289/>
1290<!-- "IQD" - "Iraqi Dinar"
1291-->
1292<currency
1293 isocode="IQD"
1294 fullname="Iraqi Dinar"
1295 unitname="dinar"
1296 partname="fil"
1297 namespace="ISO4217"
1298 exchange-code="368"
1299 parts-per-unit="1000"
1300 smallest-fraction="1000"
1301 local-symbol="ع.د"
1302/>
1303<!-- "IRR" - "Iranian Rial"
1304-->
1305<currency
1306 isocode="IRR"
1307 fullname="Iranian Rial"
1308 unitname="rial"
1309 partname="dinar"
1310 namespace="ISO4217"
1311 exchange-code="364"
1312 parts-per-unit="1"
1313 smallest-fraction="1"
1314 local-symbol="﷼"
1315/>
1316<!-- "ISK" - "Iceland Krona"
1317-->
1318<currency
1319 isocode="ISK"
1320 fullname="Iceland Krona"
1321 unitname="krona"
1322 partname="aur"
1323 namespace="ISO4217"
1324 exchange-code="352"
1325 parts-per-unit="1"
1326 smallest-fraction="100"
1327 local-symbol="kr"
1328/>
1329<!-- "ITL" - "Italian Lira"
1330 2002-01-01 "EUR" 1936.27
1331-->
1332<currency
1333 isocode="ITL"
1334 fullname="Italian Lira"
1335 unitname="lira"
1336 partname="lira"
1337 namespace="ISO4217"
1338 exchange-code="380"
1339 parts-per-unit="1"
1340 smallest-fraction="1"
1341 local-symbol="₤"
1342/>
1343<!-- "JMD" - "Jamaican Dollar"
1344-->
1345<currency
1346 isocode="JMD"
1347 fullname="Jamaican Dollar"
1348 unitname="dollar"
1349 partname="cent"
1350 namespace="ISO4217"
1351 exchange-code="388"
1352 parts-per-unit="100"
1353 smallest-fraction="100"
1354 local-symbol="J$"
1355/>
1356<!-- "JOD" - "Jordanian Dinar"
1357-->
1358<currency
1359 isocode="JOD"
1360 fullname="Jordanian Dinar"
1361 unitname="dinar"
1362 partname="fil"
1363 namespace="ISO4217"
1364 exchange-code="400"
1365 parts-per-unit="1000"
1366 smallest-fraction="1000"
1367 local-symbol="JD"
1368/>
1369<!-- "JPY" - "Yen"
1370-->
1371<currency
1372 isocode="JPY"
1373 fullname="Yen"
1374 unitname="yen"
1375 partname="sen"
1376 namespace="ISO4217"
1377 exchange-code="392"
1378 parts-per-unit="100"
1379 smallest-fraction="1"
1380 local-symbol="JP¥"
1381/>
1382<!-- "KES" - "Kenyan Shilling"
1383-->
1384<currency
1385 isocode="KES"
1386 fullname="Kenyan Shilling"
1387 unitname="shilling"
1388 partname="cent"
1389 namespace="ISO4217"
1390 exchange-code="404"
1391 parts-per-unit="100"
1392 smallest-fraction="100"
1393 local-symbol="Ksh"
1394/>
1395<!-- "KGS" - "Som"
1396-->
1397<currency
1398 isocode="KGS"
1399 fullname="Som"
1400 unitname="som"
1401 partname="tyiyn"
1402 namespace="ISO4217"
1403 exchange-code="417"
1404 parts-per-unit="100"
1405 smallest-fraction="100"
1406 local-symbol=""
1407/>
1408<!-- "KHR" - "Riel"
1409-->
1410<currency
1411 isocode="KHR"
1412 fullname="Riel"
1413 unitname="riel"
1414 partname="sen"
1415 namespace="ISO4217"
1416 exchange-code="116"
1417 parts-per-unit="100"
1418 smallest-fraction="100"
1419 local-symbol=""
1420/>
1421<!-- "KMF" - "Comoro Franc"
1422-->
1423<currency
1424 isocode="KMF"
1425 fullname="Comoro Franc"
1426 unitname="franc"
1427 partname="centime"
1428 namespace="ISO4217"
1429 exchange-code="174"
1430 parts-per-unit="100"
1431 smallest-fraction="1"
1432 local-symbol="FC"
1433/>
1434<!-- "KPW" - "North Korean Won"
1435-->
1436<currency
1437 isocode="KPW"
1438 fullname="North Korean Won"
1439 unitname="won"
1440 partname="chon"
1441 namespace="ISO4217"
1442 exchange-code="408"
1443 parts-per-unit="100"
1444 smallest-fraction="100"
1445 local-symbol="₩"
1446/>
1447<!-- "KRW" - "Won"
1448-->
1449<currency
1450 isocode="KRW"
1451 fullname="Won"
1452 unitname="won"
1453 partname="chon"
1454 namespace="ISO4217"
1455 exchange-code="410"
1456 parts-per-unit="1"
1457 smallest-fraction="100"
1458 local-symbol="₩"
1459/>
1460<!-- "KWD" - "Kuwaiti Dinar"
1461-->
1462<currency
1463 isocode="KWD"
1464 fullname="Kuwaiti Dinar"
1465 unitname="dinar"
1466 partname="fils"
1467 namespace="ISO4217"
1468 exchange-code="414"
1469 parts-per-unit="1000"
1470 smallest-fraction="1000"
1471 local-symbol="د.ك"
1472/>
1473<!-- "KYD" - "Cayman Islands Dollar"
1474-->
1475<currency
1476 isocode="KYD"
1477 fullname="Cayman Islands Dollar"
1478 unitname="dollar"
1479 partname="cent"
1480 namespace="ISO4217"
1481 exchange-code="136"
1482 parts-per-unit="100"
1483 smallest-fraction="100"
1484 local-symbol="CI$"
1485/>
1486<!-- "KZT" - "Tenge"
1487-->
1488<currency
1489 isocode="KZT"
1490 fullname="Tenge"
1491 unitname="tenge"
1492 partname="tiyn"
1493 namespace="ISO4217"
1494 exchange-code="398"
1495 parts-per-unit="100"
1496 smallest-fraction="100"
1497 local-symbol="₸"
1498/>
1499<!-- "LAK" - "Kip"
1500-->
1501<currency
1502 isocode="LAK"
1503 fullname="Kip"
1504 unitname="kip"
1505 partname="att"
1506 namespace="ISO4217"
1507 exchange-code="418"
1508 parts-per-unit="100"
1509 smallest-fraction="100"
1510 local-symbol="₭"
1511/>
1512<!-- "LBP" - "Lebanese Pound"
1513-->
1514<currency
1515 isocode="LBP"
1516 fullname="Lebanese Pound"
1517 unitname="pound"
1518 partname="piastre"
1519 namespace="ISO4217"
1520 exchange-code="422"
1521 parts-per-unit="100"
1522 smallest-fraction="100"
1523 local-symbol="ل.ل"
1524/>
1525<!-- "LKR" - "Sri Lanka Rupee"
1526-->
1527<currency
1528 isocode="LKR"
1529 fullname="Sri Lanka Rupee"
1530 unitname="rupee"
1531 partname="cent"
1532 namespace="ISO4217"
1533 exchange-code="144"
1534 parts-per-unit="100"
1535 smallest-fraction="100"
1536 local-symbol="₨"
1537/>
1538<!-- "LRD" - "Liberian Dollar"
1539-->
1540<currency
1541 isocode="LRD"
1542 fullname="Liberian Dollar"
1543 unitname="dollar"
1544 partname="cent"
1545 namespace="ISO4217"
1546 exchange-code="430"
1547 parts-per-unit="100"
1548 smallest-fraction="100"
1549 local-symbol="L$"
1550/>
1551<!-- "LSL" - "Loti"
1552-->
1553<currency
1554 isocode="LSL"
1555 fullname="Loti"
1556 unitname="loti"
1557 partname="sente"
1558 namespace="ISO4217"
1559 exchange-code="426"
1560 parts-per-unit="100"
1561 smallest-fraction="100"
1562 local-symbol="M"
1563/>
1564<!-- "LTL" - "Lithuanian Litas"
1565-->
1566<currency
1567 isocode="LTL"
1568 fullname="Lithuanian Litas"
1569 unitname="litas"
1570 partname="centas"
1571 namespace="ISO4217"
1572 exchange-code="440"
1573 parts-per-unit="100"
1574 smallest-fraction="100"
1575 local-symbol="Lt"
1576/>
1577<!-- "LUF" - "Luxembourg Franc"
1578 2002-01-01 "EUR" 40.3399
1579-->
1580<currency
1581 isocode="LUF"
1582 fullname="Luxembourg Franc"
1583 unitname="frang"
1584 partname="centime"
1585 namespace="ISO4217"
1586 exchange-code="442"
1587 parts-per-unit="100"
1588 smallest-fraction="100"
1589 local-symbol="Flux"
1590/>
1591<!-- "LVL" - "Latvian Lats"
1592 Valid from 2. may 2009. till 31. december 2013, now "EUR" 0.702804
1593-->
1594<currency
1595 isocode="LVL"
1596 fullname="Latvian Lats"
1597 unitname="lats"
1598 partname="santīms"
1599 namespace="ISO4217"
1600 exchange-code="428"
1601 parts-per-unit="100"
1602 smallest-fraction="100"
1603 local-symbol="Ls"
1604/>
1605<!-- "LYD" - "Libyan Dinar"
1606-->
1607<currency
1608 isocode="LYD"
1609 fullname="Libyan Dinar"
1610 unitname="dinar"
1611 partname="dirham"
1612 namespace="ISO4217"
1613 exchange-code="434"
1614 parts-per-unit="1000"
1615 smallest-fraction="1000"
1616 local-symbol="ل.د"
1617/>
1618<!-- "MAD" - "Moroccan Dirham"
1619-->
1620<currency
1621 isocode="MAD"
1622 fullname="Moroccan Dirham"
1623 unitname="dirham"
1624 partname="centime"
1625 namespace="ISO4217"
1626 exchange-code="504"
1627 parts-per-unit="100"
1628 smallest-fraction="100"
1629 local-symbol="د.م"
1630/>
1631<!-- "MDL" - "Moldovan Leu"
1632-->
1633<currency
1634 isocode="MDL"
1635 fullname="Moldovan Leu"
1636 unitname="leu"
1637 partname="ban"
1638 namespace="ISO4217"
1639 exchange-code="498"
1640 parts-per-unit="100"
1641 smallest-fraction="100"
1642 local-symbol=""
1643/>
1644<!-- "MGA" - "Malagasy Ariary"
1645-->
1646<currency
1647 isocode="MGA"
1648 fullname="Malagasy Ariary"
1649 unitname="ariary"
1650 partname="iraimbilanja"
1651 namespace="ISO4217"
1652 exchange-code="969"
1653 parts-per-unit="5"
1654 smallest-fraction="5"
1655 local-symbol=""
1656/>
1657<!-- "MGF" - "Malagasy Franc"
1658 2003-07-31 "MGA" 5
1659-->
1660<currency
1661 isocode="MGF"
1662 fullname="Malagasy Franc"
1663 unitname="franc"
1664 partname="centime"
1665 namespace="ISO4217"
1666 exchange-code="450"
1667 parts-per-unit="500"
1668 smallest-fraction="500"
1669 local-symbol=""
1670/>
1671<!-- "MKD" - "Denar"
1672-->
1673<currency
1674 isocode="MKD"
1675 fullname="Denar"
1676 unitname="denar"
1677 partname="deni"
1678 namespace="ISO4217"
1679 exchange-code="807"
1680 parts-per-unit="100"
1681 smallest-fraction="100"
1682 local-symbol="ден"
1683/>
1684<!-- "MLF" - "Mali Franc"
1685 1984-07-01 "XOF" 2
1686-->
1687<currency
1688 isocode="MLF"
1689 fullname="Mali Franc"
1690 unitname="franc"
1691 partname="centime"
1692 namespace="ISO4217"
1693 exchange-code="466"
1694 parts-per-unit="100"
1695 smallest-fraction="100"
1696 local-symbol=""
1697/>
1698<!-- "MMK" - "Kyat"
1699-->
1700<currency
1701 isocode="MMK"
1702 fullname="Kyat"
1703 unitname="kyat"
1704 partname="pya"
1705 namespace="ISO4217"
1706 exchange-code="104"
1707 parts-per-unit="100"
1708 smallest-fraction="100"
1709 local-symbol="K"
1710/>
1711<!-- "MNT" - "Tugrik"
1712-->
1713<currency
1714 isocode="MNT"
1715 fullname="Tugrik"
1716 unitname="tugrik"
1717 partname="mongo"
1718 namespace="ISO4217"
1719 exchange-code="496"
1720 parts-per-unit="100"
1721 smallest-fraction="100"
1722 local-symbol="₮"
1723/>
1724<!-- "MOP" - "Pataca"
1725-->
1726<currency
1727 isocode="MOP"
1728 fullname="Pataca"
1729 unitname="pataca"
1730 partname="avo"
1731 namespace="ISO4217"
1732 exchange-code="446"
1733 parts-per-unit="100"
1734 smallest-fraction="100"
1735 local-symbol="MOP$"
1736/>
1737<!-- "MRO" - "Ouguiya"
1738 2018-01-01 "MRU" 10
1739-->
1740<currency
1741 isocode="MRO"
1742 fullname="Ouguiya"
1743 unitname="ouguiya"
1744 partname="khoum"
1745 namespace="ISO4217"
1746 exchange-code="478"
1747 parts-per-unit="5"
1748 smallest-fraction="100"
1749 local-symbol="UM"
1750/>
1751<!-- "MRU" - "Ouguiya"
1752;; Bug 797319: In cash parts-per-unit is still 5, but not in banking
1753-->
1754<currency
1755 isocode="MRU"
1756 fullname="Ouguiya"
1757 unitname="ouguiya"
1758 partname="khoum"
1759 namespace="ISO4217"
1760 exchange-code="929"
1761 parts-per-unit="100"
1762 smallest-fraction="100"
1763 local-symbol="UM"
1764/>
1765<!-- "MTL" - "Maltese Lira"
1766 2008-01-01 "EUR" 0.4293
1767-->
1768<currency
1769 isocode="MTL"
1770 fullname="Maltese Lira"
1771 unitname="lira"
1772 partname="cent"
1773 namespace="ISO4217"
1774 exchange-code="470"
1775 parts-per-unit="100"
1776 smallest-fraction="100"
1777 local-symbol="Lm"
1778/>
1779<!-- "MUR" - "Mauritius Rupee"
1780-->
1781<currency
1782 isocode="MUR"
1783 fullname="Mauritius Rupee"
1784 unitname="rupee"
1785 partname="cent"
1786 namespace="ISO4217"
1787 exchange-code="480"
1788 parts-per-unit="100"
1789 smallest-fraction="100"
1790 local-symbol="₨"
1791/>
1792<!-- "MVR" - "Rufiyaa"
1793-->
1794<currency
1795 isocode="MVR"
1796 fullname="Rufiyaa"
1797 unitname="rufiyaa"
1798 partname="laari"
1799 namespace="ISO4217"
1800 exchange-code="462"
1801 parts-per-unit="100"
1802 smallest-fraction="100"
1803 local-symbol=".ރ"
1804/>
1805<!-- "MWK" - "Kwacha"
1806-->
1807<currency
1808 isocode="MWK"
1809 fullname="Kwacha"
1810 unitname="kwacha"
1811 partname="tambala"
1812 namespace="ISO4217"
1813 exchange-code="454"
1814 parts-per-unit="100"
1815 smallest-fraction="100"
1816 local-symbol="MK"
1817/>
1818<!-- "MXN" - "Mexican Peso"
1819 since Jan 1993 (1000 MXP = 1 MXN)
1820-->
1821<currency
1822 isocode="MXN"
1823 fullname="Mexican Peso"
1824 unitname="peso"
1825 partname="centavo"
1826 namespace="ISO4217"
1827 exchange-code="484"
1828 parts-per-unit="100"
1829 smallest-fraction="100"
1830 local-symbol="Mex$"
1831/>
1832<!-- "MXV" - "Mexican Unidad de Inversion (UDI)"
1833 fund index based; used for credits, not subject to inflation
1834-->
1835<currency
1836 isocode="MXV"
1837 fullname="Mexican Unidad de Inversion (UDI)"
1838 unitname="UDI"
1839 partname="centavo"
1840 namespace="ISO4217"
1841 exchange-code="979"
1842 parts-per-unit="100"
1843 smallest-fraction="100"
1844 local-symbol=""
1845/>
1846<!-- "MYR" - "Malaysian Ringgit"
1847-->
1848<currency
1849 isocode="MYR"
1850 fullname="Malaysian Ringgit"
1851 unitname="ringgit"
1852 partname="sen"
1853 namespace="ISO4217"
1854 exchange-code="458"
1855 parts-per-unit="100"
1856 smallest-fraction="100"
1857 local-symbol="RM"
1858/>
1859<!-- "MZM" - "Mozambique Metical"
1860 2006-07-01 "MZN" 1000
1861-->
1862<currency
1863 isocode="MZM"
1864 fullname="Mozambique Metical"
1865 unitname="metical"
1866 partname="centavo"
1867 namespace="ISO4217"
1868 exchange-code="508"
1869 parts-per-unit="100"
1870 smallest-fraction="100"
1871 local-symbol=""
1872/>
1873<!-- "MZN" - "Metical"
1874-->
1875<currency
1876 isocode="MZN"
1877 fullname="Metical"
1878 unitname="metical"
1879 partname="centavo"
1880 namespace="ISO4217"
1881 exchange-code="943"
1882 parts-per-unit="100"
1883 smallest-fraction="100"
1884 local-symbol="MTn"
1885/>
1886<!-- "NAD" - "Namibia Dollar"
1887-->
1888<currency
1889 isocode="NAD"
1890 fullname="Namibia Dollar"
1891 unitname="dollar"
1892 partname="cent"
1893 namespace="ISO4217"
1894 exchange-code="516"
1895 parts-per-unit="100"
1896 smallest-fraction="100"
1897 local-symbol="N$"
1898/>
1899<!-- "NGN" - "Naira"
1900-->
1901<currency
1902 isocode="NGN"
1903 fullname="Naira"
1904 unitname="naira"
1905 partname="kobo"
1906 namespace="ISO4217"
1907 exchange-code="566"
1908 parts-per-unit="100"
1909 smallest-fraction="100"
1910 local-symbol="₦"
1911/>
1912<!-- "NIC" - "Nicaraguan Cordoba"
1913 1990-10-13 "NIO" 5000000
1914-->
1915<currency
1916 isocode="NIC"
1917 fullname="Nicaraguan Cordoba"
1918 unitname="cordoba"
1919 partname="centavo"
1920 namespace="ISO4217"
1921 exchange-code="558"
1922 parts-per-unit="100"
1923 smallest-fraction="100"
1924 local-symbol=""
1925/>
1926<!-- "NIO" - "Cordoba Oro"
1927-->
1928<currency
1929 isocode="NIO"
1930 fullname="Cordoba Oro"
1931 unitname="cordoba"
1932 partname="centavo"
1933 namespace="ISO4217"
1934 exchange-code="558"
1935 parts-per-unit="100"
1936 smallest-fraction="100"
1937 local-symbol="C$"
1938/>
1939<!-- "NLG" - "Netherlands Guilder"
1940 2002-01-01 "EUR" 2.20371
1941-->
1942<currency
1943 isocode="NLG"
1944 fullname="Netherlands Guilder"
1945 unitname="guilder"
1946 partname="cent"
1947 namespace="ISO4217"
1948 exchange-code="528"
1949 parts-per-unit="100"
1950 smallest-fraction="100"
1951 local-symbol=""
1952/>
1953<!-- "NOK" - "Norwegian Krone"
1954-->
1955<currency
1956 isocode="NOK"
1957 fullname="Norwegian Krone"
1958 unitname="krone"
1959 partname="ore"
1960 namespace="ISO4217"
1961 exchange-code="578"
1962 parts-per-unit="100"
1963 smallest-fraction="100"
1964 local-symbol="kr"
1965/>
1966<!-- "NPR" - "Nepalese Rupee"
1967-->
1968<currency
1969 isocode="NPR"
1970 fullname="Nepalese Rupee"
1971 unitname="rupee"
1972 partname="paise"
1973 namespace="ISO4217"
1974 exchange-code="524"
1975 parts-per-unit="100"
1976 smallest-fraction="100"
1977 local-symbol="₨"
1978/>
1979<!-- "NZD" - "New Zealand Dollar"
1980-->
1981<currency
1982 isocode="NZD"
1983 fullname="New Zealand Dollar"
1984 unitname="dollar"
1985 partname="cent"
1986 namespace="ISO4217"
1987 exchange-code="554"
1988 parts-per-unit="100"
1989 smallest-fraction="100"
1990 local-symbol="NZ$"
1991/>
1992<!-- "OMR" - "Rial Omani"
1993-->
1994<currency
1995 isocode="OMR"
1996 fullname="Rial Omani"
1997 unitname="rial"
1998 partname="baisa"
1999 namespace="ISO4217"
2000 exchange-code="512"
2001 parts-per-unit="1000"
2002 smallest-fraction="1000"
2003 local-symbol="ر.ع."
2004/>
2005<!-- "PAB" - "Balboa"
2006-->
2007<currency
2008 isocode="PAB"
2009 fullname="Balboa"
2010 unitname="balboa"
2011 partname="centésimo"
2012 namespace="ISO4217"
2013 exchange-code="590"
2014 parts-per-unit="100"
2015 smallest-fraction="100"
2016 local-symbol="฿"
2017/>
2018<!-- "PEN" - "Nuevo Sol"
2019-->
2020<currency
2021 isocode="PEN"
2022 fullname="Nuevo Sol"
2023 unitname="nuevo sol"
2024 partname="centimo"
2025 namespace="ISO4217"
2026 exchange-code="604"
2027 parts-per-unit="100"
2028 smallest-fraction="100"
2029 local-symbol="S/."
2030/>
2031<!-- "PGK" - "Kina"
2032-->
2033<currency
2034 isocode="PGK"
2035 fullname="Kina"
2036 unitname="kina"
2037 partname="toea"
2038 namespace="ISO4217"
2039 exchange-code="598"
2040 parts-per-unit="100"
2041 smallest-fraction="100"
2042 local-symbol="K"
2043/>
2044<!-- "PHP" - "Philippine Peso"
2045-->
2046<currency
2047 isocode="PHP"
2048 fullname="Philippine Peso"
2049 unitname="peso"
2050 partname="centavo"
2051 namespace="ISO4217"
2052 exchange-code="608"
2053 parts-per-unit="100"
2054 smallest-fraction="100"
2055 local-symbol="₱"
2056/>
2057<!-- "PKR" - "Pakistan Rupee"
2058-->
2059<currency
2060 isocode="PKR"
2061 fullname="Pakistan Rupee"
2062 unitname="rupee"
2063 partname="paisa"
2064 namespace="ISO4217"
2065 exchange-code="586"
2066 parts-per-unit="100"
2067 smallest-fraction="100"
2068 local-symbol="Rs"
2069/>
2070<!-- "PLN" - "Zloty"
2071-->
2072<currency
2073 isocode="PLN"
2074 fullname="Zloty"
2075 unitname="zloty"
2076 partname="grosz"
2077 namespace="ISO4217"
2078 exchange-code="985"
2079 parts-per-unit="100"
2080 smallest-fraction="100"
2081 local-symbol="zł"
2082/>
2083<!-- "PTE" - "Portuguese Escudo"
2084 2002-01-01 "EUR" 200.482
2085-->
2086<currency
2087 isocode="PTE"
2088 fullname="Portuguese Escudo"
2089 unitname="escudo"
2090 partname="centavo"
2091 namespace="ISO4217"
2092 exchange-code="620"
2093 parts-per-unit="100"
2094 smallest-fraction="100"
2095 local-symbol="$"
2096/>
2097<!-- "PYG" - "Guarani"
2098 scheduled revaluation 2011
2099-->
2100<currency
2101 isocode="PYG"
2102 fullname="Guarani"
2103 unitname="guarani"
2104 partname="centimo"
2105 namespace="ISO4217"
2106 exchange-code="600"
2107 parts-per-unit="100"
2108 smallest-fraction="100"
2109 local-symbol="₲"
2110/>
2111<!-- "QAR" - "Qatari Rial"
2112-->
2113<currency
2114 isocode="QAR"
2115 fullname="Qatari Rial"
2116 unitname="rial"
2117 partname="dirham"
2118 namespace="ISO4217"
2119 exchange-code="634"
2120 parts-per-unit="100"
2121 smallest-fraction="100"
2122 local-symbol="ر.ق"
2123/>
2124<!-- "ROL" - "Romanian Old Leu"
2125 2005-07-01 "RON" 10000
2126-->
2127<currency
2128 isocode="ROL"
2129 fullname="Romanian Old Leu"
2130 unitname="leu"
2131 partname="ban"
2132 namespace="ISO4217"
2133 exchange-code="642"
2134 parts-per-unit="100"
2135 smallest-fraction="100"
2136 local-symbol=""
2137/>
2138<!-- "RON" - "New Leu"
2139 scheduled 2012..14: EUR
2140-->
2141<currency
2142 isocode="RON"
2143 fullname="New Leu"
2144 unitname="leu"
2145 partname="ban"
2146 namespace="ISO4217"
2147 exchange-code="946"
2148 parts-per-unit="100"
2149 smallest-fraction="100"
2150 local-symbol=""
2151/>
2152<!-- "RSD" - "Serbian Dinar"
2153-->
2154<currency
2155 isocode="RSD"
2156 fullname="Serbian Dinar"
2157 unitname="dinar"
2158 partname="para"
2159 namespace="ISO4217"
2160 exchange-code="941"
2161 parts-per-unit="100"
2162 smallest-fraction="100"
2163 local-symbol=""
2164/>
2165<!-- "RUB" - "Russian Rouble"
2166 RUR: 1998-01-1 "RUB" 1000; see bug #393185
2167-->
2168<currency
2169 isocode="RUB"
2170 fullname="Russian Rouble"
2171 unitname="rouble"
2172 partname="kopek"
2173 namespace="ISO4217"
2174 exchange-code="643"
2175 parts-per-unit="100"
2176 smallest-fraction="100"
2177 local-symbol="₽"
2178/>
2179<!-- "RWF" - "Rwanda Franc"
2180-->
2181<currency
2182 isocode="RWF"
2183 fullname="Rwanda Franc"
2184 unitname="franc"
2185 partname="centime"
2186 namespace="ISO4217"
2187 exchange-code="646"
2188 parts-per-unit="100"
2189 smallest-fraction="100"
2190 local-symbol="RF"
2191/>
2192<!-- "SAR" - "Saudi Riyal"
2193-->
2194<currency
2195 isocode="SAR"
2196 fullname="Saudi Riyal"
2197 unitname="riyal"
2198 partname="halala"
2199 namespace="ISO4217"
2200 exchange-code="682"
2201 parts-per-unit="100"
2202 smallest-fraction="100"
2203 local-symbol="ر.س"
2204/>
2205<!-- "SBD" - "Solomon Islands Dollar"
2206-->
2207<currency
2208 isocode="SBD"
2209 fullname="Solomon Islands Dollar"
2210 unitname="dollar"
2211 partname="cent"
2212 namespace="ISO4217"
2213 exchange-code="090"
2214 parts-per-unit="100"
2215 smallest-fraction="100"
2216 local-symbol="SI$"
2217/>
2218<!-- "SCR" - "Seychelles Rupee"
2219-->
2220<currency
2221 isocode="SCR"
2222 fullname="Seychelles Rupee"
2223 unitname="rupee"
2224 partname="cent"
2225 namespace="ISO4217"
2226 exchange-code="690"
2227 parts-per-unit="100"
2228 smallest-fraction="100"
2229 local-symbol="SR"
2230/>
2231<!-- "SDD" - "Sudanese Dinar"
2232 2007-07-01 "SDG" 100, reunite with South
2233-->
2234<currency
2235 isocode="SDD"
2236 fullname="Sudanese Dinar"
2237 unitname="dinar"
2238 partname="piastre"
2239 namespace="ISO4217"
2240 exchange-code="736"
2241 parts-per-unit="100"
2242 smallest-fraction="100"
2243 local-symbol=""
2244/>
2245<!-- "SDG" - "Sudanese Pound"
2246-->
2247<currency
2248 isocode="SDG"
2249 fullname="Sudanese Pound"
2250 unitname="pound"
2251 partname="qirsh"
2252 namespace="ISO4217"
2253 exchange-code="938"
2254 parts-per-unit="100"
2255 smallest-fraction="100"
2256 local-symbol=""
2257/>
2258<!-- "SDP" - "Sudanese Pound"
2259 1992-01-01 "SDD" 10, but only in the North
2260-->
2261<currency
2262 isocode="SDP"
2263 fullname="Sudanese Pound"
2264 unitname="pound"
2265 partname="piastre"
2266 namespace="ISO4217"
2267 exchange-code="736"
2268 parts-per-unit="100"
2269 smallest-fraction="100"
2270 local-symbol=""
2271/>
2272<!-- "SEK" - "Swedish Krona"
2273-->
2274<currency
2275 isocode="SEK"
2276 fullname="Swedish Krona"
2277 unitname="krona"
2278 partname="ore"
2279 namespace="ISO4217"
2280 exchange-code="752"
2281 parts-per-unit="100"
2282 smallest-fraction="100"
2283 local-symbol="kr"
2284/>
2285<!-- "SGD" - "Singapore Dollar"
2286-->
2287<currency
2288 isocode="SGD"
2289 fullname="Singapore Dollar"
2290 unitname="dollar"
2291 partname="cent"
2292 namespace="ISO4217"
2293 exchange-code="702"
2294 parts-per-unit="100"
2295 smallest-fraction="100"
2296 local-symbol="S$"
2297/>
2298<!-- "SHP" - "Saint Helena Pound"
2299-->
2300<currency
2301 isocode="SHP"
2302 fullname="Saint Helena Pound"
2303 unitname="pound"
2304 partname="penny"
2305 namespace="ISO4217"
2306 exchange-code="654"
2307 parts-per-unit="100"
2308 smallest-fraction="100"
2309 local-symbol="£"
2310/>
2311<!-- "SIT" - "Slovenian Tolar"
2312 2007-01-01 "EUR" 239.640
2313-->
2314<currency
2315 isocode="SIT"
2316 fullname="Slovenian Tolar"
2317 unitname="tolar"
2318 partname="stotin"
2319 namespace="ISO4217"
2320 exchange-code="705"
2321 parts-per-unit="100"
2322 smallest-fraction="100"
2323 local-symbol=""
2324/>
2325<!-- "SKK" - "Slovak Koruna"
2326 2009-01-01 "EUR" 30.126
2327-->
2328<currency
2329 isocode="SKK"
2330 fullname="Slovak Koruna"
2331 unitname="koruna"
2332 partname="halier"
2333 namespace="ISO4217"
2334 exchange-code="703"
2335 parts-per-unit="100"
2336 smallest-fraction="100"
2337 local-symbol=""
2338/>
2339<!-- "SLL" - "Leone"
2340-->
2341<currency
2342 isocode="SLL"
2343 fullname="Leone"
2344 unitname="leone"
2345 partname="cent"
2346 namespace="ISO4217"
2347 exchange-code="694"
2348 parts-per-unit="100"
2349 smallest-fraction="100"
2350 local-symbol="Le"
2351/>
2352<!-- "SOS" - "Somali Shilling"
2353-->
2354<currency
2355 isocode="SOS"
2356 fullname="Somali Shilling"
2357 unitname="shilling"
2358 partname="centisimi"
2359 namespace="ISO4217"
2360 exchange-code="706"
2361 parts-per-unit="100"
2362 smallest-fraction="100"
2363 local-symbol="SoSh"
2364/>
2365<!-- "SRD" - "Surinam Dollar"
2366-->
2367<currency
2368 isocode="SRD"
2369 fullname="Surinam Dollar"
2370 unitname="dollar"
2371 partname="cent"
2372 namespace="ISO4217"
2373 exchange-code="968"
2374 parts-per-unit="100"
2375 smallest-fraction="100"
2376 local-symbol="$"
2377/>
2378<!-- "SRG" - "Suriname Guilder"
2379 2004-01-01 "SRD" 1000
2380-->
2381<currency
2382 isocode="SRG"
2383 fullname="Suriname Guilder"
2384 unitname="guilder"
2385 partname="cent"
2386 namespace="ISO4217"
2387 exchange-code="740"
2388 parts-per-unit="100"
2389 smallest-fraction="100"
2390 local-symbol=""
2391/>
2392<!-- "STD" - "Dobra"
2393-->
2394<currency
2395 isocode="STD"
2396 fullname="Dobra"
2397 unitname="dobra"
2398 partname="centimo"
2399 namespace="ISO4217"
2400 exchange-code="678"
2401 parts-per-unit="100"
2402 smallest-fraction="100"
2403 local-symbol="Db"
2404/>
2405<!-- "SVC" - "El Salvador Colon"
2406 2001-01-01 "USD" 8.75
2407-->
2408<currency
2409 isocode="SVC"
2410 fullname="El Salvador Colon"
2411 unitname="colon"
2412 partname="centavo"
2413 namespace="ISO4217"
2414 exchange-code="222"
2415 parts-per-unit="100"
2416 smallest-fraction="100"
2417 local-symbol=""
2418/>
2419<!-- "SYP" - "Syrian Pound"
2420-->
2421<currency
2422 isocode="SYP"
2423 fullname="Syrian Pound"
2424 unitname="pound"
2425 partname="qirsh"
2426 namespace="ISO4217"
2427 exchange-code="760"
2428 parts-per-unit="100"
2429 smallest-fraction="100"
2430 local-symbol=""
2431/>
2432<!-- "SZL" - "Lilangeni"
2433 The plural "E" is the common local-symbol; Bug 797105
2434-->
2435<currency
2436 isocode="SZL"
2437 fullname="Lilangeni"
2438 unitname="lilangeni"
2439 partname="cent"
2440 namespace="ISO4217"
2441 exchange-code="748"
2442 parts-per-unit="100"
2443 smallest-fraction="100"
2444 local-symbol="E"
2445/>
2446<!-- "THB" - "Baht"
2447-->
2448<currency
2449 isocode="THB"
2450 fullname="Baht"
2451 unitname="baht"
2452 partname="satang"
2453 namespace="ISO4217"
2454 exchange-code="764"
2455 parts-per-unit="100"
2456 smallest-fraction="100"
2457 local-symbol="฿"
2458/>
2459<!-- "TJR" - "Tajik Rouble"
2460 2002-11-01 "TJS" 1000
2461-->
2462<currency
2463 isocode="TJR"
2464 fullname="Tajik Rouble"
2465 unitname="ruble"
2466 partname="ruble"
2467 namespace="ISO4217"
2468 exchange-code="762"
2469 parts-per-unit="1"
2470 smallest-fraction="1"
2471 local-symbol=""
2472/>
2473<!-- "TJS" - "Somoni"
2474-->
2475<currency
2476 isocode="TJS"
2477 fullname="Somoni"
2478 unitname="somoni"
2479 partname="diram"
2480 namespace="ISO4217"
2481 exchange-code="972"
2482 parts-per-unit="100"
2483 smallest-fraction="100"
2484 local-symbol=""
2485/>
2486<!-- "TMM" - "Manat"
2487 2009-01-01 "TMT" 5000
2488-->
2489<currency
2490 isocode="TMM"
2491 fullname="Manat"
2492 unitname="manat"
2493 partname="tenga"
2494 namespace="ISO4217"
2495 exchange-code="795"
2496 parts-per-unit="100"
2497 smallest-fraction="100"
2498 local-symbol=""
2499/>
2500<!-- "TMT" - "Manat"
2501-->
2502<currency
2503 isocode="TMT"
2504 fullname="Manat"
2505 unitname="manat"
2506 partname="teňňe"
2507 namespace="ISO4217"
2508 exchange-code="934"
2509 parts-per-unit="100"
2510 smallest-fraction="100"
2511 local-symbol="m"
2512/>
2513<!-- "TND" - "Tunisian Dinar"
2514-->
2515<currency
2516 isocode="TND"
2517 fullname="Tunisian Dinar"
2518 unitname="dinar"
2519 partname="milim"
2520 namespace="ISO4217"
2521 exchange-code="788"
2522 parts-per-unit="1000"
2523 smallest-fraction="1000"
2524 local-symbol="د.ت"
2525/>
2526<!-- "TOP" - "Pa'anga"
2527-->
2528<currency
2529 isocode="TOP"
2530 fullname="Pa'anga"
2531 unitname="Pa'anga"
2532 partname="seniti"
2533 namespace="ISO4217"
2534 exchange-code="776"
2535 parts-per-unit="100"
2536 smallest-fraction="100"
2537 local-symbol="T$"
2538/>
2539<!-- "TRY" - "Turkish Lira"
2540-->
2541<currency
2542 isocode="TRY"
2543 fullname="Turkish Lira"
2544 unitname="lira"
2545 partname="kuruş"
2546 namespace="ISO4217"
2547 exchange-code="949"
2548 parts-per-unit="100"
2549 smallest-fraction="100"
2550 local-symbol="₺"
2551/>
2552<!-- "TTD" - "Trinidad and Tobago Dollar"
2553-->
2554<currency
2555 isocode="TTD"
2556 fullname="Trinidad and Tobago Dollar"
2557 unitname="dollar"
2558 partname="cent"
2559 namespace="ISO4217"
2560 exchange-code="780"
2561 parts-per-unit="100"
2562 smallest-fraction="100"
2563 local-symbol="TT$"
2564/>
2565<!-- "TWD" - "New Taiwan Dollar"
2566-->
2567<currency
2568 isocode="TWD"
2569 fullname="New Taiwan Dollar"
2570 unitname="dollar"
2571 partname="cent"
2572 namespace="ISO4217"
2573 exchange-code="901"
2574 parts-per-unit="100"
2575 smallest-fraction="100"
2576 local-symbol="NT$"
2577/>
2578<!-- "TZS" - "Tanzanian Shilling"
2579-->
2580<currency
2581 isocode="TZS"
2582 fullname="Tanzanian Shilling"
2583 unitname="shilling"
2584 partname="senti"
2585 namespace="ISO4217"
2586 exchange-code="834"
2587 parts-per-unit="100"
2588 smallest-fraction="100"
2589 local-symbol="/"
2590/>
2591<!-- "UAH" - "Hryvnia"
2592-->
2593<currency
2594 isocode="UAH"
2595 fullname="Hryvnia"
2596 unitname="hryvnia"
2597 partname="kopiyka"
2598 namespace="ISO4217"
2599 exchange-code="980"
2600 parts-per-unit="100"
2601 smallest-fraction="100"
2602 local-symbol="₴"
2603/>
2604<!-- "UGX" - "Uganda Shilling"
2605-->
2606<currency
2607 isocode="UGX"
2608 fullname="Uganda Shilling"
2609 unitname="shilling"
2610 partname="cent"
2611 namespace="ISO4217"
2612 exchange-code="800"
2613 parts-per-unit="100"
2614 smallest-fraction="100"
2615 local-symbol="USh"
2616/>
2617<!-- "USD" - "US Dollar"
2618-->
2619<currency
2620 isocode="USD"
2621 fullname="US Dollar"
2622 unitname="dollar"
2623 partname="cent"
2624 namespace="ISO4217"
2625 exchange-code="840"
2626 parts-per-unit="100"
2627 smallest-fraction="100"
2628 local-symbol="$"
2629/>
2630<!-- "USN" - "US Dollar (Next day)"
2631 funds code
2632-->
2633<currency
2634 isocode="USN"
2635 fullname="US Dollar (Next day)"
2636 unitname="dollar"
2637 partname="cent"
2638 namespace="ISO4217"
2639 exchange-code="997"
2640 parts-per-unit="100"
2641 smallest-fraction="100"
2642 local-symbol="$n"
2643/>
2644<!-- "USS" - "US Dollar (Same day)"
2645 funds code
2646-->
2647<currency
2648 isocode="USS"
2649 fullname="US Dollar (Same day)"
2650 unitname="dollar"
2651 partname="cent"
2652 namespace="ISO4217"
2653 exchange-code="998"
2654 parts-per-unit="100"
2655 smallest-fraction="100"
2656 local-symbol="$s"
2657/>
2658<!-- "UYI" - "Uruguay Peso en Unidades Indexadas"
2659-->
2660<currency
2661 isocode="UYI"
2662 fullname="Uruguay Peso en Unidades Indexadas"
2663 unitname="UI"
2664 partname="centesimo"
2665 namespace="ISO4217"
2666 exchange-code="940"
2667 parts-per-unit="100"
2668 smallest-fraction="100"
2669 local-symbol="UI"
2670/>
2671<!-- "UYU" - "Peso Uruguayo"
2672-->
2673<currency
2674 isocode="UYU"
2675 fullname="Peso Uruguayo"
2676 unitname="peso"
2677 partname="centesimo"
2678 namespace="ISO4217"
2679 exchange-code="858"
2680 parts-per-unit="100"
2681 smallest-fraction="100"
2682 local-symbol="$U"
2683/>
2684<!-- "UZS" - "Uzbekistan Sum"
2685-->
2686<currency
2687 isocode="UZS"
2688 fullname="Uzbekistan Sum"
2689 unitname="so‘m"
2690 partname="tiyin"
2691 namespace="ISO4217"
2692 exchange-code="860"
2693 parts-per-unit="100"
2694 smallest-fraction="100"
2695 local-symbol="so'm "
2696/>
2697<!-- "VEB" - "Venezuela Bolívar"
2698 2008-01-01 "VEF" 1000
2699-->
2700<currency
2701 isocode="VEB"
2702 fullname="Venezuela Bolívar"
2703 unitname="bolivar"
2704 partname="centimo"
2705 namespace="ISO4217"
2706 exchange-code="862"
2707 parts-per-unit="100"
2708 smallest-fraction="100"
2709 local-symbol="Bs."
2710/>
2711<!-- "VEF" - "Bolivar Fuerte"
27122018-08-20 "VES" 100000
2713-->
2714<currency
2715 isocode="VEF"
2716 fullname="Bolivar Fuerte"
2717 unitname="bolivar"
2718 partname="centimo"
2719 namespace="ISO4217"
2720 exchange-code="937"
2721 parts-per-unit="100"
2722 smallest-fraction="100"
2723 local-symbol="BsF."
2724/>
2725<!-- "VES" - "Bolivar Soberano"
2726 2021-10-01 "VED" 1,000,000
2727-->
2728<currency
2729 isocode="VES"
2730 fullname="Bolivar Soberano"
2731 unitname="bolivar"
2732 partname="centimo"
2733 namespace="ISO4217"
2734 exchange-code="928"
2735 parts-per-unit="100"
2736 smallest-fraction="100"
2737 local-symbol="BsS."
2738/>
2739<!-- "VED" - "Bolivar Soberano"
2740-->
2741<currency
2742 isocode="VED"
2743 fullname="Bolivar Soberano"
2744 unitname="bolivar"
2745 partname="centimo"
2746 namespace="ISO4217"
2747 exchange-code="926"
2748 parts-per-unit="100"
2749 smallest-fraction="100"
2750 local-symbol="BsD."
2751/>
2752<!-- "VND" - "Dong"
2753-->
2754<currency
2755 isocode="VND"
2756 fullname="Dong"
2757 unitname="đồng"
2758 partname="xu"
2759 namespace="ISO4217"
2760 exchange-code="704"
2761 parts-per-unit="1"
2762 smallest-fraction="1"
2763 local-symbol="₫"
2764/>
2765<!-- "VUV" - "Vatu"
2766-->
2767<currency
2768 isocode="VUV"
2769 fullname="Vatu"
2770 unitname="vatu"
2771 partname="centime"
2772 namespace="ISO4217"
2773 exchange-code="548"
2774 parts-per-unit="1"
2775 smallest-fraction="1"
2776 local-symbol="Vt"
2777/>
2778<!-- "WST" - "Tala"
2779-->
2780<currency
2781 isocode="WST"
2782 fullname="Tala"
2783 unitname="tala"
2784 partname="sene"
2785 namespace="ISO4217"
2786 exchange-code="882"
2787 parts-per-unit="100"
2788 smallest-fraction="100"
2789 local-symbol="WS$"
2790/>
2791<!-- "YER" - "Yemeni Rial"
2792-->
2793<currency
2794 isocode="YER"
2795 fullname="Yemeni Rial"
2796 unitname="riyal"
2797 partname="fils"
2798 namespace="ISO4217"
2799 exchange-code="886"
2800 parts-per-unit="100"
2801 smallest-fraction="100"
2802 local-symbol="Rl"
2803/>
2804<!-- "YUM" - "Yugoslavian Dinar"
2805 2003 replaced by RSD 1
2806-->
2807<currency
2808 isocode="YUM"
2809 fullname="Yugoslavian Dinar"
2810 unitname="dinar"
2811 partname="para"
2812 namespace="ISO4217"
2813 exchange-code="890"
2814 parts-per-unit="100"
2815 smallest-fraction="100"
2816 local-symbol=""
2817/>
2818<!-- "ZAR" - "Rand"
2819-->
2820<currency
2821 isocode="ZAR"
2822 fullname="Rand"
2823 unitname="rand"
2824 partname="cent"
2825 namespace="ISO4217"
2826 exchange-code="710"
2827 parts-per-unit="100"
2828 smallest-fraction="100"
2829 local-symbol="R"
2830/>
2831<!-- "ZMK" - "Kwacha (old)"
2832 replaced by ZMW from 2013-01-01 onwards
2833-->
2834<currency
2835 isocode="ZMK"
2836 fullname="Kwacha (old)"
2837 unitname="kwacha"
2838 partname="ngwee"
2839 namespace="ISO4217"
2840 exchange-code="894"
2841 parts-per-unit="100"
2842 smallest-fraction="100"
2843 local-symbol="ZK"
2844/>
2845<!-- "ZMW" - "Zambian Kwacha"
2846 replaced ZMK from 2013-01-01 onwards
2847-->
2848<currency
2849 isocode="ZMW"
2850 fullname="Zambian Kwacha"
2851 unitname="kwacha"
2852 partname="ngwee"
2853 namespace="ISO4217"
2854 exchange-code="967"
2855 parts-per-unit="100"
2856 smallest-fraction="100"
2857 local-symbol="ZK"
2858/>
2859<!-- "ZWD" - "Zimbabwe Dollar"
2860 2006-08-01 "ZWN" 1000, 2008-08-01 "ZWR" 10000000000, 2009-02-01 "ZWD" 1000000000000
2861-->
2862<currency
2863 isocode="ZWD"
2864 fullname="Zimbabwe Dollar"
2865 unitname="dollar"
2866 partname="cent"
2867 namespace="ISO4217"
2868 exchange-code="716"
2869 parts-per-unit="100"
2870 smallest-fraction="100"
2871 local-symbol=""
2872/>
2873<!-- "ZWL" - "Zimbabwe Dollar"
2874 2009-04 suspended for at least 1 year
2875-->
2876<currency
2877 isocode="ZWL"
2878 fullname="Zimbabwe Dollar"
2879 unitname="dollar"
2880 partname="cent"
2881 namespace="ISO4217"
2882 exchange-code="716"
2883 parts-per-unit="100"
2884 smallest-fraction="100"
2885 local-symbol="Z.$"
2886/>
2887
2888<!-- multinational -->
2889<!-- "XAF" - "CFA Franc BEAC"
2890 Banque des États de l'Afrique Centrale
2891-->
2892<currency
2893 isocode="XAF"
2894 fullname="CFA Franc BEAC"
2895 unitname="franc"
2896 partname="centime"
2897 namespace="ISO4217"
2898 exchange-code="950"
2899 parts-per-unit="1"
2900 smallest-fraction="100"
2901 local-symbol=""
2902/>
2903<!-- XB* should be replaced by EUR, if I am right -->
2904<!-- "XCD" - "East Caribbean Dollar"
2905 Organisation of Eastern Caribbean States
2906-->
2907<currency
2908 isocode="XCD"
2909 fullname="East Caribbean Dollar"
2910 unitname="dollar"
2911 partname="cent"
2912 namespace="ISO4217"
2913 exchange-code="951"
2914 parts-per-unit="100"
2915 smallest-fraction="100"
2916 local-symbol="EC$"
2917/>
2918<!-- "XDR" - "SDR"
2919 International Monetary Funds Special Drawing Rights
2920-->
2921<currency
2922 isocode="XDR"
2923 fullname="SDR"
2924 unitname="SDR"
2925 partname="SDR"
2926 namespace="ISO4217"
2927 exchange-code="960"
2928 parts-per-unit="1"
2929 smallest-fraction="1"
2930 local-symbol=""
2931/>
2932<!-- "XFO" - "Gold-Franc"
2933 Bank for International Settlements
2934-->
2935<currency
2936 isocode="XFO"
2937 fullname="Gold-Franc"
2938 unitname="franc"
2939 partname="centime"
2940 namespace="ISO4217"
2941 exchange-code="nil"
2942 parts-per-unit="1"
2943 smallest-fraction="100"
2944 local-symbol=""
2945/>
2946<!-- "XFU" - "UIC-Franc"
2947 Union Internationale des Chemins de fer
2948-->
2949<currency
2950 isocode="XFU"
2951 fullname="UIC-Franc"
2952 unitname="franc"
2953 partname="centime"
2954 namespace="ISO4217"
2955 exchange-code="nil"
2956 parts-per-unit="1"
2957 smallest-fraction="100"
2958 local-symbol=""
2959/>
2960<!-- "XOF" - "CFA Franc BCEAO"
2961 Banque Centrale des États de l'Afrique de l'Ouest
2962-->
2963<currency
2964 isocode="XOF"
2965 fullname="CFA Franc BCEAO"
2966 unitname="franc"
2967 partname="centime"
2968 namespace="ISO4217"
2969 exchange-code="952"
2970 parts-per-unit="1"
2971 smallest-fraction="100"
2972 local-symbol=""
2973/>
2974<!-- "XPF" - "CFP Franc"
2975 Communauté Financière du Pacifique
2976-->
2977<currency
2978 isocode="XPF"
2979 fullname="CFP Franc"
2980 unitname="franc"
2981 partname="centime"
2982 namespace="ISO4217"
2983 exchange-code="953"
2984 parts-per-unit="1"
2985 smallest-fraction="100"
2986 local-symbol=""
2987/>
2988<!-- "XTS" - "Code for testing purposes"
2989 Code reserved for testing purposes
2990-->
2991<currency
2992 isocode="XTS"
2993 fullname="Code for testing purposes"
2994 unitname="TEST"
2995 partname="test"
2996 namespace="ISO4217"
2997 exchange-code="963"
2998 parts-per-unit="1"
2999 smallest-fraction="1000000"
3000 local-symbol=""
3001/>
3002<!-- "XXX" - "No currency"
3003-->
3004<currency
3005 isocode="XXX"
3006 fullname="No currency"
3007 unitname=""
3008 partname=""
3009 namespace="ISO4217"
3010 exchange-code="999"
3011 parts-per-unit="1"
3012 smallest-fraction="1000000"
3013 local-symbol=""
3014/>
3015
3016<!-- precious metals -->
3017<!-- "XAG" - "Silver"
3018-->
3019<currency
3020 isocode="XAG"
3021 fullname="Silver"
3022 unitname="ounce"
3023 partname="ounce"
3024 namespace="ISO4217"
3025 exchange-code="961"
3026 parts-per-unit="1"
3027 smallest-fraction="1000000"
3028 local-symbol=""
3029/>
3030<!-- "XAU" - "Gold"
3031-->
3032<currency
3033 isocode="XAU"
3034 fullname="Gold"
3035 unitname="ounce"
3036 partname="ounce"
3037 namespace="ISO4217"
3038 exchange-code="959"
3039 parts-per-unit="1"
3040 smallest-fraction="1000000"
3041 local-symbol=""
3042/>
3043<!-- "XPD" - "Palladium"
3044-->
3045<currency
3046 isocode="XPD"
3047 fullname="Palladium"
3048 unitname="ounce"
3049 partname="ounce"
3050 namespace="ISO4217"
3051 exchange-code="964"
3052 parts-per-unit="1"
3053 smallest-fraction="1000000"
3054 local-symbol=""
3055/>
3056<!-- "XPT" - "Platinum"
3057-->
3058<currency
3059 isocode="XPT"
3060 fullname="Platinum"
3061 unitname="ounce"
3062 partname="ounce"
3063 namespace="ISO4217"
3064 exchange-code="962"
3065 parts-per-unit="1"
3066 smallest-fraction="1000000"
3067 local-symbol=""
3068/>
3069<!-- "XSU" - "SUCRE"
3070 Alianza Bolivariana para los Pueblos de Nuestra América - Tratado de Comercio de los Pueblos
3071 http://www.currency-iso.org/dam/isocy/downloads/dl_currency_iso_amendment_148.pdf
3072-->
3073<currency
3074 isocode="XSU"
3075 fullname="Sistema Unitario de Compensación Regional"
3076 unitname="SUCRE"
3077 partname=""
3078 namespace="ISO4217"
3079 exchange-code="994"
3080 parts-per-unit="1"
3081 smallest-fraction="1"
3082 local-symbol=""
3083/>
3084</currencylist>