Convert EUR to TMT
Euro → Turkmenistani Manat
1 EUR = 3.99105 TMT(1 TMT = 0.250561 EUR)
Currency converter
1 EUR =
3.9911 TMT
EUR to TMT: last 30 days
Over the last 30 days, 1 EUR traded between 3.9785 and 4.1544 TMT, averaging 4.0494 TMT. The EUR/TMT rate is down 1.97% since 2026-08-28.
- 30-day high
- 4.1544
- 2026-09-05
- 30-day low
- 3.9785
- 2026-09-24
- 30-day average
- 4.0494
- Days with data: 30
- 30-day change
- -1.97%
- since 2026-08-28
4.1544
3.97852026-08-28 → 2026-09-26
| Date | 1 EUR in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 3.9911 | 0.00% |
| 2026-09-25 | 3.9911 | +0.32% |
| 2026-09-24 | 3.9785 | -0.39% |
| 2026-09-23 | 3.9939 | -0.39% |
| 2026-09-22 | 4.0095 | -0.58% |
| 2026-09-21 | 4.0329 | +0.55% |
| 2026-09-20 | 4.011 | -0.00% |
| 2026-09-19 | 4.011 | -0.28% |
| 2026-09-18 | 4.0225 | +0.12% |
| 2026-09-17 | 4.0178 | -0.73% |
| 2026-09-16 | 4.0473 | +0.28% |
| 2026-09-15 | 4.0362 | -0.45% |
| 2026-09-14 | 4.0543 | -0.26% |
| 2026-09-13 | 4.065 | -0.09% |
| 2026-09-12 | 4.0688 | +0.00% |
| Date | 1 EUR in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 4.0687 | -0.11% |
| 2026-09-10 | 4.0732 | -0.35% |
| 2026-09-09 | 4.0874 | +0.55% |
| 2026-09-08 | 4.0649 | -0.07% |
| 2026-09-07 | 4.0676 | -0.36% |
| 2026-09-06 | 4.0823 | -1.74% |
| 2026-09-05 | 4.1544 | +2.16% |
| 2026-09-04 | 4.0668 | +0.12% |
| 2026-09-03 | 4.0617 | +0.00% |
| 2026-09-02 | 4.0616 | +0.23% |
| 2026-09-01 | 4.0522 | -0.44% |
| 2026-08-31 | 4.0701 | -0.40% |
| 2026-08-30 | 4.0866 | +0.12% |
| 2026-08-29 | 4.0816 | +0.25% |
| 2026-08-28 | 4.0714 | — |
EUR to TMT conversion table
1 EUR3.9911 TMT
5 EUR19.9553 TMT
10 EUR39.9105 TMT
25 EUR99.7763 TMT
50 EUR199.5525 TMT
100 EUR399.105 TMT
500 EUR1,995.525 TMT
1,000 EUR3,991.05 TMT
5,000 EUR19,955.25 TMT
10,000 EUR39,910.5 TMT
Get the EUR/TMT rate in your app
One GET request returns the latest EUR → TMT rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/TMT"fetch('https://rate-api.com/api/v1/pair/EUR/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/TMT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "TMT"
},
"rate": 3.9911,
"timestamp": 1790429370,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
TMT to EURTurkmenistani Manat → Euro0.25056Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.