National Bank of Kazakhstan Exchange Rate API

Official National Bank of Kazakhstan rates for 15 Sept 2026: 1 USD = 447.80 KZT, 1 EUR = 516.76 KZT. All 48 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

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

About National Bank of Kazakhstan

The National Bank of Kazakhstan is the central bank of the largest economy in Central Asia. It sets official tenge exchange rates for around 40 currencies each business day, used for accounting, customs and tax valuation across Kazakhstan.

Quick start

One request for the pair you need — USD to KZT at the official National Bank of Kazakhstan rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/nbk/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/nbk/history?source=USD&target=KZT&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 Kazakhstan, unmodified — what a call to /latest returns right now, with values KZT 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 KZT reference 121.93
AMD KZT reference 1.24
AUD KZT reference 319.15
AZN KZT reference 264.19
BRL KZT reference 87.33
BYN KZT reference 147.52
CAD KZT reference 322.3
CHF KZT reference 547.9
CNY KZT reference 66.75
CZK KZT reference 21.27
DKK KZT reference 69.14
EGP KZT reference 8.65
EUR KZT reference 516.76
GBP KZT reference 603.86
GEL KZT reference 174.17
HKD KZT reference 57.09
HUF KZT reference 1.4140000000000001
IDR KZT reference 0.02539
ILS KZT reference 146.89
INR KZT reference 4.69
IRR KZT reference 0.00032599999999999996
JPY KZT reference 2.9
KGS KZT reference 5.12
KRW KZT reference 0.3328
KWD KZT reference 1459.34
MDL KZT reference 25.96
MNT KZT reference 0.1245
MXN KZT reference 26.24
MYR KZT reference 109.92
NOK KZT reference 48
OMR KZT reference 1163.18
PKR KZT reference 1.62
PLN KZT reference 119.04
QAR KZT reference 122.85
RON KZT reference 98.33
RUB KZT reference 5.3
SAR KZT reference 119.24
SEK KZT reference 45.8
SGD KZT reference 352.4
THB KZT reference 13.47
TJS KZT reference 48.67
TRY KZT reference 9.21
UAH KZT reference 10.03
USD KZT reference 447.8
UZS KZT reference 0.0381
VND KZT reference 0.01723
XDR KZT reference 614.32
ZAR KZT reference 27.58

Node.js / TypeScript client

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

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

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

Why use the official National Bank of Kazakhstan rate?

When an auditor or tax office in Kazakhstan asks which rate you used, "the KZT mid-market rate at 14:32" is not an answer — the official rate published by National Bank of Kazakhstan 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.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via KZT) 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

Is there an API for National Bank of Kazakhstan exchange rates?

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

How often does National Bank of Kazakhstan update its rates?

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

Is this the official published table?

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

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