EUR to TJS exchange rate API
Euro to Somoni · quoted 2026-09-26
10.4996
▼ +4.04% over 1Y
1 EUR = 10.4996 TJS · 1 TJS = 0.09524 EUR · Get this rate via the API
1 EUR buys 10.4996 TJS as of 2026-09-26, so 1 TJS buys 0.09524 EUR. Over the last year, EUR/TJS traded between 10.4862 and 11.2311, averaged 10.8221 and fell 4.04%. The API holds daily EUR/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/TJS over 1Y: show the values
| Point | EUR/TJS |
|---|---|
| 2025-09-26 | 10.9416 |
| 2025-10-03 | 10.9445 |
| 2025-10-10 | 10.7799 |
| 2025-10-17 | 10.7388 |
| 2025-10-24 | 10.7521 |
| 2025-10-31 | 10.6435 |
| 2025-11-07 | 10.6674 |
| 2025-11-14 | 10.7508 |
| 2025-11-21 | 10.6793 |
| 2025-11-28 | 10.6812 |
| 2025-12-05 | 10.7130 |
| 2025-12-13 | 10.8440 |
| 2025-12-20 | 10.7649 |
| 2025-12-27 | 10.8979 |
| 2026-01-03 | 10.8290 |
| 2026-01-10 | 10.8048 |
| 2026-01-17 | 10.8061 |
| 2026-01-24 | 11.0533 |
| 2026-01-31 | 11.1558 |
| 2026-02-07 | 11.0657 |
| 2026-02-14 | 11.1943 |
| 2026-02-21 | 11.1663 |
| 2026-02-28 | 11.2311 |
| 2026-03-07 | 11.1350 |
| 2026-03-14 | 10.9860 |
| 2026-03-21 | 11.1047 |
| 2026-03-28 | 11.0334 |
| 2026-04-04 | 11.0038 |
| 2026-04-11 | 11.1416 |
| 2026-04-18 | 11.1009 |
| 2026-04-25 | 11.0014 |
| 2026-05-02 | 11.0005 |
| 2026-05-09 | 11.0015 |
| 2026-05-17 | 10.8608 |
| 2026-05-25 | 10.7779 |
| 2026-06-01 | 10.7588 |
| 2026-06-10 | 10.7882 |
| 2026-06-17 | 10.7467 |
| 2026-06-24 | 10.5249 |
| 2026-07-01 | 10.5245 |
| 2026-07-08 | 10.5752 |
| 2026-07-15 | 10.5097 |
| 2026-07-22 | 10.5470 |
| 2026-07-29 | 10.4862 |
| 2026-08-05 | 10.6477 |
| 2026-08-12 | 10.6394 |
| 2026-08-20 | 10.7144 |
| 2026-08-27 | 10.7511 |
| 2026-09-03 | 10.7187 |
| 2026-09-10 | 10.7292 |
| 2026-09-17 | 10.6339 |
| 2026-09-24 | 10.5239 |
High
11.2311
Low
10.4862
Average
10.8221
Get this rate via the API
One GET request returns the EUR/TJS 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=EUR¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TJS").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/TJS API questions
How do I get the EUR/TJS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/TJS rate in rates.TJS.
How far back does EUR/TJS historical data go?
Daily EUR/TJS 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 EUR/TJS 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.