Exchange Rates
An open source npm library for exchange rate APIs.
A Node.js wrapper for fixer.io-compatible APIs that performs exchange rate lookups sourced from the European Central Bank. Small surface, boring API, still installed roughly 1,500 times a week.
Roughly the whole API
Install it, point it at a provider, ask for an exchange rate.
What I own
A small personal library, published on npm: written, documented and maintained on my own.
It talks to any fixer.io-compatible endpoint, so you keep your own provider instead of routing data through someone else’s service.
Latest rates, a single date, a whole period, base currency and symbol filters read as a short chain ending in one fetch().
One job, a documented API and no dependency tree to audit — the kind of library you can read in an afternoon.
Written because a project needed ECB exchange rates, then published in case anyone else did. Enough people did.