Skip to content

TMT to EGP exchange rate API

Turkmenistan New Manat to Egyptian Pound · quoted 2026-09-25

14.7486

▲ +8.18% over YTD

1 TMT = 14.7486 EGP · 1 EGP = 0.06780 TMT · Get this rate via the API

1 TMT buys 14.7486 EGP as of 2026-09-25, so 1 EGP buys 0.06780 TMT. Over the year to date, TMT/EGP traded between 13.3738 and 15.4240, averaged 14.4263 and rose 8.18%. The API holds daily TMT/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/EGP over YTD

TMT/EGP over YTD: show the values
PointTMT/EGP
2025-12-3113.6331
2026-01-0713.5180
2026-01-1413.4890
2026-01-2113.5151
2026-01-2813.4153
2026-02-0413.3877
2026-02-1113.3738
2026-02-1813.3812
2026-02-2513.6458
2026-03-0414.3045
2026-03-1114.7945
2026-03-1814.9403
2026-03-2515.0591
2026-04-0115.4240
2026-04-0815.3796
2026-04-1514.8808
2026-04-2214.8091
2026-04-2915.1042
2026-05-0615.1611
2026-05-1415.0774
2026-05-2115.1272
2026-05-2914.8853
2026-06-0514.7633
2026-06-1414.7657
2026-06-2114.2815
2026-06-2814.1593
2026-07-0514.0959
2026-07-1214.2269
2026-07-1914.4169
2026-07-2614.6658
2026-08-0214.6327
2026-08-0914.1985
2026-08-1614.3281
2026-08-2414.5326
2026-08-3114.4562
2026-09-0714.5481
2026-09-1414.6853
2026-09-2114.8124

High

15.4240

Low

13.3738

Average

14.4263

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TMT/EGP API questions

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

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

How far back does TMT/EGP historical data go?

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