Skip to content

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

EUR/TMT over 1Y: show the values
PointEUR/TMT
2025-09-254.1087
2025-10-024.1108
2025-10-094.0724
2025-10-164.0746
2025-10-234.0660
2025-10-304.0494
2025-11-064.0359
2025-11-134.0644
2025-11-204.0296
2025-11-274.0529
2025-12-044.0807
2025-12-124.1045
2025-12-194.1065
2025-12-264.1187
2026-01-024.1016
2026-01-094.0817
2026-01-164.0649
2026-01-234.1073
2026-01-304.1692
2026-02-064.1361
2026-02-134.1477
2026-02-204.1285
2026-02-274.1435
2026-03-064.0448
2026-03-134.0272
2026-03-204.0439
2026-03-274.0389
2026-04-034.0309
2026-04-104.1047
2026-04-174.1349
2026-04-244.1051
2026-05-014.1138
2026-05-084.1281
2026-05-164.0805
2026-05-244.0688
2026-05-314.0800
2026-06-094.0501
2026-06-164.0576
2026-06-233.9944
2026-06-303.9989
2026-07-074.0016
2026-07-143.9993
2026-07-214.0050
2026-07-283.9764
2026-08-044.0278
2026-08-114.0466
2026-08-184.0632
2026-08-264.0924
2026-09-024.0616
2026-09-094.0874
2026-09-164.0474
2026-09-233.9893

High

4.1692

Low

3.9764

Average

4.0690

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=TMT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=TMT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.