currency-codes icon indicating copy to clipboard operation
currency-codes copied to clipboard

Node.js module to work with currency codes based on ISO 4217

Results 22 currency-codes issues
Sort by recently updated
recently updated
newest added

MRO seems to be missing. I'm not sure if that's an effort to keep the library current or not but people will have records going back while MRO was still...

Hello, i can create a travis ci config to add continuous integration to the project. let me know if you ike the idea.

- [the old `list_one.xml` url](https://www.currency-iso.org/dam/downloads/lists/list_one.xml to iso-4217-list-one.xml) is 404'ing. Updated it to the new location. - re-ran the script to get up-to-date data.

Hi, first of all thanks for your library, it's very useful! I'm working with it and I see that in the array there are data that are not really coins,...

the scripts are pointing to a 404 not found page : https://www.currency-iso.org/dam/downloads/lists/list_one.xml should retrieve value from : https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml

The Kuna was the currency of Croatia until 31 December 2022., it was replaced by the Euro in 2023. For accuracy, updating HRK to EUR would be appreciated.

Hi, first of all thanks for the great package. I would like to point that I've had some issues with the package when using TypeScript, as the ```data``` array is...

https://github.com/freeall/currency-codes/blob/6de7fe6c3cdbe094b917dad7de77af0d9141cae5/iso-4217-list-one.xml#L1351

This type definition is incorrect: https://github.com/freeall/currency-codes/blob/6de7fe6c3cdbe094b917dad7de77af0d9141cae5/index.d.ts#L18 The 'number' field in data is a string. There are two solutions to this: 1. Update the definition to `string[]` 2. Pass the value...