National Bank of Kazakhstan Exchange Rates Today & Official API

Official National Bank of Kazakhstan rates for 25 Sept 2026: 1 USD = 441.89 KZT, 1 EUR = 502.56 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

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

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-25)

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 120.32
AMD KZT reference 1.224
AUD KZT reference 310.52
AZN KZT reference 260.7
BRL KZT reference 85.5
BYN KZT reference 145.44
CAD KZT reference 313.11
CHF KZT reference 534.14
CNY KZT reference 65.83
CZK KZT reference 20.61
DKK KZT reference 67.24
EGP KZT reference 8.54
EUR KZT reference 502.56
GBP KZT reference 584.44
GEL KZT reference 171.54
HKD KZT reference 56.35
HUF KZT reference 1.372
IDR KZT reference 0.02471
ILS KZT reference 145.12
INR KZT reference 4.61
IRR KZT reference 0.000322
JPY KZT reference 2.78
KGS KZT reference 5.05
KRW KZT reference 0.32270000000000004
KWD KZT reference 1436.34
MDL KZT reference 25.01
MNT KZT reference 0.1229
MXN KZT reference 25.13
MYR KZT reference 108.2
NOK KZT reference 46.62
OMR KZT reference 1148.12
PKR KZT reference 1.6
PLN KZT reference 114.71
QAR KZT reference 121.24
RON KZT reference 95.27
RUB KZT reference 5.19
SAR KZT reference 117.69
SEK KZT reference 44.64
SGD KZT reference 345.36
THB KZT reference 13.21
TJS KZT reference 48.19
TRY KZT reference 9.05
UAH KZT reference 9.82
USD KZT reference 441.89
UZS KZT reference 0.0374
VND KZT reference 0.017
XDR KZT reference 601.62
ZAR KZT reference 26.91

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

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