Skip to content

TJS to ALL exchange rate API

Somoni to Lek · quoted 2026-09-25

8.7331

▼ +1.83% over YTD

1 TJS = 8.7331 ALL · 1 ALL = 0.11451 TJS · Get this rate via the API

1 TJS buys 8.7331 ALL as of 2026-09-25, so 1 ALL buys 0.11451 TJS. Over the year to date, TJS/ALL traded between 8.5619 and 8.9268, averaged 8.7365 and fell 1.83%. The API holds daily TJS/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/ALL over YTD

TJS/ALL over YTD: show the values
PointTJS/ALL
2025-12-318.8956
2026-01-078.9268
2026-01-148.8763
2026-01-218.8158
2026-01-288.6764
2026-02-048.7722
2026-02-118.6179
2026-02-188.6017
2026-02-258.6336
2026-03-048.6913
2026-03-118.6305
2026-03-188.7054
2026-03-258.6374
2026-04-018.6525
2026-04-088.7604
2026-04-158.5619
2026-04-228.6550
2026-04-298.6958
2026-05-068.7468
2026-05-148.7330
2026-05-218.8298
2026-05-298.9020
2026-06-058.8092
2026-06-148.8030
2026-06-218.8437
2026-06-288.9113
2026-07-058.8393
2026-07-128.8736
2026-07-198.8631
2026-07-268.8910
2026-08-028.7813
2026-08-098.7183
2026-08-168.6690
2026-08-248.5791
2026-08-318.5780
2026-09-078.5998
2026-09-148.5681
2026-09-218.6457

High

8.9268

Low

8.5619

Average

8.7365

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/ALL API questions

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

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

How far back does TJS/ALL historical data go?

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