Convert USD to KGS
US Dollar → Kyrgystani Som
1 USD = 87.458767 KGS(1 KGS = 0.011434 USD)
Currency converter
1 USD =
87.4588 KGS
USD to KGS: last 30 days
Over the last 30 days, 1 USD traded between 87.4498 and 87.5562 KGS, averaging 87.5131 KGS. The USD/KGS rate is down 0.10% since 2026-08-28.
- 30-day high
- 87.5562
- 2026-09-05
- 30-day low
- 87.4498
- 2026-09-18
- 30-day average
- 87.5131
- Days with data: 30
- 30-day change
- -0.10%
- since 2026-08-28
87.5562
87.44982026-08-28 → 2026-09-26
| Date | 1 USD in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 87.4588 | 0.00% |
| 2026-09-25 | 87.4588 | -0.00% |
| 2026-09-24 | 87.4609 | +0.00% |
| 2026-09-23 | 87.459 | +0.00% |
| 2026-09-22 | 87.4564 | -0.00% |
| 2026-09-21 | 87.4568 | -0.00% |
| 2026-09-20 | 87.4583 | 0.00% |
| 2026-09-19 | 87.4583 | +0.01% |
| 2026-09-18 | 87.4498 | -0.01% |
| 2026-09-17 | 87.4592 | -0.00% |
| 2026-09-16 | 87.4634 | -0.10% |
| 2026-09-15 | 87.5489 | +0.01% |
| 2026-09-14 | 87.5435 | -0.00% |
| 2026-09-13 | 87.5444 | 0.00% |
| 2026-09-12 | 87.5444 | -0.00% |
| Date | 1 USD in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 87.5454 | +0.00% |
| 2026-09-10 | 87.5436 | +0.01% |
| 2026-09-09 | 87.5322 | -0.01% |
| 2026-09-08 | 87.5437 | -0.00% |
| 2026-09-07 | 87.5446 | -0.01% |
| 2026-09-06 | 87.5562 | 0.00% |
| 2026-09-05 | 87.5562 | +0.01% |
| 2026-09-04 | 87.5451 | +0.00% |
| 2026-09-03 | 87.5433 | -0.00% |
| 2026-09-02 | 87.5445 | -0.00% |
| 2026-09-01 | 87.545 | -0.00% |
| 2026-08-31 | 87.5472 | +0.01% |
| 2026-08-30 | 87.5381 | 0.00% |
| 2026-08-29 | 87.5381 | -0.01% |
| 2026-08-28 | 87.548 | — |
USD to KGS conversion table
1 USD87.4588 KGS
5 USD437.2938 KGS
10 USD874.5877 KGS
25 USD2,186.4692 KGS
50 USD4,372.9383 KGS
100 USD8,745.8767 KGS
500 USD43,729.383 KGS
1,000 USD87,458.767 KGS
5,000 USD437,293.83 KGS
10,000 USD874,587.67 KGS
Get the USD/KGS rate in your app
One GET request returns the latest USD → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/USD/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "KGS"
},
"rate": 87.4588,
"timestamp": 1790429386,
"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
KGS to USDKyrgystani Som → US Dollar0.011434Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.