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: show the values
| Point | TJS/ALL |
|---|---|
| 2025-12-31 | 8.8956 |
| 2026-01-07 | 8.9268 |
| 2026-01-14 | 8.8763 |
| 2026-01-21 | 8.8158 |
| 2026-01-28 | 8.6764 |
| 2026-02-04 | 8.7722 |
| 2026-02-11 | 8.6179 |
| 2026-02-18 | 8.6017 |
| 2026-02-25 | 8.6336 |
| 2026-03-04 | 8.6913 |
| 2026-03-11 | 8.6305 |
| 2026-03-18 | 8.7054 |
| 2026-03-25 | 8.6374 |
| 2026-04-01 | 8.6525 |
| 2026-04-08 | 8.7604 |
| 2026-04-15 | 8.5619 |
| 2026-04-22 | 8.6550 |
| 2026-04-29 | 8.6958 |
| 2026-05-06 | 8.7468 |
| 2026-05-14 | 8.7330 |
| 2026-05-21 | 8.8298 |
| 2026-05-29 | 8.9020 |
| 2026-06-05 | 8.8092 |
| 2026-06-14 | 8.8030 |
| 2026-06-21 | 8.8437 |
| 2026-06-28 | 8.9113 |
| 2026-07-05 | 8.8393 |
| 2026-07-12 | 8.8736 |
| 2026-07-19 | 8.8631 |
| 2026-07-26 | 8.8910 |
| 2026-08-02 | 8.7813 |
| 2026-08-09 | 8.7183 |
| 2026-08-16 | 8.6690 |
| 2026-08-24 | 8.5791 |
| 2026-08-31 | 8.5780 |
| 2026-09-07 | 8.5998 |
| 2026-09-14 | 8.5681 |
| 2026-09-21 | 8.6457 |
High
8.9268
Low
8.5619
Average
8.7365
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.