USD to KGS exchange rate API
US Dollar to Som · quoted 2026-09-24
87.4609
▼ +0.00% over 1Y
1 USD = 87.4609 KGS · 1 KGS = 0.01143 USD · Get this rate via the API
1 USD buys 87.4609 KGS as of 2026-09-24, so 1 KGS buys 0.01143 USD. Over the last year, USD/KGS traded between 87.4205 and 87.8303, averaged 87.4707 and fell 0.00%. The API holds daily USD/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/KGS over 1Y: show the values
| Point | USD/KGS |
|---|---|
| 2025-09-24 | 87.4628 |
| 2025-10-01 | 87.4447 |
| 2025-10-08 | 87.4531 |
| 2025-10-15 | 87.4562 |
| 2025-10-22 | 87.4606 |
| 2025-10-29 | 87.4633 |
| 2025-11-05 | 87.4605 |
| 2025-11-12 | 87.4666 |
| 2025-11-19 | 87.4912 |
| 2025-11-26 | 87.4740 |
| 2025-12-03 | 87.4912 |
| 2025-12-11 | 87.4671 |
| 2025-12-18 | 87.4637 |
| 2025-12-25 | 87.4592 |
| 2026-01-01 | 87.4525 |
| 2026-01-08 | 87.4508 |
| 2026-01-15 | 87.4471 |
| 2026-01-22 | 87.4566 |
| 2026-01-29 | 87.4654 |
| 2026-02-05 | 87.4654 |
| 2026-02-12 | 87.4503 |
| 2026-02-19 | 87.4487 |
| 2026-02-26 | 87.4479 |
| 2026-03-05 | 87.4524 |
| 2026-03-12 | 87.4580 |
| 2026-03-19 | 87.4931 |
| 2026-03-26 | 87.4538 |
| 2026-04-02 | 87.4507 |
| 2026-04-09 | 87.4499 |
| 2026-04-16 | 87.4496 |
| 2026-04-23 | 87.4274 |
| 2026-04-30 | 87.4293 |
| 2026-05-07 | 87.4205 |
| 2026-05-15 | 87.4496 |
| 2026-05-23 | 87.4700 |
| 2026-05-30 | 87.4595 |
| 2026-06-06 | 87.4537 |
| 2026-06-15 | 87.4419 |
| 2026-06-22 | 87.4431 |
| 2026-06-29 | 87.4701 |
| 2026-07-06 | 87.4642 |
| 2026-07-13 | 87.4570 |
| 2026-07-20 | 87.4410 |
| 2026-07-27 | 87.4419 |
| 2026-08-03 | 87.4574 |
| 2026-08-10 | 87.4842 |
| 2026-08-17 | 87.8303 |
| 2026-08-25 | 87.5473 |
| 2026-09-01 | 87.5450 |
| 2026-09-08 | 87.5437 |
| 2026-09-15 | 87.5489 |
| 2026-09-22 | 87.4564 |
High
87.8303
Low
87.4205
Average
87.4707
Get this rate via the API
One GET request returns the USD/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/KGS API questions
How do I get the USD/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/KGS rate in rates.KGS.
How far back does USD/KGS historical data go?
Daily USD/KGS 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/KGS 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.