National Bank of North Macedonia Exchange Rate API

Official National Bank of North Macedonia (North Macedonia) daily exchange rates as JSON: 31 currencies. The published MKD rates required for tax, audits, and compliant invoicing.

North Macedonia flagNational Bank of North Macedonia official daily exchange rates as JSON: 31 currencies against the MKD. Latest table on every plan. Get your API key.

About National Bank of North Macedonia

The National Bank of the Republic of North Macedonia publishes a daily exchange rate list — middle, buying and selling rates for 31 currencies against the denar, which has tracked the euro in a tight managed band for two decades. The series runs unbroken since 1993, the denar's first year as a full currency.

Quick start

One request for the pair you need — EUR to MKD at the official National Bank of North Macedonia rate:

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

Or the bank's full published table:

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

Latest published rates (2026-08-24)

The most recent table as published by National Bank of North Macedonia — exactly what the /latest endpoint returns right now. Values are MKD 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
AUD MKD buy 37.4901
AUD MKD reference 37.6785
AUD MKD sell 37.8669
BRL MKD reference 10.1614
CAD MKD buy 38.0661
CAD MKD reference 38.2574
CAD MKD sell 38.4487
CHF MKD buy 65.4203
CHF MKD reference 65.749
CHF MKD sell 66.0777
CNY MKD reference 7.8214
CZK MKD reference 2.55
DKK MKD buy 8.1848
DKK MKD reference 8.2259
DKK MKD sell 8.267
EUR MKD buy 61.1875
EUR MKD reference 61.495
EUR MKD sell 61.8025
GBP MKD buy 71.4224
GBP MKD reference 71.7813
GBP MKD sell 72.1402
HKD MKD reference 6.7042
HUF MKD reference 0.1695
IDR MKD reference 0.003
ILS MKD reference 17.6118
INR MKD reference 0.5493
JPY MKD buy 0.3295
JPY MKD reference 0.3312
JPY MKD sell 0.3329
KRW MKD reference 0.038
MXN MKD reference 3.1107
MYR MKD reference 13.0159
NOK MKD buy 5.6303
NOK MKD reference 5.6586
NOK MKD sell 5.6869
NZD MKD reference 31.4697
PHP MKD reference 0.8525
PLN MKD reference 14.2753
RON MKD reference 11.6993
RSD MKD reference 0.5242
RUB MKD reference 0.6352
SEK MKD buy 5.5311
SEK MKD reference 5.5589
SEK MKD sell 5.5867
SGD MKD reference 41.4443
THB MKD reference 1.6087
TRY MKD reference 1.0936
USD MKD buy 52.3015
USD MKD reference 52.5643
USD MKD sell 52.8271
ZAR MKD reference 3.2844

Node.js / TypeScript client

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

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

const pair = await getRate('EUR', 'MKD', { 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 North Macedonia rate?

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

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

How often are the rates updated?

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

Are these the official rates?

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

National Bank of North Macedonia rates, one API key

Latest table on every plan. No credit card to start.

Get Free API Key Read the Docs