National Bank of Serbia Exchange Rate API

Official National Bank of Serbia rates for 15 Sept 2026: 1 USD = 101.74 RSD, 1 EUR = 117.37 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-15)

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.7025
ATS RSD middle 8.5296
AUD RSD middle 72.4193
BAM RSD middle 60.0103
BEF RSD middle 2.909526
BYN RSD middle 33.3447
CAD RSD middle 73.1186
CHF RSD middle 124.3195
CNY RSD middle 15.1608
CZK RSD middle 4.8292
DEM RSD middle 60.0103
DKK RSD middle 15.6983
ESP RSD middle 0.705408
EUR RSD middle 117.37
FIM RSD middle 19.7402
FRF RSD middle 17.8929
GBP RSD middle 137.1626
GRD RSD middle 0.34444600000000003
HUF RSD middle 0.32021099999999997
IEP RSD middle 149.0292
INR RSD middle 1.0612
ITL RSD middle 0.060617000000000004
JPY RSD middle 0.65724
KWD RSD middle 331.3665
LUF RSD middle 2.909526
MKD RSD middle 1.8983
NOK RSD middle 10.8873
PLN RSD middle 27.0158
PTE RSD middle 0.585439
RON RSD middle 22.3039
RUB RSD middle 1.2023
SEK RSD middle 10.401
TRY RSD middle 2.0919
USD RSD middle 101.7424
XDR RSD middle 139.3332

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

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