TJS to ALL exchange rate API
Somoni to Lek · quoted 2026-09-25
8.7331
▲ +0.18% over 6M
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 last 6 months, TJS/ALL traded between 8.5675 and 8.9603, averaged 8.7508 and rose 0.18%. 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 6M: show the values
| Point | TJS/ALL |
|---|---|
| 2026-03-29 | 8.7171 |
| 2026-04-05 | 8.6931 |
| 2026-04-12 | 8.6005 |
| 2026-04-19 | 8.6044 |
| 2026-04-26 | 8.6737 |
| 2026-05-03 | 8.6817 |
| 2026-05-10 | 8.6918 |
| 2026-05-18 | 8.7912 |
| 2026-05-26 | 8.8749 |
| 2026-06-02 | 8.8821 |
| 2026-06-11 | 8.8223 |
| 2026-06-18 | 8.8393 |
| 2026-06-25 | 8.9603 |
| 2026-07-02 | 8.9322 |
| 2026-07-09 | 8.8732 |
| 2026-07-16 | 8.8833 |
| 2026-07-23 | 8.8867 |
| 2026-07-30 | 8.9533 |
| 2026-08-06 | 8.7448 |
| 2026-08-13 | 8.7061 |
| 2026-08-21 | 8.5675 |
| 2026-08-28 | 8.5837 |
| 2026-09-04 | 8.5892 |
| 2026-09-11 | 8.5856 |
| 2026-09-18 | 8.6683 |
| 2026-09-25 | 8.7331 |
High
8.9603
Low
8.5675
Average
8.7508
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.