EUR to TMT exchange rate API
Euro to Turkmenistan New Manat · quoted 2026-09-25
4.0002
▼ +2.64% over 1Y
1 EUR = 4.0002 TMT · 1 TMT = 0.24999 EUR · Get this rate via the API
1 EUR buys 4.0002 TMT as of 2026-09-25, so 1 TMT buys 0.24999 EUR. Over the last year, EUR/TMT traded between 3.9764 and 4.1692, averaged 4.0690 and fell 2.64%. The API holds daily EUR/TMT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/TMT over 1Y: show the values
| Point | EUR/TMT |
|---|---|
| 2025-09-25 | 4.1087 |
| 2025-10-02 | 4.1108 |
| 2025-10-09 | 4.0724 |
| 2025-10-16 | 4.0746 |
| 2025-10-23 | 4.0660 |
| 2025-10-30 | 4.0494 |
| 2025-11-06 | 4.0359 |
| 2025-11-13 | 4.0644 |
| 2025-11-20 | 4.0296 |
| 2025-11-27 | 4.0529 |
| 2025-12-04 | 4.0807 |
| 2025-12-12 | 4.1045 |
| 2025-12-19 | 4.1065 |
| 2025-12-26 | 4.1187 |
| 2026-01-02 | 4.1016 |
| 2026-01-09 | 4.0817 |
| 2026-01-16 | 4.0649 |
| 2026-01-23 | 4.1073 |
| 2026-01-30 | 4.1692 |
| 2026-02-06 | 4.1361 |
| 2026-02-13 | 4.1477 |
| 2026-02-20 | 4.1285 |
| 2026-02-27 | 4.1435 |
| 2026-03-06 | 4.0448 |
| 2026-03-13 | 4.0272 |
| 2026-03-20 | 4.0439 |
| 2026-03-27 | 4.0389 |
| 2026-04-03 | 4.0309 |
| 2026-04-10 | 4.1047 |
| 2026-04-17 | 4.1349 |
| 2026-04-24 | 4.1051 |
| 2026-05-01 | 4.1138 |
| 2026-05-08 | 4.1281 |
| 2026-05-16 | 4.0805 |
| 2026-05-24 | 4.0688 |
| 2026-05-31 | 4.0800 |
| 2026-06-09 | 4.0501 |
| 2026-06-16 | 4.0576 |
| 2026-06-23 | 3.9944 |
| 2026-06-30 | 3.9989 |
| 2026-07-07 | 4.0016 |
| 2026-07-14 | 3.9993 |
| 2026-07-21 | 4.0050 |
| 2026-07-28 | 3.9764 |
| 2026-08-04 | 4.0278 |
| 2026-08-11 | 4.0466 |
| 2026-08-18 | 4.0632 |
| 2026-08-26 | 4.0924 |
| 2026-09-02 | 4.0616 |
| 2026-09-09 | 4.0874 |
| 2026-09-16 | 4.0474 |
| 2026-09-23 | 3.9893 |
High
4.1692
Low
3.9764
Average
4.0690
Get this rate via the API
One GET request returns the EUR/TMT 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=TMT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TMT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TMT").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/TMT API questions
How do I get the EUR/TMT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=TMT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/TMT rate in rates.TMT.
How far back does EUR/TMT historical data go?
Daily EUR/TMT 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/TMT 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.