Skip to content

TJS to KZT exchange rate API

Somoni to Tenge · quoted 2026-09-27

47.8617

▼ +17.88% over 1Y

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 last year, TJS/KZT traded between 47.8617 and 58.9590, averaged 52.6413 and fell 17.88%. 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 1Y

TJS/KZT over 1Y: show the values
PointTJS/KZT
2025-09-2758.2855
2025-10-0458.9590
2025-10-1158.2121
2025-10-1858.4781
2025-10-2557.8863
2025-11-0157.3411
2025-11-0856.8985
2025-11-1556.7257
2025-11-2256.4528
2025-11-2955.5899
2025-12-0655.1411
2025-12-1456.4800
2025-12-2156.1667
2025-12-2854.5759
2026-01-0454.7686
2026-01-1154.8783
2026-01-1854.8886
2026-01-2553.8312
2026-02-0153.4979
2026-02-0852.7753
2026-02-1552.4600
2026-02-2252.4849
2026-03-0152.3616
2026-03-0851.5295
2026-03-1551.0761
2026-03-2250.2968
2026-03-2950.4881
2026-04-0549.1408
2026-04-1249.7175
2026-04-1949.7240
2026-04-2649.4169
2026-05-0349.3815
2026-05-1049.5367
2026-05-1850.3174
2026-05-2651.1192
2026-06-0252.8161
2026-06-1152.3252
2026-06-1852.6605
2026-06-2552.4833
2026-07-0251.8144
2026-07-0950.6126
2026-07-1650.9639
2026-07-2350.5911
2026-07-3051.8032
2026-08-0650.9415
2026-08-1350.2831
2026-08-2149.4055
2026-08-2850.1775
2026-09-0449.3766
2026-09-1148.7593
2026-09-1848.2871
2026-09-2547.9438

High

58.9590

Low

47.8617

Average

52.6413

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.