Skip to content

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

USD/KGS over 1Y: show the values
PointUSD/KGS
2025-09-2487.4628
2025-10-0187.4447
2025-10-0887.4531
2025-10-1587.4562
2025-10-2287.4606
2025-10-2987.4633
2025-11-0587.4605
2025-11-1287.4666
2025-11-1987.4912
2025-11-2687.4740
2025-12-0387.4912
2025-12-1187.4671
2025-12-1887.4637
2025-12-2587.4592
2026-01-0187.4525
2026-01-0887.4508
2026-01-1587.4471
2026-01-2287.4566
2026-01-2987.4654
2026-02-0587.4654
2026-02-1287.4503
2026-02-1987.4487
2026-02-2687.4479
2026-03-0587.4524
2026-03-1287.4580
2026-03-1987.4931
2026-03-2687.4538
2026-04-0287.4507
2026-04-0987.4499
2026-04-1687.4496
2026-04-2387.4274
2026-04-3087.4293
2026-05-0787.4205
2026-05-1587.4496
2026-05-2387.4700
2026-05-3087.4595
2026-06-0687.4537
2026-06-1587.4419
2026-06-2287.4431
2026-06-2987.4701
2026-07-0687.4642
2026-07-1387.4570
2026-07-2087.4410
2026-07-2787.4419
2026-08-0387.4574
2026-08-1087.4842
2026-08-1787.8303
2026-08-2587.5473
2026-09-0187.5450
2026-09-0887.5437
2026-09-1587.5489
2026-09-2287.4564

High

87.8303

Low

87.4205

Average

87.4707

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KGS");
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=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&currencies=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.