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: show the values
| Point | USD/KZT |
|---|---|
| 2025-09-26 | 543.2467 |
| 2025-10-03 | 547.0594 |
| 2025-10-10 | 541.4797 |
| 2025-10-17 | 534.8196 |
| 2025-10-24 | 536.7312 |
| 2025-10-31 | 530.1539 |
| 2025-11-07 | 526.3715 |
| 2025-11-14 | 524.1315 |
| 2025-11-21 | 518.7775 |
| 2025-11-28 | 516.2308 |
| 2025-12-05 | 505.5475 |
| 2025-12-13 | 521.1793 |
| 2025-12-20 | 517.6356 |
| 2025-12-27 | 505.7608 |
| 2026-01-03 | 506.9092 |
| 2026-01-10 | 510.7456 |
| 2026-01-17 | 511.3341 |
| 2026-01-24 | 505.5865 |
| 2026-01-31 | 502.8388 |
| 2026-02-07 | 494.7756 |
| 2026-02-14 | 495.3527 |
| 2026-02-21 | 499.2102 |
| 2026-02-28 | 498.3505 |
| 2026-03-07 | 494.3518 |
| 2026-03-14 | 489.7083 |
| 2026-03-21 | 481.2359 |
| 2026-03-28 | 483.4900 |
| 2026-04-04 | 471.0670 |
| 2026-04-11 | 472.3385 |
| 2026-04-18 | 468.8766 |
| 2026-04-25 | 463.7576 |
| 2026-05-02 | 463.2879 |
| 2026-05-09 | 462.1224 |
| 2026-05-17 | 469.5787 |
| 2026-05-25 | 472.2678 |
| 2026-06-01 | 485.4911 |
| 2026-06-10 | 487.9711 |
| 2026-06-17 | 487.9404 |
| 2026-06-24 | 486.8674 |
| 2026-07-01 | 478.3982 |
| 2026-07-08 | 470.4790 |
| 2026-07-15 | 468.7567 |
| 2026-07-22 | 468.1948 |
| 2026-07-29 | 476.7569 |
| 2026-08-05 | 471.0107 |
| 2026-08-12 | 466.0517 |
| 2026-08-20 | 461.2726 |
| 2026-08-27 | 461.8576 |
| 2026-09-03 | 455.0655 |
| 2026-09-10 | 455.5892 |
| 2026-09-17 | 446.6830 |
| 2026-09-24 | 445.6078 |
High
547.0594
Low
441.9689
Average
490.6089
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.