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

cc.country('United Kingdom') is not returning anything, because the name on ISO file is like this: "United Kingdom of Great Britain and Northern Ireland (The)"

For instance, the USA shows USN and USD and some others, but the actual daily use currency is USD and that's typically what I want to be retrieving. many other...

I think that https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml has Azerbaijan's currency wrong. See: https://en.wikipedia.org/wiki/Azerbaijani_manat

Fixes #20 This also: * cleans up the test suite a bit (I added some tests, made them all fail more verbosely and categorized them). * fixes numbers in the...

If I do `number(36)`, I get `undefined`, not AUD. This is because the number lookup uses string comparisons, and there is a leading zero in the currency code. I can...

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Added a CHANGELOG.md with all changes. P.S. I also suggest adding https://github.com/nikolajevp/changelog-updater which will help to update changelog with every release

It would be useful to add a couple of parameters to the library, specifically the ISO 3166-1 country codes (Alpha 2, Alpha 3 and Numeric) to enable searching based on...

Hi! Noticed a major version change, which normally means a breaking change according to semver, but I couldn't find any description on the release, nor a changelog or an addendum...