diff --git a/data.js b/data.js index b9f9550..03609bd 100644 --- a/data.js +++ b/data.js @@ -1,7 +1,7 @@ /* Follows ISO 4217, https://www.iso.org/iso-4217-currency-codes.html See https://www.currency-iso.org/dam/downloads/lists/list_one.xml - Data last updated 2024-06-25 + Data last updated 2025-05-12 */ module.exports = [ @@ -41,16 +41,6 @@ module.exports = [ "Armenia" ] }, - { - "code": "ANG", - "number": "532", - "digits": 2, - "currency": "Netherlands Antillean Guilder", - "countries": [ - "Curaçao", - "Sint Maarten (Dutch Part)" - ] - }, { "code": "AOA", "number": "973", @@ -347,15 +337,6 @@ module.exports = [ "Costa Rica" ] }, - { - "code": "CUC", - "number": "931", - "digits": 2, - "currency": "Peso Convertible", - "countries": [ - "Cuba" - ] - }, { "code": "CUP", "number": "192", @@ -1502,6 +1483,15 @@ module.exports = [ "Samoa" ] }, + { + "code": "XAD", + "number": "396", + "digits": 2, + "currency": "Arab Accounting Dinar", + "countries": [ + "Arab Monetary Fund" + ] + }, { "code": "XAF", "number": "950", @@ -1586,6 +1576,16 @@ module.exports = [ "Saint Vincent and the Grenadines" ] }, + { + "code": "XCG", + "number": "532", + "digits": 2, + "currency": "Caribbean Guilder", + "countries": [ + "Curaçao", + "Sint Maarten (Dutch Part)" + ] + }, { "code": "XDR", "number": "960", diff --git a/iso-4217-list-one.xml b/iso-4217-list-one.xml index d1b87d5..76e99cd 100644 --- a/iso-4217-list-one.xml +++ b/iso-4217-list-one.xml @@ -1,5 +1,5 @@ - + AFGHANISTAN @@ -68,6 +68,13 @@ 951 2 + + ARAB MONETARY FUND + Arab Accounting Dinar + XAD + 396 + 2 + ARGENTINA Argentine Peso @@ -425,17 +432,10 @@ 192 2 - - CUBA - Peso Convertible - CUC - 931 - 2 - CURAÇAO - Netherlands Antillean Guilder - ANG + Caribbean Guilder + XCG 532 2 @@ -1502,8 +1502,8 @@ SINT MAARTEN (DUTCH PART) - Netherlands Antillean Guilder - ANG + Caribbean Guilder + XCG 532 2 diff --git a/iso-4217-publish-date.js b/iso-4217-publish-date.js index 13fc4be..4445a40 100644 --- a/iso-4217-publish-date.js +++ b/iso-4217-publish-date.js @@ -1,7 +1,7 @@ /* Follows ISO 4217, https://www.iso.org/iso-4217-currency-codes.html See https://www.currency-iso.org/dam/downloads/lists/list_one.xml - Data last updated 2024-06-25 + Data last updated 2025-05-12 */ -module.exports = "2024-06-25"; \ No newline at end of file +module.exports = "2025-05-12"; \ No newline at end of file