Skip to content

USD to KZT exchange rate API

US Dollar to Tenge · quoted 2026-09-26

441.9689

▼ +18.64% over 1Y

1 USD = 441.9689 KZT · 1 KZT = 0.002263 USD · Get this rate via the API

1 USD buys 441.9689 KZT as of 2026-09-26, so 1 KZT buys 0.002263 USD. Over the last year, USD/KZT traded between 441.9689 and 547.0594, averaged 490.6089 and fell 18.64%. The API holds daily USD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/KZT over 1Y

USD/KZT over 1Y: show the values
PointUSD/KZT
2025-09-26543.2467
2025-10-03547.0594
2025-10-10541.4797
2025-10-17534.8196
2025-10-24536.7312
2025-10-31530.1539
2025-11-07526.3715
2025-11-14524.1315
2025-11-21518.7775
2025-11-28516.2308
2025-12-05505.5475
2025-12-13521.1793
2025-12-20517.6356
2025-12-27505.7608
2026-01-03506.9092
2026-01-10510.7456
2026-01-17511.3341
2026-01-24505.5865
2026-01-31502.8388
2026-02-07494.7756
2026-02-14495.3527
2026-02-21499.2102
2026-02-28498.3505
2026-03-07494.3518
2026-03-14489.7083
2026-03-21481.2359
2026-03-28483.4900
2026-04-04471.0670
2026-04-11472.3385
2026-04-18468.8766
2026-04-25463.7576
2026-05-02463.2879
2026-05-09462.1224
2026-05-17469.5787
2026-05-25472.2678
2026-06-01485.4911
2026-06-10487.9711
2026-06-17487.9404
2026-06-24486.8674
2026-07-01478.3982
2026-07-08470.4790
2026-07-15468.7567
2026-07-22468.1948
2026-07-29476.7569
2026-08-05471.0107
2026-08-12466.0517
2026-08-20461.2726
2026-08-27461.8576
2026-09-03455.0655
2026-09-10455.5892
2026-09-17446.6830
2026-09-24445.6078

High

547.0594

Low

441.9689

Average

490.6089

For developers

Get this rate via the API

One GET request returns the USD/KZT rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KZT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/KZT API questions

How do I get the USD/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/KZT rate in rates.KZT.

How far back does USD/KZT historical data go?

Daily USD/KZT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/KZT exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.