Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ Data has primarily been sourced from and referenced against
|Tala|tala|WST|$|$|WS$|true|
|CFA Franc BEAC|franc|XAF|FCFA|FCFA||true|
|East Caribbean Dollar|dollar|XCD|$|$|EC$|true|
|Caribbean guilder|guilder|XCG|Cg|Cg||true|
|SDR (Special Drawing Right)|SDR|XDR|SDR|SDR||true|
|CFA Franc BCEAO|franc|XOF|CFA|CFA||true|
|CFP Franc|franc|XPF|₣|₣||true|
|Yemeni Rial|rial|YER|ر.ي|ر.ي||false|
|Rand|rand|ZAR|R|R||true|
|Zambian Kwacha|kwacha|ZMW|K|K|ZK|true|
|Zimdollar|dollar|ZWL|$|$|ZWL$|true|
|Zimbabwe Gold|zig|ZWG|ZiG|ZiG||true|
24 changes: 17 additions & 7 deletions data/currencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,15 @@ currency:
discern: EC$
ltr: true

XCG:
title: Caribbean guilder
name: guilder
code: XCG
symbol: Cg
entity: 'Cg'
discern: ~
ltr: true

XDR:
title: SDR (Special Drawing Right)
name: SDR
Expand Down Expand Up @@ -1449,11 +1458,12 @@ currency:
discern: ZK
ltr: true

ZWL:
title: Zimdollar
name: dollar
code: ZWL
symbol: $
entity: '$'
discern: ZWL$
ZWG:
title: Zimbabwe Gold
name: zig
code: ZWG
symbol: ZiG
entity: 'ZiG'
discern: ~
ltr: true

3 changes: 2 additions & 1 deletion dist/currencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,11 @@ Vatu,vatu,VUV,VT,VT,,1
Tala,tala,WST,$,$,WS$,1
CFA Franc BEAC,franc,XAF,FCFA,FCFA,,1
East Caribbean Dollar,dollar,XCD,$,$,EC$,1
Caribbean guilder,guilder,XCG,Cg,Cg,,1
SDR (Special Drawing Right),SDR,XDR,SDR,SDR,,1
CFA Franc BCEAO,franc,XOF,CFA,CFA,,1
CFP Franc,franc,XPF,₣,₣,,1
Yemeni Rial,rial,YER,ر.ي,ر.ي,,
Rand,rand,ZAR,R,R,,1
Zambian Kwacha,kwacha,ZMW,K,K,ZK,1
Zimdollar,dollar,ZWL,$,$,ZWL$,1
Zimbabwe Gold,zig,ZWG,ZiG,ZiG,,1
23 changes: 16 additions & 7 deletions dist/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,15 @@
"discern": "EC$",
"ltr": true
},
"XCG": {
"title": "Caribbean guilder",
"name": "guilder",
"code": "XCG",
"symbol": "Cg",
"entity": "Cg",
"discern": null,
"ltr": true
},
"XDR": {
"title": "SDR (Special Drawing Right)",
"name": "SDR",
Expand Down Expand Up @@ -1448,13 +1457,13 @@
"discern": "ZK",
"ltr": true
},
"ZWL": {
"title": "Zimdollar",
"name": "dollar",
"code": "ZWL",
"symbol": "$",
"entity": "$",
"discern": "ZWL$",
"ZWG": {
"title": "Zimbabwe Gold",
"name": "zig",
"code": "ZWG",
"symbol": "ZiG",
"entity": "ZiG",
"discern": null,
"ltr": true
}
}
3 changes: 2 additions & 1 deletion dist/currencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,12 @@
|Tala|tala|WST|$|$|WS$|true|
|CFA Franc BEAC|franc|XAF|FCFA|FCFA||true|
|East Caribbean Dollar|dollar|XCD|$|$|EC$|true|
|Caribbean guilder|guilder|XCG|Cg|Cg||true|
|SDR (Special Drawing Right)|SDR|XDR|SDR|SDR||true|
|CFA Franc BCEAO|franc|XOF|CFA|CFA||true|
|CFP Franc|franc|XPF|₣|₣||true|
|Yemeni Rial|rial|YER|ر.ي|ر.ي||false|
|Rand|rand|ZAR|R|R||true|
|Zambian Kwacha|kwacha|ZMW|K|K|ZK|true|
|Zimdollar|dollar|ZWL|$|$|ZWL$|true|
|Zimbabwe Gold|zig|ZWG|ZiG|ZiG||true|

23 changes: 16 additions & 7 deletions dist/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,15 @@
'discern' => 'EC$',
'ltr' => 'true',
],
'XCG' => [
'title' => 'Caribbean guilder',
'name' => 'guilder',
'code' => 'XCG',
'symbol' => 'Cg',
'entity' => 'Cg',
'discern' => '',
'ltr' => 'true',
],
'XDR' => [
'title' => 'SDR (Special Drawing Right)',
'name' => 'SDR',
Expand Down Expand Up @@ -1448,13 +1457,13 @@
'discern' => 'ZK',
'ltr' => 'true',
],
'ZWL' => [
'title' => 'Zimdollar',
'name' => 'dollar',
'code' => 'ZWL',
'symbol' => '$',
'entity' => '$',
'discern' => 'ZWL$',
'ZWG' => [
'title' => 'Zimbabwe Gold',
'name' => 'zig',
'code' => 'ZWG',
'symbol' => 'ZiG',
'entity' => 'ZiG',
'discern' => '',
'ltr' => 'true',
],
];
23 changes: 16 additions & 7 deletions dist/currencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,15 @@
<discern>EC$</discern>
<ltr>true</ltr>
</currency>
<currency code="XCG">
<title>Caribbean guilder</title>
<name>guilder</name>
<code>XCG</code>
<symbol>Cg</symbol>
<entity>&amp;#x43;&amp;#x67;</entity>
<discern />
<ltr>true</ltr>
</currency>
<currency code="XDR">
<title>SDR (Special Drawing Right)</title>
<name>SDR</name>
Expand Down Expand Up @@ -1449,13 +1458,13 @@
<discern>ZK</discern>
<ltr>true</ltr>
</currency>
<currency code="ZWL">
<title>Zimdollar</title>
<name>dollar</name>
<code>ZWL</code>
<symbol>$</symbol>
<entity>&amp;#x24;</entity>
<discern>ZWL$</discern>
<currency code="ZWG">
<title>Zimbabwe Gold</title>
<name>zig</name>
<code>ZWG</code>
<symbol>ZiG</symbol>
<entity>&amp;#x5A;&amp;#x69;&amp;#x47;</entity>
<discern />
<ltr>true</ltr>
</currency>
</currencies>