National Bank of the Republic of Belarus Exchange Rate API

Official National Bank of the Republic of Belarus rates for 15 Sept 2026: 1 USD = 3.026 BYN, 1 EUR = 3.4922 BYN. All 30 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

Belarus flagNational Bank of the Republic of Belarus official daily exchange rates as JSON: 30 currencies against the BYN, history back to 2016. Latest table on every plan. Get your API key.

About National Bank of the Republic of Belarus

The National Bank of the Republic of Belarus sets official Belarusian ruble exchange rates each business day — around 30 currencies, published in advance and effective the NEXT calendar day, so Friday's setting already carries Monday's official rate. It is the rate Belarusian accounting and tax legislation references; the bank also serves one of the cleanest open JSON APIs of any central bank.

Quick start

One request for the pair you need — USD to BYN at the official National Bank of the Republic of Belarus rate:

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

Or the bank's full published table:

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

Latest published rates (2026-09-15)

Below is the current table from National Bank of the Republic of Belarus, unmodified — what a call to /latest returns right now, with values BYN 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 BYN reference 0.8239599999999999
AMD BYN reference 0.0083324
AUD BYN reference 2.1565
BRL BYN reference 0.59068
CAD BYN reference 2.1779
CHF BYN reference 3.7033
CNY BYN reference 0.45231000000000005
CZK BYN reference 0.143741
DKK BYN reference 0.46718000000000004
EUR BYN reference 3.4922
GBP BYN reference 4.0804
INR BYN reference 0.031603
IRR BYN reference 0.0000022009999999999998
ISK BYN reference 0.024982999999999998
JPY BYN reference 0.019579
KGS BYN reference 0.034603
KWD BYN reference 9.7992
KZT BYN reference 0.0067353
MDL BYN reference 0.17381
NOK BYN reference 0.32429
NZD BYN reference 1.7465
PLN BYN reference 0.80465
RUB BYN reference 0.036095
SEK BYN reference 0.3097
SGD BYN reference 2.3812
TRY BYN reference 0.062229999999999994
UAH BYN reference 0.067903
USD BYN reference 3.026
VND BYN reference 0.000116436
XDR BYN reference 4.1513

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'BYN', { 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: nbrb-exchange-rate documentation.

Why use the official National Bank of the Republic of Belarus rate?

When an auditor or tax office in Belarus asks which rate you used, "the BYN mid-market rate at 14:32" is not an answer — the official rate published by National Bank of the Republic of Belarus for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via BYN) 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

Is there an API for National Bank of the Republic of Belarus exchange rates?

Yes — this one. Official daily BYN rates as clean JSON, latest table on every plan including free.

How often does National Bank of the Republic of Belarus update its rates?

New tables land once per business day — the API picks each one up shortly after National Bank of the Republic of Belarus publishes it (latest: 2026-09-15).

Is this the official published table?

Yes — the rows are National Bank of the Republic of Belarus's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

National Bank of the Republic of Belarus rates, one API key

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

Get Free API Key Read the Docs