EUR to TJS exchange rate API
Euro to Somoni · quoted 2026-09-26
10.4996
▼ +3.44% over YTD
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 year to date, EUR/TJS traded between 10.4996 and 11.1895, averaged 10.8583 and fell 3.44%. 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 YTD: show the values
| Point | EUR/TJS |
|---|---|
| 2025-12-31 | 10.8731 |
| 2026-01-07 | 10.8110 |
| 2026-01-14 | 10.8827 |
| 2026-01-21 | 10.9527 |
| 2026-01-28 | 11.1342 |
| 2026-02-04 | 11.0126 |
| 2026-02-11 | 11.1683 |
| 2026-02-18 | 11.1895 |
| 2026-02-25 | 11.1426 |
| 2026-03-04 | 11.1245 |
| 2026-03-11 | 11.0946 |
| 2026-03-18 | 10.9980 |
| 2026-03-25 | 11.0915 |
| 2026-04-01 | 11.1277 |
| 2026-04-08 | 11.0459 |
| 2026-04-15 | 11.1614 |
| 2026-04-22 | 11.0276 |
| 2026-04-29 | 10.9780 |
| 2026-05-06 | 10.9745 |
| 2026-05-14 | 10.9269 |
| 2026-05-21 | 10.7842 |
| 2026-05-29 | 10.7223 |
| 2026-06-05 | 10.8352 |
| 2026-06-14 | 10.7998 |
| 2026-06-21 | 10.6784 |
| 2026-06-28 | 10.5481 |
| 2026-07-05 | 10.6174 |
| 2026-07-12 | 10.5566 |
| 2026-07-19 | 10.5744 |
| 2026-07-26 | 10.5451 |
| 2026-08-02 | 10.6734 |
| 2026-08-09 | 10.6919 |
| 2026-08-16 | 10.7043 |
| 2026-08-24 | 10.7757 |
| 2026-08-31 | 10.7513 |
| 2026-09-07 | 10.7195 |
| 2026-09-14 | 10.6773 |
| 2026-09-21 | 10.6016 |
High
11.1895
Low
10.4996
Average
10.8583
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.