Bank Negara Malaysia Exchange Rate API
Official Bank Negara Malaysia (Malaysia) daily exchange rates as JSON: 27 currencies, history back to 2026. The published MYR rates required for tax, audits, and compliant invoicing.
Quick start
One request for the pair you need — USD to MYR at the official Bank Negara Malaysia rate:
curl "https://allratestoday.com/api/v1/central-bank/bnm/latest?source=USD&target=MYR" \
-H "Authorization: Bearer art_live_your_key" Or the bank's full published table:
curl "https://allratestoday.com/api/v1/central-bank/bnm/latest" \
-H "Authorization: Bearer art_live_your_key" On paid plans, any historical date or a daily time series:
curl "https://allratestoday.com/api/v1/central-bank/bnm/history?source=USD&target=MYR&from=2025-01-01" \
-H "Authorization: Bearer art_live_your_key" Latest published rates (2026-07-28)
The most recent table as published by Bank Negara Malaysia — exactly what the
/latest endpoint returns right now. Values are
MYR per 1 unit of each currency:
| Base | Quote | Type | Rate |
|---|---|---|---|
AED | MYR | middle | 1.112578 |
AUD | MYR | middle | 2.8528 |
BND | MYR | middle | 3.1624 |
CAD | MYR | middle | 2.8949 |
CHF | MYR | middle | 4.9905 |
CNY | MYR | middle | 0.6038 |
EGP | MYR | middle | 0.0806 |
EUR | MYR | middle | 4.6484 |
GBP | MYR | middle | 5.4342 |
HKD | MYR | middle | 0.521111 |
IDR | MYR | middle | 0.000226 |
INR | MYR | middle | 0.042726 |
JPY | MYR | middle | 0.024953 |
KHR | MYR | middle | 0.001006 |
KRW | MYR | middle | 0.0027900000000000004 |
MMK | MYR | middle | 0.0019520000000000002 |
NPR | MYR | middle | 0.026628 |
NZD | MYR | middle | 2.3585 |
PHP | MYR | middle | 0.066277 |
PKR | MYR | middle | 0.014708 |
SAR | MYR | middle | 1.088601 |
SGD | MYR | middle | 3.1624 |
THB | MYR | middle | 0.121441 |
TWD | MYR | middle | 0.126064 |
USD | MYR | middle | 4.0865 |
VND | MYR | middle | 0.000155 |
XDR | MYR | middle | 5.5432 |
Why use the official Bank Negara Malaysia rate?
Live market rates move continuously, but tax filings, customs
declarations, audits, and statutory accounting in Malaysia and
beyond typically require the official rate published by
Bank Negara Malaysia for a given date — a fixed, citable number that never
changes after publication. This API serves those published tables with the
bank's own rate_date on every response; weekends and holidays
return the most recent published date, which is the rate compliance rules
require you to apply.
Pairs the bank doesn't print directly are resolved from its table (inverse
or cross via MYR) and explicitly flagged
"derived": true — so what the bank printed and what was
computed are never confused.
Endpoints
GET /api/v1/central-bank/bnm/latest— latest table or single pair (all plans)GET /api/v1/central-bank/bnm/{YYYY-MM-DD}— the table for any date (paid plans)GET /api/v1/central-bank/bnm/history— daily time series, up to 5,000 rows (paid plans)
Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a day's table locally makes a small quota go far.
Frequently asked questions
Is there an API for Bank Negara Malaysia exchange rates?
Yes — this one. Official daily MYR rates as clean JSON, latest table on every plan including free.
How often are the rates updated?
Bank Negara Malaysia publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-07-28).
Are these the official rates?
Yes — ingested from Bank Negara Malaysia's own published data, served unmodified
with the bank's publication date. Anything computed rather than published
is flagged derived.
Bank Negara Malaysia rates, one API key
Latest table on every plan. History back to 2026 on paid plans. No credit card to start.
Get Free API Key Read the Docs