National Bank of Romania Exchange Rate API

Official National Bank of Romania rates for 10 Sept 2026: 1 USD = 4.5164 RON, 1 EUR = 5.2537 RON. All 37 currencies published, history back to 2005. Free JSON API for tax, audits, and compliant invoicing.

Romania flagNational Bank of Romania publishes official daily exchange rates — 37 currencies against the RON — and this API serves them as JSON, with history back to 2005. The latest table is on every plan. Get your API key.

About National Bank of Romania

The National Bank of Romania announces the leu's official reference rates for around 37 currencies each business day at about 13:00 Bucharest time — the rate Romanian accounting, tax, and customs rules reference for leu conversion.

Quick start

One request for the pair you need — EUR to RON at the official National Bank of Romania rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bnr/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/bnr/history?source=EUR&target=RON&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

The most recent table as published by National Bank of Romania — exactly what the /latest endpoint returns right now. Values are RON 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 RON reference 1.2297
AUD RON reference 3.2561
BRL RON reference 0.8841
CAD RON reference 3.2701
CHF RON reference 5.5707
CNY RON reference 0.6734
CZK RON reference 0.2167
DKK RON reference 0.7028
EGP RON reference 0.0881
EUR RON reference 5.2537
GBP RON reference 6.1178
HKD RON reference 0.576
HUF RON reference 0.014449
IDR RON reference 0.000257
ILS RON reference 1.495
INR RON reference 0.0473
ISK RON reference 0.037526000000000004
JPY RON reference 0.029387
KRW RON reference 0.0033650000000000004
MDL RON reference 0.262
MXN RON reference 0.2672
MYR RON reference 1.111
NOK RON reference 0.4898
NZD RON reference 2.6387
PHP RON reference 0.0722
PLN RON reference 1.2167
RSD RON reference 0.0448
RUB RON reference 0.0537
SEK RON reference 0.4704
SGD RON reference 3.5695
THB RON reference 0.1371
TRY RON reference 0.0929
UAH RON reference 0.1013
USD RON reference 4.5164
XAU RON reference 19846.74286296768
XDR RON reference 6.2052
ZAR RON reference 0.2809

Node.js / TypeScript client

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

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

const pair = await getRate('EUR', 'RON', { 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: bnr-exchange-rate documentation.

Why use the official National Bank of Romania rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Romania and beyond typically require the official rate published by National Bank of Romania 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 RON) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

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

Can I get National Bank of Romania exchange rates via an API?

Yes — this API serves the bank's official daily RON rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per National Bank of Romania's own schedule; ingestion follows within the hour (latest table: 2026-09-10).

Are these the official rates?

Yes — ingested from National Bank of Romania's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

National Bank of Romania rates, one API key

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

Get Free API Key Read the Docs