Skip to content

TJS to KGS exchange rate API

Somoni to Som · quoted 2026-09-27

9.4658

▲ +17.94% over 5Y

1 TJS = 9.4658 KGS · 1 KGS = 0.10564 TJS · Get this rate via the API

1 TJS buys 9.4658 KGS as of 2026-09-27, so 1 KGS buys 0.10564 TJS. Over the last 5 years, TJS/KGS traded between 7.9393 and 9.5100, averaged 8.8795 and rose 17.94%. The API holds daily TJS/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/KGS over 5Y

TJS/KGS over 5Y: show the values
PointTJS/KGS
2024-08-248.0257
2024-10-077.9568
2024-11-068.0895
2024-12-067.9400
2025-01-057.9393
2025-02-048.0263
2025-03-068.0523
2025-04-067.9870
2025-05-068.4215
2025-06-078.8488
2025-07-078.9963
2025-08-069.2901
2025-09-059.2236
2025-10-069.3866
2025-11-059.4764
2025-12-059.5100
2026-01-059.4497
2026-02-049.3879
2026-03-069.1242
2026-04-059.1426
2026-05-059.3366
2026-06-069.3705
2026-07-089.4318
2026-08-079.4953
2026-09-079.4915

High

9.5100

Low

7.9393

Average

8.8795

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=KGS").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/KGS API questions

How do I get the TJS/KGS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/KGS rate in rates.KGS.

How far back does TJS/KGS historical data go?

Daily TJS/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 TJS/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.