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: show the values
| Point | TJS/KRW |
|---|---|
| 2025-09-27 | 150.9493 |
| 2025-10-04 | 151.7286 |
| 2025-10-11 | 155.0615 |
| 2025-10-18 | 154.1281 |
| 2025-10-25 | 154.9148 |
| 2025-11-01 | 154.6567 |
| 2025-11-08 | 157.8282 |
| 2025-11-15 | 156.8221 |
| 2025-11-22 | 159.3688 |
| 2025-11-29 | 158.9104 |
| 2025-12-06 | 160.5914 |
| 2025-12-14 | 160.4778 |
| 2025-12-21 | 160.7489 |
| 2025-12-28 | 156.6392 |
| 2026-01-04 | 157.0823 |
| 2026-01-11 | 157.6564 |
| 2026-01-18 | 158.7776 |
| 2026-01-25 | 156.7847 |
| 2026-02-01 | 154.7379 |
| 2026-02-08 | 156.9255 |
| 2026-02-15 | 153.2793 |
| 2026-02-22 | 153.2957 |
| 2026-03-01 | 151.7743 |
| 2026-03-08 | 155.2045 |
| 2026-03-15 | 156.6291 |
| 2026-03-22 | 157.3786 |
| 2026-03-29 | 158.4620 |
| 2026-04-05 | 158.4751 |
| 2026-04-12 | 156.8481 |
| 2026-04-19 | 155.4504 |
| 2026-04-26 | 157.8301 |
| 2026-05-03 | 157.3312 |
| 2026-05-10 | 157.5922 |
| 2026-05-18 | 160.2218 |
| 2026-05-26 | 162.8056 |
| 2026-06-02 | 164.2747 |
| 2026-06-11 | 163.9990 |
| 2026-06-18 | 165.9685 |
| 2026-06-25 | 166.5279 |
| 2026-07-02 | 167.3889 |
| 2026-07-09 | 163.2979 |
| 2026-07-16 | 160.6862 |
| 2026-07-23 | 159.4356 |
| 2026-07-30 | 156.2146 |
| 2026-08-06 | 154.3802 |
| 2026-08-13 | 153.4719 |
| 2026-08-21 | 149.6350 |
| 2026-08-28 | 148.8418 |
| 2026-09-04 | 146.3501 |
| 2026-09-11 | 145.3474 |
| 2026-09-18 | 150.4906 |
| 2026-09-25 | 146.9926 |
High
167.3889
Low
145.3474
Average
156.5532
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.