twitter_cldr 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/twitter_cldr/resources/collation_tries_dumper.rb +2 -1
- data/lib/twitter_cldr/resources/download.rb +2 -2
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +15 -2
- data/lib/twitter_cldr/resources/tailoring_importer.rb +11 -7
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/be.yml +1 -1
- data/resources/collation/tailoring/bg.yml +1 -1
- data/resources/collation/tailoring/en-GB.yml +4 -0
- data/resources/collation/tailoring/he.yml +2 -2
- data/resources/collation/tailoring/ru.yml +1 -1
- data/resources/collation/tailoring/sr.yml +1 -1
- data/resources/collation/tailoring/uk.yml +1 -1
- data/resources/collation/tries/en-GB.dump +0 -0
- data/resources/collation/tries/he.dump +0 -0
- data/resources/custom/locales/en-GB/units.yml +19 -0
- data/resources/locales/af/calendars.yml +18 -6
- data/resources/locales/af/currencies.yml +558 -2
- data/resources/locales/af/languages.yml +386 -0
- data/resources/locales/af/plurals.yml +1 -1
- data/resources/locales/af/territories.yml +1 -0
- data/resources/locales/ar/calendars.yml +19 -3
- data/resources/locales/ar/currencies.yml +194 -0
- data/resources/locales/ar/languages.yml +52 -0
- data/resources/locales/ar/plurals.yml +1 -1
- data/resources/locales/ar/territories.yml +1 -0
- data/resources/locales/be/calendars.yml +33 -13
- data/resources/locales/be/currencies.yml +852 -0
- data/resources/locales/be/languages.yml +431 -0
- data/resources/locales/be/lists.yml +2 -2
- data/resources/locales/be/numbers.yml +17 -3
- data/resources/locales/be/plurals.yml +1 -1
- data/resources/locales/be/territories.yml +24 -0
- data/resources/locales/be/units.yml +49 -14
- data/resources/locales/bg/calendars.yml +17 -6
- data/resources/locales/bg/currencies.yml +143 -2
- data/resources/locales/bg/languages.yml +67 -0
- data/resources/locales/bg/plurals.yml +1 -1
- data/resources/locales/bg/territories.yml +1 -0
- data/resources/locales/bn/calendars.yml +30 -7
- data/resources/locales/bn/currencies.yml +352 -2
- data/resources/locales/bn/languages.yml +67 -0
- data/resources/locales/bn/plurals.yml +1 -1
- data/resources/locales/bn/territories.yml +1 -0
- data/resources/locales/ca/calendars.yml +13 -4
- data/resources/locales/ca/currencies.yml +9 -0
- data/resources/locales/ca/languages.yml +4 -0
- data/resources/locales/ca/plurals.yml +1 -1
- data/resources/locales/ca/territories.yml +1 -0
- data/resources/locales/cs/calendars.yml +9 -0
- data/resources/locales/cs/currencies.yml +105 -0
- data/resources/locales/cs/languages.yml +26 -0
- data/resources/locales/cs/plurals.yml +1 -1
- data/resources/locales/cs/territories.yml +1 -0
- data/resources/locales/cy/calendars.yml +12 -4
- data/resources/locales/cy/currencies.yml +417 -0
- data/resources/locales/cy/languages.yml +404 -0
- data/resources/locales/cy/plurals.yml +1 -1
- data/resources/locales/cy/territories.yml +2 -0
- data/resources/locales/da/calendars.yml +9 -0
- data/resources/locales/da/currencies.yml +99 -0
- data/resources/locales/da/languages.yml +4 -0
- data/resources/locales/da/plurals.yml +1 -1
- data/resources/locales/da/territories.yml +1 -0
- data/resources/locales/de/calendars.yml +13 -2
- data/resources/locales/de/currencies.yml +70 -0
- data/resources/locales/de/languages.yml +64 -0
- data/resources/locales/de/plurals.yml +1 -1
- data/resources/locales/de/territories.yml +1 -0
- data/resources/locales/el/calendars.yml +20 -7
- data/resources/locales/el/currencies.yml +48 -1
- data/resources/locales/el/languages.yml +4 -0
- data/resources/locales/el/plurals.yml +1 -1
- data/resources/locales/el/territories.yml +1 -0
- data/resources/locales/en/plurals.yml +1 -1
- data/resources/locales/en/territories.yml +1 -0
- data/resources/locales/en-GB/calendars.yml +210 -0
- data/resources/locales/en-GB/currencies.yml +915 -0
- data/resources/locales/en-GB/languages.yml +580 -0
- data/resources/locales/en-GB/layout.yml +5 -0
- data/resources/locales/en-GB/lists.yml +7 -0
- data/resources/locales/en-GB/numbers.yml +57 -0
- data/resources/locales/en-GB/plurals.yml +3 -0
- data/resources/locales/en-GB/territories.yml +263 -0
- data/resources/locales/en-GB/units.yml +108 -0
- data/resources/locales/es/calendars.yml +14 -2
- data/resources/locales/es/currencies.yml +101 -2
- data/resources/locales/es/languages.yml +4 -0
- data/resources/locales/es/plurals.yml +1 -1
- data/resources/locales/es/territories.yml +1 -0
- data/resources/locales/eu/calendars.yml +17 -6
- data/resources/locales/eu/currencies.yml +538 -2
- data/resources/locales/eu/languages.yml +402 -0
- data/resources/locales/eu/plurals.yml +1 -1
- data/resources/locales/eu/territories.yml +1 -0
- data/resources/locales/fa/calendars.yml +11 -1
- data/resources/locales/fa/currencies.yml +467 -2
- data/resources/locales/fa/languages.yml +86 -0
- data/resources/locales/fa/numbers.yml +1 -0
- data/resources/locales/fa/plurals.yml +1 -1
- data/resources/locales/fa/territories.yml +1 -0
- data/resources/locales/fa/units.yml +28 -0
- data/resources/locales/fi/calendars.yml +9 -0
- data/resources/locales/fi/currencies.yml +9 -0
- data/resources/locales/fi/languages.yml +4 -0
- data/resources/locales/fi/plurals.yml +1 -1
- data/resources/locales/fi/territories.yml +1 -0
- data/resources/locales/fil/calendars.yml +17 -6
- data/resources/locales/fil/currencies.yml +559 -2
- data/resources/locales/fil/languages.yml +394 -0
- data/resources/locales/fil/plurals.yml +1 -1
- data/resources/locales/fil/territories.yml +1 -0
- data/resources/locales/fr/calendars.yml +9 -1
- data/resources/locales/fr/currencies.yml +63 -0
- data/resources/locales/fr/languages.yml +34 -0
- data/resources/locales/fr/plurals.yml +1 -1
- data/resources/locales/fr/territories.yml +1 -0
- data/resources/locales/ga/calendars.yml +42 -23
- data/resources/locales/ga/currencies.yml +403 -2
- data/resources/locales/ga/languages.yml +433 -0
- data/resources/locales/ga/lists.yml +2 -2
- data/resources/locales/ga/numbers.yml +17 -3
- data/resources/locales/ga/plurals.yml +1 -1
- data/resources/locales/ga/territories.yml +12 -0
- data/resources/locales/ga/units.yml +63 -21
- data/resources/locales/gl/calendars.yml +15 -5
- data/resources/locales/gl/currencies.yml +440 -2
- data/resources/locales/gl/languages.yml +367 -0
- data/resources/locales/gl/plurals.yml +1 -1
- data/resources/locales/gl/territories.yml +1 -0
- data/resources/locales/he/calendars.yml +19 -3
- data/resources/locales/he/currencies.yml +435 -2
- data/resources/locales/he/languages.yml +4 -0
- data/resources/locales/he/plurals.yml +1 -1
- data/resources/locales/he/territories.yml +1 -0
- data/resources/locales/hi/calendars.yml +31 -4
- data/resources/locales/hi/currencies.yml +527 -2
- data/resources/locales/hi/languages.yml +77 -0
- data/resources/locales/hi/plurals.yml +1 -1
- data/resources/locales/hi/territories.yml +1 -0
- data/resources/locales/hr/calendars.yml +9 -0
- data/resources/locales/hr/currencies.yml +9 -0
- data/resources/locales/hr/languages.yml +4 -0
- data/resources/locales/hr/plurals.yml +1 -1
- data/resources/locales/hr/territories.yml +1 -0
- data/resources/locales/hu/calendars.yml +9 -0
- data/resources/locales/hu/currencies.yml +274 -0
- data/resources/locales/hu/languages.yml +4 -0
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/plurals.yml +1 -1
- data/resources/locales/hu/territories.yml +1 -0
- data/resources/locales/hu/units.yml +28 -0
- data/resources/locales/id/calendars.yml +9 -0
- data/resources/locales/id/currencies.yml +311 -0
- data/resources/locales/id/languages.yml +4 -0
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/plurals.yml +1 -1
- data/resources/locales/id/territories.yml +1 -0
- data/resources/locales/id/units.yml +28 -0
- data/resources/locales/is/calendars.yml +13 -4
- data/resources/locales/is/currencies.yml +438 -2
- data/resources/locales/is/languages.yml +85 -0
- data/resources/locales/is/plurals.yml +1 -1
- data/resources/locales/is/territories.yml +1 -0
- data/resources/locales/it/calendars.yml +11 -1
- data/resources/locales/it/currencies.yml +196 -1
- data/resources/locales/it/languages.yml +4 -0
- data/resources/locales/it/plurals.yml +1 -1
- data/resources/locales/it/territories.yml +1 -0
- data/resources/locales/ja/calendars.yml +24 -2
- data/resources/locales/ja/currencies.yml +311 -0
- data/resources/locales/ja/languages.yml +4 -0
- data/resources/locales/ja/numbers.yml +1 -0
- data/resources/locales/ja/plurals.yml +1 -1
- data/resources/locales/ja/territories.yml +1 -0
- data/resources/locales/ja/units.yml +28 -0
- data/resources/locales/ko/calendars.yml +27 -3
- data/resources/locales/ko/currencies.yml +319 -2
- data/resources/locales/ko/languages.yml +4 -0
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/plurals.yml +1 -1
- data/resources/locales/ko/territories.yml +1 -0
- data/resources/locales/ko/units.yml +28 -0
- data/resources/locales/lv/calendars.yml +18 -6
- data/resources/locales/lv/currencies.yml +315 -0
- data/resources/locales/lv/languages.yml +4 -0
- data/resources/locales/lv/plurals.yml +1 -1
- data/resources/locales/lv/territories.yml +1 -0
- data/resources/locales/ms/calendars.yml +20 -7
- data/resources/locales/ms/currencies.yml +575 -2
- data/resources/locales/ms/languages.yml +400 -0
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/plurals.yml +1 -1
- data/resources/locales/ms/territories.yml +1 -0
- data/resources/locales/ms/units.yml +28 -0
- data/resources/locales/nb/calendars.yml +9 -0
- data/resources/locales/nb/currencies.yml +69 -2
- data/resources/locales/nb/languages.yml +8 -0
- data/resources/locales/nb/plurals.yml +1 -1
- data/resources/locales/nb/territories.yml +1 -0
- data/resources/locales/nl/calendars.yml +9 -0
- data/resources/locales/nl/currencies.yml +274 -0
- data/resources/locales/nl/languages.yml +4 -0
- data/resources/locales/nl/plurals.yml +1 -1
- data/resources/locales/nl/territories.yml +1 -0
- data/resources/locales/pl/calendars.yml +17 -6
- data/resources/locales/pl/currencies.yml +181 -2
- data/resources/locales/pl/languages.yml +68 -0
- data/resources/locales/pl/plurals.yml +1 -1
- data/resources/locales/pl/territories.yml +1 -0
- data/resources/locales/pt/calendars.yml +10 -1
- data/resources/locales/pt/currencies.yml +9 -0
- data/resources/locales/pt/languages.yml +61 -0
- data/resources/locales/pt/plurals.yml +1 -1
- data/resources/locales/pt/territories.yml +1 -0
- data/resources/locales/ro/calendars.yml +18 -6
- data/resources/locales/ro/currencies.yml +183 -1
- data/resources/locales/ro/languages.yml +4 -0
- data/resources/locales/ro/plurals.yml +1 -1
- data/resources/locales/ro/territories.yml +1 -0
- data/resources/locales/ru/calendars.yml +9 -0
- data/resources/locales/ru/currencies.yml +181 -0
- data/resources/locales/ru/languages.yml +24 -0
- data/resources/locales/ru/plurals.yml +1 -1
- data/resources/locales/ru/territories.yml +1 -0
- data/resources/locales/sk/calendars.yml +20 -7
- data/resources/locales/sk/currencies.yml +291 -0
- data/resources/locales/sk/languages.yml +4 -0
- data/resources/locales/sk/plurals.yml +1 -1
- data/resources/locales/sk/territories.yml +1 -0
- data/resources/locales/sq/calendars.yml +46 -22
- data/resources/locales/sq/currencies.yml +862 -2
- data/resources/locales/sq/languages.yml +563 -0
- data/resources/locales/sq/lists.yml +2 -2
- data/resources/locales/sq/numbers.yml +17 -3
- data/resources/locales/sq/plurals.yml +1 -1
- data/resources/locales/sq/territories.yml +104 -0
- data/resources/locales/sq/units.yml +49 -14
- data/resources/locales/sr/calendars.yml +16 -5
- data/resources/locales/sr/currencies.yml +10 -1
- data/resources/locales/sr/languages.yml +67 -0
- data/resources/locales/sr/plurals.yml +1 -1
- data/resources/locales/sr/territories.yml +1 -0
- data/resources/locales/sv/calendars.yml +9 -0
- data/resources/locales/sv/currencies.yml +9 -0
- data/resources/locales/sv/languages.yml +4 -0
- data/resources/locales/sv/plurals.yml +1 -1
- data/resources/locales/sv/territories.yml +1 -0
- data/resources/locales/ta/calendars.yml +15 -5
- data/resources/locales/ta/currencies.yml +568 -1
- data/resources/locales/ta/languages.yml +68 -0
- data/resources/locales/ta/plurals.yml +1 -1
- data/resources/locales/ta/territories.yml +1 -0
- data/resources/locales/th/calendars.yml +9 -0
- data/resources/locales/th/currencies.yml +311 -0
- data/resources/locales/th/languages.yml +5 -0
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/plurals.yml +1 -1
- data/resources/locales/th/territories.yml +1 -0
- data/resources/locales/th/units.yml +28 -0
- data/resources/locales/tr/calendars.yml +14 -2
- data/resources/locales/tr/currencies.yml +343 -0
- data/resources/locales/tr/languages.yml +4 -0
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/plurals.yml +1 -1
- data/resources/locales/tr/territories.yml +1 -0
- data/resources/locales/tr/units.yml +28 -0
- data/resources/locales/uk/calendars.yml +18 -6
- data/resources/locales/uk/currencies.yml +266 -0
- data/resources/locales/uk/languages.yml +5 -0
- data/resources/locales/uk/plurals.yml +1 -1
- data/resources/locales/uk/territories.yml +1 -0
- data/resources/locales/ur/calendars.yml +44 -9
- data/resources/locales/ur/currencies.yml +555 -1
- data/resources/locales/ur/languages.yml +399 -0
- data/resources/locales/ur/numbers.yml +13 -0
- data/resources/locales/ur/plurals.yml +1 -1
- data/resources/locales/ur/territories.yml +1 -0
- data/resources/locales/vi/calendars.yml +20 -7
- data/resources/locales/vi/currencies.yml +311 -0
- data/resources/locales/vi/languages.yml +7 -0
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/plurals.yml +1 -1
- data/resources/locales/vi/territories.yml +1 -0
- data/resources/locales/vi/units.yml +28 -0
- data/resources/locales/zh/calendars.yml +7 -0
- data/resources/locales/zh/currencies.yml +311 -0
- data/resources/locales/zh/languages.yml +4 -0
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/plurals.yml +1 -1
- data/resources/locales/zh/territories.yml +1 -0
- data/resources/locales/zh/units.yml +28 -0
- data/resources/locales/zh-Hant/calendars.yml +71 -9
- data/resources/locales/zh-Hant/currencies.yml +311 -0
- data/resources/locales/zh-Hant/languages.yml +4 -0
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/plurals.yml +2 -2
- data/resources/locales/zh-Hant/territories.yml +1 -0
- data/resources/locales/zh-Hant/units.yml +28 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/spec/collation/tailoring_spec.rb +1 -2
- data/spec/parsers/number_parser_spec.rb +0 -2
- data/spec/utils/yaml/yaml_spec.rb +4 -1
- metadata +87 -77
@@ -1,56 +1,916 @@
|
|
1
1
|
---
|
2
2
|
:sq:
|
3
3
|
:currencies:
|
4
|
+
:ADP:
|
5
|
+
:one: Andorran peseta
|
6
|
+
:other: Andorran pesetas
|
7
|
+
:AED:
|
8
|
+
:one: UAE dirham
|
9
|
+
:other: UAE dirhams
|
10
|
+
:AFA:
|
11
|
+
:one: Afghan afghani (1927-2002)
|
12
|
+
:other: Afghan afghanis (1927-2002)
|
13
|
+
:AFN:
|
14
|
+
:one: Afghan Afghani
|
15
|
+
:other: Afghan Afghanis
|
16
|
+
:ALK:
|
17
|
+
:one: Albanian lek (1946-1965)
|
18
|
+
:other: Albanian lekë (1946-1965)
|
4
19
|
:ALL:
|
20
|
+
:one: Albanian lek
|
21
|
+
:other: Albanian lekë
|
5
22
|
:symbol: Lek
|
23
|
+
:AMD:
|
24
|
+
:one: Armenian dram
|
25
|
+
:other: Armenian drams
|
26
|
+
:ANG:
|
27
|
+
:one: Netherlands Antillean guilder
|
28
|
+
:other: Netherlands Antillean guilders
|
29
|
+
:AOA:
|
30
|
+
:one: Angolan kwanza
|
31
|
+
:other: Angolan kwanzas
|
32
|
+
:AOK:
|
33
|
+
:one: Angolan kwanza (1977-1991)
|
34
|
+
:other: Angolan kwanzas (1977-1991)
|
35
|
+
:AON:
|
36
|
+
:one: Angolan new kwanza (1990-2000)
|
37
|
+
:other: Angolan new kwanzas (1990-2000)
|
38
|
+
:AOR:
|
39
|
+
:one: Angolan readjusted kwanza (1995-1999)
|
40
|
+
:other: Angolan readjusted kwanzas (1995-1999)
|
41
|
+
:ARA:
|
42
|
+
:one: Argentine austral
|
43
|
+
:other: Argentine australs
|
44
|
+
:ARL:
|
45
|
+
:one: Argentine peso ley (1970-1983)
|
46
|
+
:other: Argentine pesos ley (1970-1983)
|
47
|
+
:ARM:
|
48
|
+
:one: Argentine peso (1881-1970)
|
49
|
+
:other: Argentine pesos (1881-1970)
|
50
|
+
:ARP:
|
51
|
+
:one: Argentine peso (1983-1985)
|
52
|
+
:other: Argentine pesos (1983-1985)
|
53
|
+
:ARS:
|
54
|
+
:one: Argentine peso
|
55
|
+
:other: Argentine pesos
|
56
|
+
:ATS:
|
57
|
+
:one: Austrian schilling
|
58
|
+
:other: Austrian schillings
|
6
59
|
:AUD:
|
60
|
+
:one: Australian dollar
|
61
|
+
:other: Australian dollars
|
7
62
|
:symbol: A$
|
63
|
+
:AWG:
|
64
|
+
:one: Aruban florin
|
65
|
+
:other: Aruban florin
|
66
|
+
:AZM:
|
67
|
+
:one: Azerbaijani manat (1993-2006)
|
68
|
+
:other: Azerbaijani manats (1993-2006)
|
69
|
+
:AZN:
|
70
|
+
:one: Azerbaijani manat
|
71
|
+
:other: Azerbaijani manats
|
72
|
+
:BAD:
|
73
|
+
:one: Bosnia-Herzegovina dinar (1992-1994)
|
74
|
+
:other: Bosnia-Herzegovina dinars (1992-1994)
|
75
|
+
:BAM:
|
76
|
+
:one: Bosnia-Herzegovina convertible mark
|
77
|
+
:other: Bosnia-Herzegovina convertible marks
|
78
|
+
:BAN:
|
79
|
+
:one: Bosnia-Herzegovina new dinar (1994-1997)
|
80
|
+
:other: Bosnia-Herzegovina new dinars (1994-1997)
|
81
|
+
:BBD:
|
82
|
+
:one: Barbadian dollar
|
83
|
+
:other: Barbadian dollars
|
84
|
+
:BDT:
|
85
|
+
:one: Bangladeshi taka
|
86
|
+
:other: Bangladeshi takas
|
87
|
+
:BEC:
|
88
|
+
:one: Belgian franc (convertible)
|
89
|
+
:other: Belgian francs (convertible)
|
90
|
+
:BEF:
|
91
|
+
:one: Belgian franc
|
92
|
+
:other: Belgian francs
|
93
|
+
:BEL:
|
94
|
+
:one: Belgian franc (financial)
|
95
|
+
:other: Belgian francs (financial)
|
96
|
+
:BGL:
|
97
|
+
:one: Bulgarian hard lev
|
98
|
+
:other: Bulgarian hard leva
|
99
|
+
:BGM:
|
100
|
+
:one: Bulgarian socialist lev
|
101
|
+
:other: Bulgarian socialist leva
|
102
|
+
:BGN:
|
103
|
+
:one: Bulgarian lev
|
104
|
+
:other: Bulgarian leva
|
105
|
+
:BGO:
|
106
|
+
:one: Bulgarian lev (1879-1952)
|
107
|
+
:other: Bulgarian leva (1879-1952)
|
108
|
+
:BHD:
|
109
|
+
:one: Bahraini dinar
|
110
|
+
:other: Bahraini dinars
|
111
|
+
:BIF:
|
112
|
+
:one: Burundian franc
|
113
|
+
:other: Burundian francs
|
114
|
+
:BMD:
|
115
|
+
:one: Bermudan dollar
|
116
|
+
:other: Bermudan dollars
|
117
|
+
:BND:
|
118
|
+
:one: Brunei dollar
|
119
|
+
:other: Brunei dollars
|
120
|
+
:BOB:
|
121
|
+
:one: Bolivian boliviano
|
122
|
+
:other: Bolivian bolivianos
|
123
|
+
:BOL:
|
124
|
+
:one: Bolivian boliviano (1863-1963)
|
125
|
+
:other: Bolivian bolivianos (1863-1963)
|
126
|
+
:BOP:
|
127
|
+
:one: Bolivian peso
|
128
|
+
:other: Bolivian pesos
|
129
|
+
:BOV:
|
130
|
+
:one: Bolivian mvdol
|
131
|
+
:other: Bolivian mvdols
|
132
|
+
:BRB:
|
133
|
+
:one: Brazilian new cruzeiro (1967-1986)
|
134
|
+
:other: Brazilian new cruzeiros (1967-1986)
|
135
|
+
:BRC:
|
136
|
+
:one: Brazilian cruzado (1986-1989)
|
137
|
+
:other: Brazilian cruzados (1986-1989)
|
138
|
+
:BRE:
|
139
|
+
:one: Brazilian cruzeiro (1990-1993)
|
140
|
+
:other: Brazilian cruzeiros (1990-1993)
|
8
141
|
:BRL:
|
9
142
|
:one: Real Brazilian
|
143
|
+
:other: Brazilian reals
|
10
144
|
:symbol: R$
|
145
|
+
:BRN:
|
146
|
+
:one: Brazilian new cruzado (1989-1990)
|
147
|
+
:other: Brazilian new cruzados (1989-1990)
|
148
|
+
:BRR:
|
149
|
+
:one: Brazilian cruzeiro (1993-1994)
|
150
|
+
:other: Brazilian cruzeiros (1993-1994)
|
151
|
+
:BRZ:
|
152
|
+
:one: Brazilian cruzeiro (1942-1967)
|
153
|
+
:other: Brazilian cruzeiros (1942-1967)
|
154
|
+
:BSD:
|
155
|
+
:one: Bahamian dollar
|
156
|
+
:other: Bahamian dollars
|
157
|
+
:BTN:
|
158
|
+
:one: Bhutanese ngultrum
|
159
|
+
:other: Bhutanese ngultrums
|
160
|
+
:BUK:
|
161
|
+
:one: Burmese kyat
|
162
|
+
:other: Burmese kyats
|
163
|
+
:BWP:
|
164
|
+
:one: Botswanan pula
|
165
|
+
:other: Botswanan pulas
|
166
|
+
:BYB:
|
167
|
+
:one: Belarusian new ruble (1994-1999)
|
168
|
+
:other: Belarusian new rubles (1994-1999)
|
169
|
+
:BYR:
|
170
|
+
:one: Belarusian ruble
|
171
|
+
:other: Belarusian rubles
|
172
|
+
:BZD:
|
173
|
+
:one: Belize dollar
|
174
|
+
:other: Belize dollars
|
11
175
|
:CAD:
|
176
|
+
:one: Canadian dollar
|
177
|
+
:other: Canadian dollars
|
12
178
|
:symbol: CA$
|
179
|
+
:CDF:
|
180
|
+
:one: Congolese franc
|
181
|
+
:other: Congolese francs
|
182
|
+
:CHE:
|
183
|
+
:one: WIR euro
|
184
|
+
:other: WIR euros
|
185
|
+
:CHF:
|
186
|
+
:one: Swiss franc
|
187
|
+
:other: Swiss francs
|
188
|
+
:CHW:
|
189
|
+
:one: WIR franc
|
190
|
+
:other: WIR francs
|
191
|
+
:CLE:
|
192
|
+
:one: Chilean escudo
|
193
|
+
:other: Chilean escudos
|
194
|
+
:CLF:
|
195
|
+
:one: Chilean unit of account (UF)
|
196
|
+
:other: Chilean units of account (UF)
|
197
|
+
:CLP:
|
198
|
+
:one: Chilean peso
|
199
|
+
:other: Chilean pesos
|
200
|
+
:CNX:
|
201
|
+
:one: Chinese People’s Bank dollar
|
202
|
+
:other: Chinese People’s Bank dollars
|
13
203
|
:CNY:
|
14
204
|
:one: Renminbi(Yuan) Kinez
|
205
|
+
:other: Chinese yuan
|
15
206
|
:symbol: CN¥
|
207
|
+
:COP:
|
208
|
+
:one: Colombian peso
|
209
|
+
:other: Colombian pesos
|
210
|
+
:COU:
|
211
|
+
:one: Colombian real value unit
|
212
|
+
:other: Colombian real value units
|
213
|
+
:CRC:
|
214
|
+
:one: Costa Rican colón
|
215
|
+
:other: Costa Rican colóns
|
216
|
+
:CSD:
|
217
|
+
:one: Serbian dinar (2002-2006)
|
218
|
+
:other: Serbian dinars (2002-2006)
|
219
|
+
:CSK:
|
220
|
+
:one: Czechoslovak hard koruna
|
221
|
+
:other: Czechoslovak hard korunas
|
222
|
+
:CUC:
|
223
|
+
:one: Cuban convertible peso
|
224
|
+
:other: Cuban convertible pesos
|
225
|
+
:CUP:
|
226
|
+
:one: Cuban peso
|
227
|
+
:other: Cuban pesos
|
228
|
+
:CVE:
|
229
|
+
:one: Cape Verdean escudo
|
230
|
+
:other: Cape Verdean escudos
|
231
|
+
:CYP:
|
232
|
+
:one: Cypriot pound
|
233
|
+
:other: Cypriot pounds
|
234
|
+
:CZK:
|
235
|
+
:one: Czech Republic koruna
|
236
|
+
:other: Czech Republic korunas
|
237
|
+
:DDM:
|
238
|
+
:one: East German mark
|
239
|
+
:other: East German marks
|
240
|
+
:DEM:
|
241
|
+
:one: German mark
|
242
|
+
:other: German marks
|
243
|
+
:DJF:
|
244
|
+
:one: Djiboutian franc
|
245
|
+
:other: Djiboutian francs
|
246
|
+
:DKK:
|
247
|
+
:one: Danish krone
|
248
|
+
:other: Danish kroner
|
249
|
+
:DOP:
|
250
|
+
:one: Dominican peso
|
251
|
+
:other: Dominican pesos
|
252
|
+
:DZD:
|
253
|
+
:one: Algerian dinar
|
254
|
+
:other: Algerian dinars
|
255
|
+
:ECS:
|
256
|
+
:one: Ecuadorian sucre
|
257
|
+
:other: Ecuadorian sucres
|
258
|
+
:ECV:
|
259
|
+
:one: Ecuadorian unit of constant value
|
260
|
+
:other: Ecuadorian units of constant value
|
261
|
+
:EEK:
|
262
|
+
:one: Estonian kroon
|
263
|
+
:other: Estonian kroons
|
264
|
+
:EGP:
|
265
|
+
:one: Egyptian pound
|
266
|
+
:other: Egyptian pounds
|
267
|
+
:ERN:
|
268
|
+
:one: Eritrean nakfa
|
269
|
+
:other: Eritrean nakfas
|
270
|
+
:ESA:
|
271
|
+
:one: Spanish peseta (A account)
|
272
|
+
:other: Spanish pesetas (A account)
|
273
|
+
:ESB:
|
274
|
+
:one: Spanish peseta (convertible account)
|
275
|
+
:other: Spanish pesetas (convertible account)
|
276
|
+
:ESP:
|
277
|
+
:one: Spanish peseta
|
278
|
+
:other: Spanish pesetas
|
279
|
+
:ETB:
|
280
|
+
:one: Ethiopian birr
|
281
|
+
:other: Ethiopian birrs
|
16
282
|
:EUR:
|
17
283
|
:one: Euro
|
284
|
+
:other: euros
|
18
285
|
:symbol: €
|
286
|
+
:FIM:
|
287
|
+
:one: Finnish markka
|
288
|
+
:other: Finnish markkas
|
289
|
+
:FJD:
|
290
|
+
:one: Fijian dollar
|
291
|
+
:other: Fijian dollars
|
292
|
+
:FKP:
|
293
|
+
:one: Falkland Islands pound
|
294
|
+
:other: Falkland Islands pounds
|
295
|
+
:FRF:
|
296
|
+
:one: French franc
|
297
|
+
:other: French francs
|
19
298
|
:GBP:
|
20
299
|
:one: Paund Sterlina Britanike
|
300
|
+
:other: British pounds sterling
|
21
301
|
:symbol: £
|
302
|
+
:GEK:
|
303
|
+
:one: Georgian kupon larit
|
304
|
+
:other: Georgian kupon larits
|
305
|
+
:GEL:
|
306
|
+
:one: Georgian lari
|
307
|
+
:other: Georgian laris
|
308
|
+
:GHC:
|
309
|
+
:one: Ghanaian cedi (1979-2007)
|
310
|
+
:other: Ghanaian cedis (1979-2007)
|
311
|
+
:GHS:
|
312
|
+
:one: Ghanaian cedi
|
313
|
+
:other: Ghanaian cedis
|
314
|
+
:GIP:
|
315
|
+
:one: Gibraltar pound
|
316
|
+
:other: Gibraltar pounds
|
317
|
+
:GMD:
|
318
|
+
:one: Gambian dalasi
|
319
|
+
:other: Gambian dalasis
|
320
|
+
:GNF:
|
321
|
+
:one: Guinean franc
|
322
|
+
:other: Guinean francs
|
323
|
+
:GNS:
|
324
|
+
:one: Guinean syli
|
325
|
+
:other: Guinean sylis
|
326
|
+
:GQE:
|
327
|
+
:one: Equatorial Guinean ekwele
|
328
|
+
:other: Equatorial Guinean ekwele
|
329
|
+
:GRD:
|
330
|
+
:one: Greek drachma
|
331
|
+
:other: Greek drachmas
|
332
|
+
:GTQ:
|
333
|
+
:one: Guatemalan quetzal
|
334
|
+
:other: Guatemalan quetzals
|
335
|
+
:GWE:
|
336
|
+
:one: Portuguese Guinea escudo
|
337
|
+
:other: Portuguese Guinea escudos
|
338
|
+
:GWP:
|
339
|
+
:one: Guinea-Bissau peso
|
340
|
+
:other: Guinea-Bissau pesos
|
341
|
+
:GYD:
|
342
|
+
:one: Guyanaese dollar
|
343
|
+
:other: Guyanaese dollars
|
22
344
|
:HKD:
|
345
|
+
:one: Hong Kong dollar
|
346
|
+
:other: Hong Kong dollars
|
23
347
|
:symbol: HK$
|
348
|
+
:HNL:
|
349
|
+
:one: Honduran lempira
|
350
|
+
:other: Honduran lempiras
|
351
|
+
:HRD:
|
352
|
+
:one: Croatian dinar
|
353
|
+
:other: Croatian dinars
|
354
|
+
:HRK:
|
355
|
+
:one: Croatian kuna
|
356
|
+
:other: Croatian kunas
|
357
|
+
:HTG:
|
358
|
+
:one: Haitian gourde
|
359
|
+
:other: Haitian gourdes
|
360
|
+
:HUF:
|
361
|
+
:one: Hungarian forint
|
362
|
+
:other: Hungarian forints
|
363
|
+
:IDR:
|
364
|
+
:one: Indonesian rupiah
|
365
|
+
:other: Indonesian rupiahs
|
366
|
+
:IEP:
|
367
|
+
:one: Irish pound
|
368
|
+
:other: Irish pounds
|
369
|
+
:ILP:
|
370
|
+
:one: Israeli pound
|
371
|
+
:other: Israeli pounds
|
372
|
+
:ILR:
|
373
|
+
:one: Israeli sheqel (1980-1985)
|
374
|
+
:other: Israeli sheqels (1980-1985)
|
24
375
|
:ILS:
|
376
|
+
:one: Israeli new sheqel
|
377
|
+
:other: Israeli new sheqels
|
25
378
|
:symbol: ₪
|
26
379
|
:INR:
|
27
380
|
:one: Rupee indiane
|
381
|
+
:other: Indian rupees
|
28
382
|
:symbol: ₹
|
383
|
+
:IQD:
|
384
|
+
:one: Iraqi dinar
|
385
|
+
:other: Iraqi dinars
|
386
|
+
:IRR:
|
387
|
+
:one: Iranian rial
|
388
|
+
:other: Iranian rials
|
389
|
+
:ISJ:
|
390
|
+
:one: Icelandic króna (1918-1981)
|
391
|
+
:other: Icelandic krónur (1918-1981)
|
392
|
+
:ISK:
|
393
|
+
:one: Icelandic króna
|
394
|
+
:other: Icelandic krónur
|
395
|
+
:ITL:
|
396
|
+
:one: Italian lira
|
397
|
+
:other: Italian liras
|
398
|
+
:JMD:
|
399
|
+
:one: Jamaican dollar
|
400
|
+
:other: Jamaican dollars
|
401
|
+
:JOD:
|
402
|
+
:one: Jordanian dinar
|
403
|
+
:other: Jordanian dinars
|
29
404
|
:JPY:
|
30
405
|
:one: Jeni Japonez
|
31
|
-
:
|
406
|
+
:other: Japanese yen
|
407
|
+
:symbol: ¥
|
408
|
+
:KES:
|
409
|
+
:one: Kenyan shilling
|
410
|
+
:other: Kenyan shillings
|
411
|
+
:KGS:
|
412
|
+
:one: Kyrgystani som
|
413
|
+
:other: Kyrgystani soms
|
414
|
+
:KHR:
|
415
|
+
:one: Cambodian riel
|
416
|
+
:other: Cambodian riels
|
417
|
+
:KMF:
|
418
|
+
:one: Comorian franc
|
419
|
+
:other: Comorian francs
|
420
|
+
:KPW:
|
421
|
+
:one: North Korean won
|
422
|
+
:other: North Korean won
|
423
|
+
:KRH:
|
424
|
+
:one: South Korean hwan (1953-1962)
|
425
|
+
:other: South Korean hwan (1953-1962)
|
426
|
+
:KRO:
|
427
|
+
:one: South Korean won (1945-1953)
|
428
|
+
:other: South Korean won (1945-1953)
|
32
429
|
:KRW:
|
430
|
+
:one: South Korean won
|
431
|
+
:other: South Korean won
|
33
432
|
:symbol: ₩
|
433
|
+
:KWD:
|
434
|
+
:one: Kuwaiti dinar
|
435
|
+
:other: Kuwaiti dinars
|
436
|
+
:KYD:
|
437
|
+
:one: Cayman Islands dollar
|
438
|
+
:other: Cayman Islands dollars
|
439
|
+
:KZT:
|
440
|
+
:one: Kazakhstani tenge
|
441
|
+
:other: Kazakhstani tenges
|
442
|
+
:LAK:
|
443
|
+
:one: Laotian kip
|
444
|
+
:other: Laotian kips
|
445
|
+
:LBP:
|
446
|
+
:one: Lebanese pound
|
447
|
+
:other: Lebanese pounds
|
448
|
+
:LKR:
|
449
|
+
:one: Sri Lankan rupee
|
450
|
+
:other: Sri Lankan rupees
|
451
|
+
:LRD:
|
452
|
+
:one: Liberian dollar
|
453
|
+
:other: Liberian dollars
|
454
|
+
:LSL:
|
455
|
+
:one: Lesotho loti
|
456
|
+
:other: Lesotho lotis
|
457
|
+
:LTL:
|
458
|
+
:one: Lithuanian litas
|
459
|
+
:other: Lithuanian litai
|
460
|
+
:LTT:
|
461
|
+
:one: Lithuanian talonas
|
462
|
+
:other: Lithuanian talonases
|
463
|
+
:LUC:
|
464
|
+
:one: Luxembourgian convertible franc
|
465
|
+
:other: Luxembourgian convertible francs
|
466
|
+
:LUF:
|
467
|
+
:one: Luxembourgian franc
|
468
|
+
:other: Luxembourgian francs
|
469
|
+
:LUL:
|
470
|
+
:one: Luxembourg financial franc
|
471
|
+
:other: Luxembourg financial francs
|
472
|
+
:LVL:
|
473
|
+
:one: Latvian lats
|
474
|
+
:other: Latvian lati
|
475
|
+
:LVR:
|
476
|
+
:one: Latvian ruble
|
477
|
+
:other: Latvian rubles
|
478
|
+
:LYD:
|
479
|
+
:one: Libyan dinar
|
480
|
+
:other: Libyan dinars
|
481
|
+
:MAD:
|
482
|
+
:one: Moroccan dirham
|
483
|
+
:other: Moroccan dirhams
|
484
|
+
:MAF:
|
485
|
+
:one: Moroccan franc
|
486
|
+
:other: Moroccan francs
|
487
|
+
:MCF:
|
488
|
+
:one: Monegasque franc
|
489
|
+
:other: Monegasque francs
|
490
|
+
:MDC:
|
491
|
+
:one: Moldovan cupon
|
492
|
+
:other: Moldovan cupon
|
493
|
+
:MDL:
|
494
|
+
:one: Moldovan leu
|
495
|
+
:other: Moldovan lei
|
496
|
+
:MGA:
|
497
|
+
:one: Malagasy Ariary
|
498
|
+
:other: Malagasy Ariaries
|
499
|
+
:MGF:
|
500
|
+
:one: Malagasy franc
|
501
|
+
:other: Malagasy francs
|
502
|
+
:MKD:
|
503
|
+
:one: Macedonian denar
|
504
|
+
:other: Macedonian denari
|
505
|
+
:MKN:
|
506
|
+
:one: Macedonian denar (1992-1993)
|
507
|
+
:other: Macedonian denari (1992-1993)
|
508
|
+
:MLF:
|
509
|
+
:one: Malian franc
|
510
|
+
:other: Malian francs
|
511
|
+
:MMK:
|
512
|
+
:one: Myanma kyat
|
513
|
+
:other: Myanma kyats
|
514
|
+
:MNT:
|
515
|
+
:one: Mongolian tugrik
|
516
|
+
:other: Mongolian tugriks
|
517
|
+
:MOP:
|
518
|
+
:one: Macanese pataca
|
519
|
+
:other: Macanese patacas
|
520
|
+
:MRO:
|
521
|
+
:one: Mauritanian ouguiya
|
522
|
+
:other: Mauritanian ouguiyas
|
523
|
+
:MTL:
|
524
|
+
:one: Maltese lira
|
525
|
+
:other: Maltese lira
|
526
|
+
:MTP:
|
527
|
+
:one: Maltese pound
|
528
|
+
:other: Maltese pounds
|
529
|
+
:MUR:
|
530
|
+
:one: Mauritian rupee
|
531
|
+
:other: Mauritian rupees
|
532
|
+
:MVP:
|
533
|
+
:one: Maldivian rupee
|
534
|
+
:other: Maldivian rupees
|
535
|
+
:MVR:
|
536
|
+
:one: Maldivian rufiyaa
|
537
|
+
:other: Maldivian rufiyaas
|
538
|
+
:MWK:
|
539
|
+
:one: Malawian Kwacha
|
540
|
+
:other: Malawian Kwachas
|
34
541
|
:MXN:
|
542
|
+
:one: Mexican peso
|
543
|
+
:other: Mexican pesos
|
35
544
|
:symbol: MX$
|
545
|
+
:MXP:
|
546
|
+
:one: Mexican silver peso (1861-1992)
|
547
|
+
:other: Mexican silver pesos (1861-1992)
|
548
|
+
:MXV:
|
549
|
+
:one: Mexican investment unit
|
550
|
+
:other: Mexican investment units
|
551
|
+
:MYR:
|
552
|
+
:one: Malaysian ringgit
|
553
|
+
:other: Malaysian ringgits
|
554
|
+
:MZE:
|
555
|
+
:one: Mozambican escudo
|
556
|
+
:other: Mozambican escudos
|
557
|
+
:MZM:
|
558
|
+
:one: Mozambican metical (1980-2006)
|
559
|
+
:other: Mozambican meticals (1980-2006)
|
560
|
+
:MZN:
|
561
|
+
:one: Mozambican metical
|
562
|
+
:other: Mozambican meticals
|
563
|
+
:NAD:
|
564
|
+
:one: Namibian dollar
|
565
|
+
:other: Namibian dollars
|
566
|
+
:NGN:
|
567
|
+
:one: Nigerian naira
|
568
|
+
:other: Nigerian nairas
|
569
|
+
:NIC:
|
570
|
+
:one: Nicaraguan córdoba (1988-1991)
|
571
|
+
:other: Nicaraguan córdobas (1988-1991)
|
572
|
+
:NIO:
|
573
|
+
:one: Nicaraguan córdoba
|
574
|
+
:other: Nicaraguan córdobas
|
575
|
+
:NLG:
|
576
|
+
:one: Dutch guilder
|
577
|
+
:other: Dutch guilders
|
578
|
+
:NOK:
|
579
|
+
:one: Norwegian krone
|
580
|
+
:other: Norwegian kroner
|
581
|
+
:NPR:
|
582
|
+
:one: Nepalese rupee
|
583
|
+
:other: Nepalese rupees
|
36
584
|
:NZD:
|
585
|
+
:one: New Zealand dollar
|
586
|
+
:other: New Zealand dollars
|
37
587
|
:symbol: NZ$
|
588
|
+
:OMR:
|
589
|
+
:one: Omani rial
|
590
|
+
:other: Omani rials
|
591
|
+
:PAB:
|
592
|
+
:one: Panamanian balboa
|
593
|
+
:other: Panamanian balboas
|
594
|
+
:PEI:
|
595
|
+
:one: Peruvian inti
|
596
|
+
:other: Peruvian intis
|
597
|
+
:PEN:
|
598
|
+
:one: Peruvian nuevo sol
|
599
|
+
:other: Peruvian nuevos soles
|
600
|
+
:PES:
|
601
|
+
:one: Peruvian sol (1863-1965)
|
602
|
+
:other: Peruvian soles (1863-1965)
|
603
|
+
:PGK:
|
604
|
+
:one: Papua New Guinean kina
|
605
|
+
:other: Papua New Guinean kina
|
606
|
+
:PHP:
|
607
|
+
:one: Philippine peso
|
608
|
+
:other: Philippine pesos
|
609
|
+
:PKR:
|
610
|
+
:one: Pakistani rupee
|
611
|
+
:other: Pakistani rupees
|
612
|
+
:PLN:
|
613
|
+
:one: Polish zloty
|
614
|
+
:other: Polish zlotys
|
615
|
+
:PLZ:
|
616
|
+
:one: Polish zloty (PLZ)
|
617
|
+
:other: Polish zlotys (PLZ)
|
618
|
+
:PTE:
|
619
|
+
:one: Portuguese escudo
|
620
|
+
:other: Portuguese escudos
|
621
|
+
:PYG:
|
622
|
+
:one: Paraguayan guarani
|
623
|
+
:other: Paraguayan guaranis
|
624
|
+
:QAR:
|
625
|
+
:one: Qatari rial
|
626
|
+
:other: Qatari rials
|
627
|
+
:RHD:
|
628
|
+
:one: Rhodesian dollar
|
629
|
+
:other: Rhodesian dollars
|
630
|
+
:ROL:
|
631
|
+
:one: Romanian leu (1952-2006)
|
632
|
+
:other: Romanian Lei (1952-2006)
|
633
|
+
:RON:
|
634
|
+
:one: Romanian leu
|
635
|
+
:other: Romanian lei
|
636
|
+
:RSD:
|
637
|
+
:one: Serbian dinar
|
638
|
+
:other: Serbian dinars
|
38
639
|
:RUB:
|
39
640
|
:one: Rubla ruse
|
641
|
+
:other: Russian rubles
|
642
|
+
:RUR:
|
643
|
+
:one: Russian ruble (1991-1998)
|
644
|
+
:other: Russian rubles (1991-1998)
|
645
|
+
:RWF:
|
646
|
+
:one: Rwandan franc
|
647
|
+
:other: Rwandan francs
|
648
|
+
:SAR:
|
649
|
+
:one: Saudi riyal
|
650
|
+
:other: Saudi riyals
|
651
|
+
:SBD:
|
652
|
+
:one: Solomon Islands dollar
|
653
|
+
:other: Solomon Islands dollars
|
654
|
+
:SCR:
|
655
|
+
:one: Seychellois rupee
|
656
|
+
:other: Seychellois rupees
|
657
|
+
:SDD:
|
658
|
+
:one: Sudanese dinar (1992-2007)
|
659
|
+
:other: Sudanese dinars (1992-2007)
|
660
|
+
:SDG:
|
661
|
+
:one: Sudanese pound
|
662
|
+
:other: Sudanese pounds
|
663
|
+
:SDP:
|
664
|
+
:one: Sudanese pound (1957-1998)
|
665
|
+
:other: Sudanese pounds (1957-1998)
|
666
|
+
:SEK:
|
667
|
+
:one: Swedish krona
|
668
|
+
:other: Swedish kronor
|
669
|
+
:SGD:
|
670
|
+
:one: Singapore dollar
|
671
|
+
:other: Singapore dollars
|
672
|
+
:SHP:
|
673
|
+
:one: Saint Helena pound
|
674
|
+
:other: Saint Helena pounds
|
675
|
+
:SIT:
|
676
|
+
:one: Slovenian tolar
|
677
|
+
:other: Slovenian tolars
|
678
|
+
:SKK:
|
679
|
+
:one: Slovak koruna
|
680
|
+
:other: Slovak korunas
|
681
|
+
:SLL:
|
682
|
+
:one: Sierra Leonean leone
|
683
|
+
:other: Sierra Leonean leones
|
684
|
+
:SOS:
|
685
|
+
:one: Somali shilling
|
686
|
+
:other: Somali shillings
|
687
|
+
:SRD:
|
688
|
+
:one: Surinamese dollar
|
689
|
+
:other: Surinamese dollars
|
690
|
+
:SRG:
|
691
|
+
:one: Surinamese guilder
|
692
|
+
:other: Surinamese guilders
|
693
|
+
:SSP:
|
694
|
+
:one: South Sudanese pound
|
695
|
+
:other: South Sudanese pounds
|
696
|
+
:STD:
|
697
|
+
:one: São Tomé and Príncipe dobra
|
698
|
+
:other: São Tomé and Príncipe dobras
|
699
|
+
:SUR:
|
700
|
+
:one: Soviet rouble
|
701
|
+
:other: Soviet roubles
|
702
|
+
:SVC:
|
703
|
+
:one: Salvadoran colón
|
704
|
+
:other: Salvadoran colones
|
705
|
+
:SYP:
|
706
|
+
:one: Syrian pound
|
707
|
+
:other: Syrian pounds
|
708
|
+
:SZL:
|
709
|
+
:one: Swazi lilangeni
|
710
|
+
:other: Swazi emalangeni
|
40
711
|
:THB:
|
712
|
+
:one: Thai baht
|
713
|
+
:other: Thai baht
|
41
714
|
:symbol: ฿
|
715
|
+
:TJR:
|
716
|
+
:one: Tajikistani ruble
|
717
|
+
:other: Tajikistani rubles
|
718
|
+
:TJS:
|
719
|
+
:one: Tajikistani somoni
|
720
|
+
:other: Tajikistani somonis
|
721
|
+
:TMM:
|
722
|
+
:one: Turkmenistani manat (1993-2009)
|
723
|
+
:other: Turkmenistani manat (1993-2009)
|
724
|
+
:TMT:
|
725
|
+
:one: Turkmenistani manat
|
726
|
+
:other: Turkmenistani manat
|
727
|
+
:TND:
|
728
|
+
:one: Tunisian dinar
|
729
|
+
:other: Tunisian dinars
|
730
|
+
:TOP:
|
731
|
+
:one: Tongan paʻanga
|
732
|
+
:other: Tongan paʻanga
|
733
|
+
:TPE:
|
734
|
+
:one: Timorese escudo
|
735
|
+
:other: Timorese escudos
|
736
|
+
:TRL:
|
737
|
+
:one: Turkish lira (1922-2005)
|
738
|
+
:other: Turkish Lira (1922-2005)
|
739
|
+
:TRY:
|
740
|
+
:one: Turkish lira
|
741
|
+
:other: Turkish Lira
|
742
|
+
:TTD:
|
743
|
+
:one: Trinidad and Tobago dollar
|
744
|
+
:other: Trinidad and Tobago dollars
|
42
745
|
:TWD:
|
746
|
+
:one: New Taiwan dollar
|
747
|
+
:other: New Taiwan dollars
|
43
748
|
:symbol: NT$
|
749
|
+
:TZS:
|
750
|
+
:one: Tanzanian shilling
|
751
|
+
:other: Tanzanian shillings
|
752
|
+
:UAH:
|
753
|
+
:one: Ukrainian hryvnia
|
754
|
+
:other: Ukrainian hryvnias
|
755
|
+
:UAK:
|
756
|
+
:one: Ukrainian karbovanets
|
757
|
+
:other: Ukrainian karbovantsiv
|
758
|
+
:UGS:
|
759
|
+
:one: Ugandan shilling (1966-1987)
|
760
|
+
:other: Ugandan shillings (1966-1987)
|
761
|
+
:UGX:
|
762
|
+
:one: Ugandan shilling
|
763
|
+
:other: Ugandan shillings
|
44
764
|
:USD:
|
45
765
|
:one: Dollar amerikan
|
46
|
-
:
|
766
|
+
:other: US dollars
|
767
|
+
:symbol: $
|
768
|
+
:USN:
|
769
|
+
:one: US dollar (next day)
|
770
|
+
:other: US dollars (next day)
|
771
|
+
:USS:
|
772
|
+
:one: US dollar (same day)
|
773
|
+
:other: US dollars (same day)
|
774
|
+
:UYI:
|
775
|
+
:one: Uruguayan peso (indexed units)
|
776
|
+
:other: Uruguayan pesos (indexed units)
|
777
|
+
:UYP:
|
778
|
+
:one: Uruguayan peso (1975-1993)
|
779
|
+
:other: Uruguayan pesos (1975-1993)
|
780
|
+
:UYU:
|
781
|
+
:one: Uruguayan peso
|
782
|
+
:other: Uruguayan pesos
|
783
|
+
:UZS:
|
784
|
+
:one: Uzbekistan som
|
785
|
+
:other: Uzbekistan som
|
786
|
+
:VEB:
|
787
|
+
:one: Venezuelan bolívar (1871-2008)
|
788
|
+
:other: Venezuelan bolívars (1871-2008)
|
789
|
+
:VEF:
|
790
|
+
:one: Venezuelan bolívar
|
791
|
+
:other: Venezuelan bolívars
|
47
792
|
:VND:
|
793
|
+
:one: Vietnamese dong
|
794
|
+
:other: Vietnamese dong
|
48
795
|
:symbol: ₫
|
796
|
+
:VNN:
|
797
|
+
:one: Vietnamese dong (1978-1985)
|
798
|
+
:other: Vietnamese dong (1978-1985)
|
799
|
+
:VUV:
|
800
|
+
:one: Vanuatu vatu
|
801
|
+
:other: Vanuatu vatus
|
802
|
+
:WST:
|
803
|
+
:one: Samoan tala
|
804
|
+
:other: Samoan tala
|
49
805
|
:XAF:
|
806
|
+
:one: CFA franc BEAC
|
807
|
+
:other: CFA francs BEAC
|
50
808
|
:symbol: FCFA
|
809
|
+
:XAG:
|
810
|
+
:one: troy ounce of silver
|
811
|
+
:other: troy ounces of silver
|
812
|
+
:XAU:
|
813
|
+
:one: troy ounce of gold
|
814
|
+
:other: troy ounces of gold
|
815
|
+
:XBA:
|
816
|
+
:one: European composite unit
|
817
|
+
:other: European composite units
|
818
|
+
:XBB:
|
819
|
+
:one: European monetary unit
|
820
|
+
:other: European monetary units
|
821
|
+
:XBC:
|
822
|
+
:one: European unit of account (XBC)
|
823
|
+
:other: European units of account (XBC)
|
824
|
+
:XBD:
|
825
|
+
:one: European unit of account (XBD)
|
826
|
+
:other: European units of account (XBD)
|
51
827
|
:XCD:
|
828
|
+
:one: East Caribbean dollar
|
829
|
+
:other: East Caribbean dollars
|
52
830
|
:symbol: EC$
|
831
|
+
:XDR:
|
832
|
+
:one: special drawing rights
|
833
|
+
:other: special drawing rights
|
834
|
+
:XEU:
|
835
|
+
:one: European currency unit
|
836
|
+
:other: European currency units
|
837
|
+
:XFO:
|
838
|
+
:one: French gold franc
|
839
|
+
:other: French gold francs
|
840
|
+
:XFU:
|
841
|
+
:one: French UIC-franc
|
842
|
+
:other: French UIC-francs
|
53
843
|
:XOF:
|
844
|
+
:one: CFA franc BCEAO
|
845
|
+
:other: CFA francs BCEAO
|
54
846
|
:symbol: CFA
|
847
|
+
:XPD:
|
848
|
+
:one: troy ounce of palladium
|
849
|
+
:other: troy ounces of palladium
|
55
850
|
:XPF:
|
851
|
+
:one: CFP franc
|
852
|
+
:other: CFP francs
|
56
853
|
:symbol: CFPF
|
854
|
+
:XPT:
|
855
|
+
:one: troy ounce of platinum
|
856
|
+
:other: troy ounces of platinum
|
857
|
+
:XRE:
|
858
|
+
:one: RINET Funds unit
|
859
|
+
:other: RINET Funds units
|
860
|
+
:XSU:
|
861
|
+
:one: Sucre
|
862
|
+
:other: Sucres
|
863
|
+
:XTS:
|
864
|
+
:one: Testing Currency unit
|
865
|
+
:other: Testing Currency units
|
866
|
+
:XUA:
|
867
|
+
:one: ADB unit of account
|
868
|
+
:other: ADB units of account
|
869
|
+
:XXX:
|
870
|
+
:one: (unknown unit of currency)
|
871
|
+
:other: (unknown currency)
|
872
|
+
:YDD:
|
873
|
+
:one: Yemeni dinar
|
874
|
+
:other: Yemeni dinars
|
875
|
+
:YER:
|
876
|
+
:one: Yemeni rial
|
877
|
+
:other: Yemeni rials
|
878
|
+
:YUD:
|
879
|
+
:one: Yugoslavian hard dinar (1966-1990)
|
880
|
+
:other: Yugoslavian hard dinars (1966-1990)
|
881
|
+
:YUM:
|
882
|
+
:one: Yugoslavian new dinar (1994-2002)
|
883
|
+
:other: Yugoslavian new dinars (1994-2002)
|
884
|
+
:YUN:
|
885
|
+
:one: Yugoslavian convertible dinar (1990-1992)
|
886
|
+
:other: Yugoslavian convertible dinars (1990-1992)
|
887
|
+
:YUR:
|
888
|
+
:one: Yugoslavian reformed dinar (1992-1993)
|
889
|
+
:other: Yugoslavian reformed dinars (1992-1993)
|
890
|
+
:ZAL:
|
891
|
+
:one: South African rand (financial)
|
892
|
+
:other: South African rands (financial)
|
893
|
+
:ZAR:
|
894
|
+
:one: South African rand
|
895
|
+
:other: South African rand
|
896
|
+
:ZMK:
|
897
|
+
:one: Zambian kwacha (1968-2012)
|
898
|
+
:other: Zambian kwachas (1968-2012)
|
899
|
+
:ZMW:
|
900
|
+
:one: Zambian kwacha
|
901
|
+
:other: Zambian kwachas
|
902
|
+
:ZRN:
|
903
|
+
:one: Zairean new zaire (1993-1998)
|
904
|
+
:other: Zairean new zaires (1993-1998)
|
905
|
+
:ZRZ:
|
906
|
+
:one: Zairean zaire (1971-1993)
|
907
|
+
:other: Zairean zaires (1971-1993)
|
908
|
+
:ZWD:
|
909
|
+
:one: Zimbabwean dollar (1980-2008)
|
910
|
+
:other: Zimbabwean dollars (1980-2008)
|
911
|
+
:ZWL:
|
912
|
+
:one: Zimbabwean dollar (2009)
|
913
|
+
:other: Zimbabwean dollars (2009)
|
914
|
+
:ZWR:
|
915
|
+
:one: Zimbabwean dollar (2008)
|
916
|
+
:other: Zimbabwean dollars (2008)
|