TJS to EUR exchange rate API
Somoni to Euro · quoted 2026-09-26
0.09524
▲ +4.21% over 1Y
1 TJS = 0.09524 EUR · 1 EUR = 10.4996 TJS · Get this rate via the API
1 TJS buys 0.09524 EUR as of 2026-09-26, so 1 EUR buys 10.4996 TJS. Over the last year, TJS/EUR traded between 0.08904 and 0.09536, averaged 0.09244 and rose 4.21%. The API holds daily TJS/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/EUR over 1Y: show the values
| Point | TJS/EUR |
|---|---|
| 2025-09-26 | 0.09139 |
| 2025-10-03 | 0.09137 |
| 2025-10-10 | 0.09277 |
| 2025-10-17 | 0.09312 |
| 2025-10-24 | 0.09300 |
| 2025-10-31 | 0.09395 |
| 2025-11-07 | 0.09374 |
| 2025-11-14 | 0.09302 |
| 2025-11-21 | 0.09364 |
| 2025-11-28 | 0.09362 |
| 2025-12-05 | 0.09334 |
| 2025-12-13 | 0.09222 |
| 2025-12-20 | 0.09289 |
| 2025-12-27 | 0.09176 |
| 2026-01-03 | 0.09234 |
| 2026-01-10 | 0.09255 |
| 2026-01-17 | 0.09254 |
| 2026-01-24 | 0.09047 |
| 2026-01-31 | 0.08964 |
| 2026-02-07 | 0.09037 |
| 2026-02-14 | 0.08933 |
| 2026-02-21 | 0.08955 |
| 2026-02-28 | 0.08904 |
| 2026-03-07 | 0.08981 |
| 2026-03-14 | 0.09102 |
| 2026-03-21 | 0.09005 |
| 2026-03-28 | 0.09063 |
| 2026-04-04 | 0.09088 |
| 2026-04-11 | 0.08975 |
| 2026-04-18 | 0.09008 |
| 2026-04-25 | 0.09090 |
| 2026-05-02 | 0.09090 |
| 2026-05-09 | 0.09090 |
| 2026-05-17 | 0.09207 |
| 2026-05-25 | 0.09278 |
| 2026-06-01 | 0.09295 |
| 2026-06-10 | 0.09269 |
| 2026-06-17 | 0.09305 |
| 2026-06-24 | 0.09501 |
| 2026-07-01 | 0.09502 |
| 2026-07-08 | 0.09456 |
| 2026-07-15 | 0.09515 |
| 2026-07-22 | 0.09481 |
| 2026-07-29 | 0.09536 |
| 2026-08-05 | 0.09392 |
| 2026-08-12 | 0.09399 |
| 2026-08-20 | 0.09333 |
| 2026-08-27 | 0.09301 |
| 2026-09-03 | 0.09330 |
| 2026-09-10 | 0.09320 |
| 2026-09-17 | 0.09404 |
| 2026-09-24 | 0.09502 |
High
0.09536
Low
0.08904
Average
0.09244
Get this rate via the API
One GET request returns the TJS/EUR 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=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=EUR").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/EUR API questions
How do I get the TJS/EUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/EUR rate in rates.EUR.
How far back does TJS/EUR historical data go?
Daily TJS/EUR 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/EUR 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.