Skip to content

TJS to KZT exchange rate API

Somoni to Tenge · quoted 2026-09-27

47.8617

▼ +11.90% over YTD

1 TJS = 47.8617 KZT · 1 KZT = 0.02089 TJS · Get this rate via the API

1 TJS buys 47.8617 KZT as of 2026-09-27, so 1 KZT buys 0.02089 TJS. Over the year to date, TJS/KZT traded between 47.8617 and 55.0678, averaged 51.2299 and fell 11.90%. The API holds daily TJS/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/KZT over YTD

TJS/KZT over YTD: show the values
PointTJS/KZT
2025-12-3154.3241
2026-01-0755.0678
2026-01-1454.5601
2026-01-2154.4743
2026-01-2853.9615
2026-02-0453.9281
2026-02-1152.3995
2026-02-1851.8873
2026-02-2552.7763
2026-03-0452.3701
2026-03-1151.0014
2026-03-1850.2614
2026-03-2550.3395
2026-04-0149.8724
2026-04-0849.0062
2026-04-1550.1712
2026-04-2249.4667
2026-04-2948.8663
2026-05-0649.6976
2026-05-1450.2835
2026-05-2150.7214
2026-05-2952.4805
2026-06-0552.1686
2026-06-1452.5191
2026-06-2152.4226
2026-06-2852.4594
2026-07-0550.9216
2026-07-1250.9215
2026-07-1950.8732
2026-07-2651.2552
2026-08-0251.2868
2026-08-0950.6997
2026-08-1650.0894
2026-08-2449.7095
2026-08-3150.0885
2026-09-0749.4251
2026-09-1448.9221
2026-09-2148.4245

High

55.0678

Low

47.8617

Average

51.2299

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/KZT API questions

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

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

How far back does TJS/KZT historical data go?

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