-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added 17 European states outside the EU
- Loading branch information
Showing
7 changed files
with
306 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"ALL": { | ||
"name": "Albanian lek", | ||
"iso": { | ||
"code": "ALL", | ||
"number": "008" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "lek", | ||
"symbol": "lek" | ||
}, | ||
"minor": { | ||
"name": "Qindarkë", | ||
"symbol": "", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"Lek200", | ||
"Lek500", | ||
"Lek1000", | ||
"Lek2000", | ||
"Lek5000" | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
"Lek1", | ||
"Lek5", | ||
"Lek10", | ||
"Lek20", | ||
"Lek50", | ||
"Lek100" | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"BAM": { | ||
"name": "Bosnian Convertible Marka", | ||
"iso": { | ||
"code": "BAM", | ||
"number": "977" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "covertible marks", | ||
"symbol": "KM" | ||
}, | ||
"minor": { | ||
"name": "fening", | ||
"symbol": "", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"KM10", | ||
"KM20", | ||
"KM50", | ||
"KM100", | ||
"KM200" | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
"5", | ||
"10", | ||
"20", | ||
"50", | ||
"KM1", | ||
"KM2", | ||
"KM5" | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"BYR": { | ||
"name": "Belarusian ruble", | ||
"iso": BYR "code": "USD", | ||
"number": "974" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "ruble", | ||
"symbol": "p" | ||
}, | ||
"minor": { | ||
"name": "kapeyka", | ||
"symbol": "", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"p.1", | ||
"p.5", | ||
"p.10", | ||
"p.20", | ||
"p.50", | ||
"p.100", | ||
"p.500", | ||
"p.1000", | ||
"p.5000", | ||
"p.1000", | ||
"p.20000", | ||
"p.50000", | ||
"p.100000", | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"CHF": { | ||
"name": "Swiss Franc", | ||
"iso": { | ||
"code": "CHF", | ||
"number": "756" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "franc", | ||
"symbol": "CHF" | ||
}, | ||
"minor": { | ||
"name": "rappen", | ||
"symbol": "Rp.", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"CHF10", | ||
"CHF20", | ||
"CHF50", | ||
"CHF100", | ||
"CHF200", | ||
"CHF1000" | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
"5Rp.", | ||
"10Rp.", | ||
"20Rp.", | ||
"50Rp.", | ||
"CHF1", | ||
"CHF2", | ||
"CHF5" | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"ISK": { | ||
"name": "Icelandic Krona", | ||
"iso": { | ||
"code": "ISK", | ||
"number": "352" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "krona", | ||
"symbol": "kr" | ||
}, | ||
"minor": { | ||
"name": "eyrir", | ||
"symbol": "", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"kr500", | ||
"kr1000", | ||
"kr2000", | ||
"kr5000" | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
"kr1", | ||
"kr5", | ||
"kr10", | ||
"kr100" | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"MDL": { | ||
"name": "Moldovan Leu", | ||
"iso": { | ||
"code": "MDL", | ||
"number": "498" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "Leu", | ||
"symbol": "L" | ||
}, | ||
"minor": { | ||
"name": "Ban", | ||
"symbol": "", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"1", | ||
"5", | ||
"10", | ||
"20", | ||
"50", | ||
"100", | ||
"200", | ||
"500", | ||
"1000", | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
"1", | ||
"5", | ||
"10", | ||
"25", | ||
"50" | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"MKD": { | ||
"name": "Macedonian Denar", | ||
"iso": { | ||
"code": "MKD", | ||
"number": "807" | ||
}, | ||
"units": { | ||
"major": { | ||
"name": "denar", | ||
"symbol": "ден" | ||
}, | ||
"minor": { | ||
"name": "deni", | ||
"symbol": "", | ||
"majorValue": 0.01 | ||
} | ||
}, | ||
"banknotes": { | ||
"frequent": [ | ||
"ден10", | ||
"ден50", | ||
"ден100", | ||
"ден500", | ||
"ден1000", | ||
"ден5000" | ||
], | ||
"rare": [ | ||
] | ||
}, | ||
"coins": { | ||
"frequent": [ | ||
"50", | ||
"ден1", | ||
"ден2", | ||
"ден5", | ||
"ден10", | ||
"ден50" | ||
], | ||
"rare": [ | ||
] | ||
} | ||
} | ||
} |