National Bank of Moldova Exchange Rate API

Official National Bank of Moldova rates for 4 Sept 2026: 1 USD = 17.268 MDL, 1 EUR = 20.038 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-04)

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.7014
ALL MDL reference 0.21776
AMD MDL reference 0.0474
AUD MDL reference 12.4141
AZN MDL reference 10.1628
BYN MDL reference 5.6069
CAD MDL reference 12.5107
CHF MDL reference 21.3384
CNY MDL reference 2.5696
CZK MDL reference 0.8276
DKK MDL reference 2.6807
EUR MDL reference 20.038
GBP MDL reference 23.3
GEL MDL reference 6.6005
HKD MDL reference 2.2021
HUF MDL reference 0.05453
ILS MDL reference 5.7087
INR MDL reference 0.18275
ISK MDL reference 0.14252
JPY MDL reference 0.110472
KGS MDL reference 0.19632
KRW MDL reference 0.012709
KWD MDL reference 55.8862
KZT MDL reference 0.03776
MKD MDL reference 0.32636
MYR MDL reference 4.272
NOK MDL reference 1.8554
NZD MDL reference 10.1286
PLN MDL reference 4.6335
RON MDL reference 3.8156
RSD MDL reference 0.17072600000000002
RUB MDL reference 0.1993
SEK MDL reference 1.8016
TJS MDL reference 1.8735
TMT MDL reference 4.9346
TRY MDL reference 0.3563
UAH MDL reference 0.3858
USD MDL reference 17.2682
UZS MDL reference 0.001463
XDR MDL reference 23.667

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-04).

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