Home Documentation Central Bank Rates Tax Authority Rates Playground Pricing API Status Blog About FAQ Contact Us

National Bank of Kazakhstan Exchange Rate API

Official National Bank of Kazakhstan (Kazakhstan) daily exchange rates as JSON: 48 currencies, history back to 2016. The published KZT rates required 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-08-12)

The most recent table as published by National Bank of Kazakhstan โ€” exactly what the /latest endpoint returns right now. Values are KZT per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

BaseQuoteTypeRate
AED KZT reference 126.81
AMD KZT reference 1.283
AUD KZT reference 328.81
AZN KZT reference 274.77
BRL KZT reference 91.17
BYN KZT reference 157.33
CAD KZT reference 334.32
CHF KZT reference 574.42
CNY KZT reference 69.05
CZK KZT reference 22.17
DKK KZT reference 71.88
EGP KZT reference 9.28
EUR KZT reference 537.23
GBP KZT reference 628.47
GEL KZT reference 180.38
HKD KZT reference 59.36
HUF KZT reference 1.472
IDR KZT reference 0.02612
ILS KZT reference 155.02
INR KZT reference 4.88
IRR KZT reference 0.000339
JPY KZT reference 2.93
KGS KZT reference 5.33
KRW KZT reference 0.3293
KWD KZT reference 1516.82
MDL KZT reference 27.05
MNT KZT reference 0.12960000000000002
MXN KZT reference 27.19
MYR KZT reference 113.87
NOK KZT reference 49.1
OMR KZT reference 1209.75
PKR KZT reference 1.68
PLN KZT reference 125.04
QAR KZT reference 127.76
RON KZT reference 102.54
RUB KZT reference 5.62
SAR KZT reference 124.04
SEK KZT reference 48.97
SGD KZT reference 363.72
THB KZT reference 14.05
TJS KZT reference 50.79
TRY KZT reference 9.76
UAH KZT reference 10.39
USD KZT reference 465.74
UZS KZT reference 0.0392
VND KZT reference 0.01782
XDR KZT reference 636.63
ZAR KZT reference 28.71

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.

Why use the official National Bank of Kazakhstan rate?

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

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

How often are the rates updated?

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

Are these the official rates?

Yes โ€” ingested from National Bank of Kazakhstan's own published data, served unmodified with the bank's publication date. Anything computed rather than published is 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