National Bank of Moldova Exchange Rate API

Official National Bank of Moldova rates for 10 Sept 2026: 1 USD = 17.239 MDL, 1 EUR = 20.049 MDL. All 40 currencies published, history back to 1994. Free JSON API for tax, audits, and compliant invoicing.

Moldova flagNational Bank of Moldova: every MDL rate the bank publishes, as JSON. 40 currencies, archive back to 1994, latest table free on every plan. Get your API key.

About National Bank of Moldova

The National Bank of Moldova sets the official leu exchange rate each working afternoon, valid for the following day — the rate Moldovan accounting, customs and tax filings reference. The table covers 40 currencies and its archive reaches back to 1994, the leu's first year.

Quick start

One request for the pair you need — USD to MDL at the official National Bank of Moldova rate:

curl "https://allratestoday.com/api/v1/central-bank/nbm/latest?source=USD&target=MDL" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/nbm/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/nbm/history?source=USD&target=MDL&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

National Bank of Moldova's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are MDL per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED MDL reference 4.6934
ALL MDL reference 0.21781
AMD MDL reference 0.0474
AUD MDL reference 12.436
AZN MDL reference 10.141
BYN MDL reference 5.6404
CAD MDL reference 12.5078
CHF MDL reference 21.3008
CNY MDL reference 2.5712
CZK MDL reference 0.8263
DKK MDL reference 2.6823
EUR MDL reference 20.0487
GBP MDL reference 23.336
GEL MDL reference 6.605
HKD MDL reference 2.1983
HUF MDL reference 0.055053
ILS MDL reference 5.7025
INR MDL reference 0.18129
ISK MDL reference 0.14279999999999998
JPY MDL reference 0.112261
KGS MDL reference 0.19702999999999998
KRW MDL reference 0.012883
KWD MDL reference 55.846
KZT MDL reference 0.03789
MKD MDL reference 0.32581000000000004
MYR MDL reference 4.2356
NOK MDL reference 1.8725
NZD MDL reference 10.0623
PLN MDL reference 4.6441
RON MDL reference 3.8152
RSD MDL reference 0.17081600000000002
RUB MDL reference 0.2015
SEK MDL reference 1.7973
TJS MDL reference 1.8726
TMT MDL reference 4.9249
TRY MDL reference 0.3553
UAH MDL reference 0.3858
USD MDL reference 17.2388
UZS MDL reference 0.001458
XDR MDL reference 23.6843

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — nbm-exchange-rate:

npm install nbm-exchange-rate
import { getRate } from 'nbm-exchange-rate';

const pair = await getRate('USD', 'MDL', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: nbm-exchange-rate documentation.

Why use the official National Bank of Moldova rate?

A market rate is a moving target; the rate National Bank of Moldova publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Moldova lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via MDL) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

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 published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for National Bank of Moldova data?

Yes. This endpoint returns National Bank of Moldova's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

National Bank of Moldova publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-10).

Are these really National Bank of Moldova's official figures?

Yes. Every value comes from National Bank of Moldova's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

National Bank of Moldova rates, one API key

Latest table on every plan. History back to 1994 on paid plans. No credit card to start.

Get Free API Key Read the Docs