openexchangerates / npm-exchange-rates

nodeJS / npm module to load real-time exchange rates from the Open Exchange Rates API
https://openexchangerates.org
89 stars 30 forks source link

Exchange rates supported? #3

Open andrebruton opened 11 years ago

andrebruton commented 11 years ago

Hi

I've implemented the code successfully, just to find there are codes not supported. Is there a list of exchange rates supported? Can more be added?

Best regards

Andre

evdb commented 11 years ago

All the currencies supported by the Open Exchange Rates API are listed at http://openexchangerates.org/api/currencies.json - this module is just a wrapper around that API.

Which currency were you trying that was not supported?