Skip to content

Commit

Permalink
Update currency: Zambian Kwacha
Browse files Browse the repository at this point in the history
ZMK is actually invalid as of 2013 when the Zambian Kwacha was rebased. The ISO 3 code is now ZMW.
Additionally we use "K" as the currency symbol & use 2 decimal digits.
References: https://en.wikipedia.org/wiki/ISO_4217 & https://en.wikipedia.org/wiki/Zambian_kwacha#New_Kwacha_(2012_series)
  • Loading branch information
twmbx authored and hql287 committed Jan 19, 2018
1 parent 3ae61d8 commit ea1e00c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,13 +1052,13 @@
"code": "ZAR",
"name_plural": "South African rand"
},
"ZMK": {
"symbol": "ZK",
"ZMW": {
"symbol": "K",
"name": "Zambian Kwacha",
"symbol_native": "ZK",
"decimal_digits": 0,
"symbol_native": "K",
"decimal_digits": 2,
"rounding": 0,
"code": "ZMK",
"code": "ZMW",
"name_plural": "Zambian kwachas"
}
}

0 comments on commit ea1e00c

Please sign in to comment.