TMT to MDL exchange rate API
Turkmenistan New Manat to Moldovan Leu · quoted 2026-09-25
5.0108
▲ +0.72% over 5Y
1 TMT = 5.0108 MDL · 1 MDL = 0.19957 TMT · Get this rate via the API
1 TMT buys 5.0108 MDL as of 2026-09-25, so 1 MDL buys 0.19957 TMT. Over the last 5 years, TMT/MDL traded between 4.7657 and 5.3460, averaged 4.9770 and rose 0.72%. The API holds daily TMT/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TMT/MDL over 5Y: show the values
| Point | TMT/MDL |
|---|---|
| 2024-08-24 | 4.9749 |
| 2024-10-07 | 5.0088 |
| 2024-11-06 | 5.0933 |
| 2024-12-06 | 5.2200 |
| 2025-01-05 | 5.2580 |
| 2025-02-04 | 5.3460 |
| 2025-03-06 | 5.2993 |
| 2025-04-06 | 5.0135 |
| 2025-05-06 | 4.9234 |
| 2025-06-07 | 4.9171 |
| 2025-07-07 | 4.7997 |
| 2025-08-06 | 4.8549 |
| 2025-09-05 | 4.7657 |
| 2025-10-06 | 4.7963 |
| 2025-11-05 | 4.8628 |
| 2025-12-05 | 4.8585 |
| 2026-01-05 | 4.8190 |
| 2026-02-04 | 4.8119 |
| 2026-03-06 | 4.9413 |
| 2026-04-05 | 5.0269 |
| 2026-05-05 | 4.9131 |
| 2026-06-06 | 4.9413 |
| 2026-07-08 | 5.0425 |
| 2026-08-07 | 4.9800 |
| 2026-09-07 | 4.9223 |
High
5.3460
Low
4.7657
Average
4.9770
Get this rate via the API
One GET request returns the TMT/MDL 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=TMT¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=MDL").json()Replace YOUR_API_KEY with the key from your dashboard.
TMT/MDL API questions
How do I get the TMT/MDL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TMT/MDL rate in rates.MDL.
How far back does TMT/MDL historical data go?
Daily TMT/MDL 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/MDL 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.