| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
AllRatesToday serves two kinds of exchange rate, because reporting and pricing need different numbers:
Every endpoint takes an API key. Get a free one — no credit card.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://allratestoday.com/api/v1/rates?source=USD&target=EUR,GBP,JPY"Tax filings, customs declarations, audits, statutory accounts and invoicing rules in most countries don't ask what the market said — they require the official rate published by the central bank for a given date. That number is fixed, citable, and never changes after publication. This API serves those tables.
54 central banks and 3 national tax authorities, over 8 million published rates, the oldest reaching back to 1914.
# The ECB's latest published table — one pair from it
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://allratestoday.com/api/v1/central-bank/ecb/latest?source=EUR&target=USD"{
"bank": "ecb",
"rate_date": "2026-08-12",
"source": "EUR",
"target": "USD",
"rate": 1.1545,
"rate_type": "reference",
"derived": false,
"method": "published"
}| Endpoint | Returns |
|---|---|
| /api/v1/central-banks | Every covered source — home currency, rate types, latest date, depth of history |
| /api/v1/central-bank/{bank}/latest | The bank's most recent published table — free tier included |
| /api/v1/central-bank/{bank}/{YYYY-MM-DD} | The official table in force on that date |
| /api/v1/central-bank/{bank}/history | Daily series for one pair over a date range |
| /api/v1/central-bank/{bank}/availability | Which dates the bank actually published |
Every endpoint also speaks ?format=csv, xml and xlsx — the spreadsheet an auditor asks for, without a conversion step.
The ECB, US Federal Reserve (H.10), Bank of England, People's Bank of China, Reserve Bank of India, Bank of Canada, Bank of Japan, Swiss National Bank, Central Bank of Sri Lanka and 45 more — with a deliberate focus on the South and Southeast Asian, African and Latin American central banks other providers skip. For tax work: HM Revenue & Customs, the US Treasury and Swiss customs (BAZG).
Every covered source also has a dedicated zero-dependency npm package hosted in this org — ecb-exchange-rate, fed-exchange-rate, cbsl-exchange-rate, rbi-exchange-rate and 50 more.
| Language | Package | Install |
|---|---|---|
| JavaScript/TypeScript | @allratestoday/sdk | npm i @allratestoday/sdk |
| Python | allratestoday | pip install allratestoday |
| PHP | allratestoday/sdk | composer require allratestoday/sdk |
| Rust | allratestoday | cargo add allratestoday |
| React | react-currency-localizer-realtime | npm i react-currency-localizer-realtime |
Website | API Docs | API Reference | Central Bank Rates | Tax Authority Rates | Get Free API Key | Status | Discord
AllRatesToday — Free real-time & historical currency exchange rate REST API. 160+ currencies, official SDKs (JS/TS, Python, PHP, React).
MCP server bringing live FX rates, historical data, and multi-currency lookups from AllRatesToday to Claude Code, Cursor, Claude Desktop, and Windsurf. Free API key required.
MCP server for realtime currency exchange rates, historical FX data, and multi-currency lookups. Works with Claude Code, Cursor, Claude Desktop, and Windsurf.
Official National Bank of the Kyrgyz Republic exchange rates (KGS) as JSON — zero-dependency Node.js/TypeScript SDK
Official Reserve Bank of Malawi exchange rates (MWK) as JSON — zero-dependency Node.js/TypeScript SDK
Official Bank of Zambia exchange rates (ZMW) as JSON — zero-dependency Node.js/TypeScript SDK
Official Bank of Botswana exchange rates (BWP) as JSON — zero-dependency Node.js/TypeScript SDK
Official Banco de Moçambique exchange rates (MZN) as JSON — zero-dependency Node.js/TypeScript SDK
Official Bank of Mauritius exchange rates (MUR) as JSON — zero-dependency Node.js/TypeScript SDK
Official Central Bank of Trinidad and Tobago exchange rates (TTD) as JSON — zero-dependency Node.js/TypeScript SDK
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |