Convert USD to KZT
US Dollar → Kazakhstani Tenge
1 USD = 441.88 KZT(1 KZT = 0.00226306 USD)
Currency converter
1 USD =
441.88 KZT
USD to KZT: last 30 days
Over the last 30 days, 1 USD traded between 441.88 and 464.4052 KZT, averaging 452.4829 KZT. The USD/KZT rate is down 4.64% since 2026-08-28.
- 30-day high
- 464.4052
- 2026-08-30
- 30-day low
- 441.88
- 2026-09-25
- 30-day average
- 452.4829
- Days with data: 30
- 30-day change
- -4.64%
- since 2026-08-28
464.4052
441.882026-08-28 → 2026-09-26
| Date | 1 USD in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 441.88 | 0.00% |
| 2026-09-25 | 441.88 | -0.00% |
| 2026-09-24 | 441.89 | -0.84% |
| 2026-09-23 | 445.65 | -0.61% |
| 2026-09-22 | 448.3954 | +0.36% |
| 2026-09-21 | 446.8041 | -0.09% |
| 2026-09-20 | 447.1912 | -0.02% |
| 2026-09-19 | 447.2868 | +0.43% |
| 2026-09-18 | 445.3918 | -0.29% |
| 2026-09-17 | 446.683 | -0.63% |
| 2026-09-16 | 449.5043 | -0.12% |
| 2026-09-15 | 450.0408 | -0.48% |
| 2026-09-14 | 452.2151 | +0.33% |
| 2026-09-13 | 450.7421 | -0.01% |
| 2026-09-12 | 450.8012 | +0.08% |
| Date | 1 USD in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 450.4612 | -1.13% |
| 2026-09-10 | 455.5892 | +0.35% |
| 2026-09-09 | 454.0095 | +0.00% |
| 2026-09-08 | 453.9931 | -0.41% |
| 2026-09-07 | 455.8688 | +0.04% |
| 2026-09-06 | 455.6955 | -0.03% |
| 2026-09-05 | 455.8314 | +0.05% |
| 2026-09-04 | 455.5911 | +0.12% |
| 2026-09-03 | 455.0655 | -0.74% |
| 2026-09-02 | 458.4577 | -0.68% |
| 2026-09-01 | 461.6111 | -0.60% |
| 2026-08-31 | 464.3972 | -0.00% |
| 2026-08-30 | 464.4052 | +0.14% |
| 2026-08-29 | 463.766 | +0.08% |
| 2026-08-28 | 463.3881 | — |
USD to KZT conversion table
1 USD441.88 KZT
5 USD2,209.4 KZT
10 USD4,418.8 KZT
25 USD11,047 KZT
50 USD22,094 KZT
100 USD44,188 KZT
500 USD220,940 KZT
1,000 USD441,880 KZT
5,000 USD2,209,400 KZT
10,000 USD4,418,800 KZT
Get the USD/KZT rate in your app
One GET request returns the latest USD → KZT rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/USD/KZT"fetch('https://rate-api.com/api/v1/pair/USD/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/KZT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "KZT"
},
"rate": 441.88,
"timestamp": 1790437938,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
KZT to USDKazakhstani Tenge → US Dollar0.0022631Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.