National Bank of Serbia Exchange Rate API

Official National Bank of Serbia rates for 10 Sept 2026: 1 USD = 100.84 RSD, 1 EUR = 117.36 RSD. All 35 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

Serbia flagNational Bank of Serbia: every RSD rate the bank publishes, as JSON. 35 currencies, archive back to 2016, latest table free on every plan. Get your API key.

About National Bank of Serbia

The National Bank of Serbia forms an official middle exchange rate list (srednji kurs) each business morning — around 20 currencies against the Serbian dinar, with the EUR/RSD middle rate as the headline figure Serbian law, accounting and courts reference. The list applies from noon on its formation day; the archive reaches back to 2002.

Quick start

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

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

Or the bank's full published table:

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

Latest published rates (2026-09-10)

National Bank of Serbia's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are RSD 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 RSD middle 27.4545
ATS RSD middle 8.5291
AUD RSD middle 72.7739
BAM RSD middle 60.0065
BEF RSD middle 2.9093400000000003
BYN RSD middle 32.992
CAD RSD middle 73.0184
CHF RSD middle 124.6019
CNY RSD middle 15.0316
CZK RSD middle 4.8343
DEM RSD middle 60.0065
DKK RSD middle 15.6981
ESP RSD middle 0.705363
EUR RSD middle 117.3625
FIM RSD middle 19.739
FRF RSD middle 17.8918
GBP RSD middle 136.6428
GRD RSD middle 0.344424
HUF RSD middle 0.321903
IEP RSD middle 149.0196
INR RSD middle 1.0586
ITL RSD middle 0.060613
JPY RSD middle 0.6569780000000001
KWD RSD middle 328.7465
LUF RSD middle 2.9093400000000003
MKD RSD middle 1.9015
NOK RSD middle 10.9523
PLN RSD middle 27.1798
PTE RSD middle 0.585402
RON RSD middle 22.3305
RUB RSD middle 1.1796
SEK RSD middle 10.5148
TRY RSD middle 2.0795
USD RSD middle 100.8442
XDR RSD middle 138.5478

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — national-bank-of-serbia-exchange-rate:

npm install national-bank-of-serbia-exchange-rate
import { getRate } from 'national-bank-of-serbia-exchange-rate';

const pair = await getRate('EUR', 'RSD', { 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: national-bank-of-serbia-exchange-rate documentation.

Why use the official National Bank of Serbia rate?

A market rate is a moving target; the rate National Bank of Serbia publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Serbia 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 RSD) 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 Serbia data?

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

How often are the rates updated?

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

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

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

National Bank of Serbia 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