Skip to content

TJS to KRW exchange rate API

Somoni to Won · quoted 2026-09-27

146.6478

▼ +2.85% over 1Y

1 TJS = 146.6478 KRW · 1 KRW = 0.006819 TJS · Get this rate via the API

1 TJS buys 146.6478 KRW as of 2026-09-27, so 1 KRW buys 0.006819 TJS. Over the last year, TJS/KRW traded between 145.3474 and 167.3889, averaged 156.5532 and fell 2.85%. The API holds daily TJS/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/KRW over 1Y

TJS/KRW over 1Y: show the values
PointTJS/KRW
2025-09-27150.9493
2025-10-04151.7286
2025-10-11155.0615
2025-10-18154.1281
2025-10-25154.9148
2025-11-01154.6567
2025-11-08157.8282
2025-11-15156.8221
2025-11-22159.3688
2025-11-29158.9104
2025-12-06160.5914
2025-12-14160.4778
2025-12-21160.7489
2025-12-28156.6392
2026-01-04157.0823
2026-01-11157.6564
2026-01-18158.7776
2026-01-25156.7847
2026-02-01154.7379
2026-02-08156.9255
2026-02-15153.2793
2026-02-22153.2957
2026-03-01151.7743
2026-03-08155.2045
2026-03-15156.6291
2026-03-22157.3786
2026-03-29158.4620
2026-04-05158.4751
2026-04-12156.8481
2026-04-19155.4504
2026-04-26157.8301
2026-05-03157.3312
2026-05-10157.5922
2026-05-18160.2218
2026-05-26162.8056
2026-06-02164.2747
2026-06-11163.9990
2026-06-18165.9685
2026-06-25166.5279
2026-07-02167.3889
2026-07-09163.2979
2026-07-16160.6862
2026-07-23159.4356
2026-07-30156.2146
2026-08-06154.3802
2026-08-13153.4719
2026-08-21149.6350
2026-08-28148.8418
2026-09-04146.3501
2026-09-11145.3474
2026-09-18150.4906
2026-09-25146.9926

High

167.3889

Low

145.3474

Average

156.5532

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/KRW API questions

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

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

How far back does TJS/KRW historical data go?

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