National Bank of the Republic of Belarus Exchange Rate API

Official National Bank of the Republic of Belarus (Belarus) daily exchange rates as JSON: 30 currencies, history back to 2026. The published BYN rates required 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 2026. 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-08-21)

The most recent table as published by National Bank of the Republic of Belarus — exactly what the /latest endpoint returns right now. Values are 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.8122299999999999
AMD BYN reference 0.008879300000000001
AUD BYN reference 2.126
BRL BYN reference 0.5761700000000001
CAD BYN reference 2.1669
CHF BYN reference 3.7474
CNY BYN reference 0.44496
CZK BYN reference 0.144614
DKK BYN reference 0.46708999999999995
EUR BYN reference 3.4918
GBP BYN reference 4.07
INR BYN reference 0.031154
IRR BYN reference 0.00000217
ISK BYN reference 0.024558
JPY BYN reference 0.018837
KGS BYN reference 0.03411
KWD BYN reference 9.6785
KZT BYN reference 0.0065266000000000005
MDL BYN reference 0.17373
NOK BYN reference 0.32047
NZD BYN reference 1.7773
PLN BYN reference 0.80883
RUB BYN reference 0.035783999999999996
SEK BYN reference 0.31564000000000003
SGD BYN reference 2.3476
TRY BYN reference 0.0622
UAH BYN reference 0.067105
USD BYN reference 2.9829
VND BYN reference 0.00011427799999999999
XDR BYN reference 4.0844

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.

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

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Belarus and beyond typically require the official rate published by National Bank of the Republic of Belarus 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 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 are the rates updated?

National Bank of the Republic of Belarus publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-08-21).

Are these the official rates?

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

National Bank of the Republic of Belarus 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