Skip to content

TMT to EUR exchange rate API

Turkmenistan New Manat to Euro · quoted 2026-09-25

0.25020

▲ +2.86% over YTD

1 TMT = 0.25020 EUR · 1 EUR = 3.9969 TMT · Get this rate via the API

1 TMT buys 0.25020 EUR as of 2026-09-25, so 1 EUR buys 3.9969 TMT. Over the year to date, TMT/EUR traded between 0.23875 and 0.25094, averaged 0.24558 and rose 2.86%. The API holds daily TMT/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/EUR over YTD

TMT/EUR over YTD: show the values
PointTMT/EUR
2025-12-310.24324
2026-01-070.24480
2026-01-140.24522
2026-01-210.24280
2026-01-280.23875
2026-02-040.24126
2026-02-110.24020
2026-02-180.24066
2026-02-250.24180
2026-03-040.24536
2026-03-110.24602
2026-03-180.24848
2026-03-250.24711
2026-04-010.24631
2026-04-080.24339
2026-04-150.24219
2026-04-220.24316
2026-04-290.24373
2026-05-060.24257
2026-05-140.24358
2026-05-210.24563
2026-05-290.24480
2026-06-050.24476
2026-06-140.24649
2026-06-210.24912
2026-06-280.25094
2026-07-050.25019
2026-07-120.25078
2026-07-190.24950
2026-07-260.25094
2026-08-020.24833
2026-08-090.24745
2026-08-160.24658
2026-08-240.24522
2026-08-310.24569
2026-09-070.24584
2026-09-140.24665
2026-09-210.24796

High

0.25094

Low

0.23875

Average

0.24558

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TMT/EUR API questions

How do I get the TMT/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TMT/EUR rate in rates.EUR.

How far back does TMT/EUR historical data go?

Daily TMT/EUR 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 TMT/EUR 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.