Skip to content

TMT to EGP exchange rate API

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

14.7486

▲ +7.18% over 1Y

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 last year, TMT/EGP traded between 13.3616 and 15.5287, averaged 14.1937 and rose 7.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 1Y

TMT/EGP over 1Y: show the values
PointTMT/EGP
2025-09-2513.7605
2025-10-0213.6637
2025-10-0913.5594
2025-10-1613.6078
2025-10-2313.5636
2025-10-3013.4781
2025-11-0613.5327
2025-11-1313.4913
2025-11-2013.5441
2025-11-2713.6262
2025-12-0413.5920
2025-12-1213.5869
2025-12-1913.5657
2025-12-2613.5989
2026-01-0213.6280
2026-01-0913.4757
2026-01-1613.5007
2026-01-2313.4659
2026-01-3013.4071
2026-02-0613.3616
2026-02-1313.3987
2026-02-2013.5484
2026-02-2713.6610
2026-03-0614.3259
2026-03-1314.9223
2026-03-2014.9274
2026-03-2715.0372
2026-04-0315.5287
2026-04-1015.1468
2026-04-1714.7746
2026-04-2415.0128
2026-05-0115.2867
2026-05-0815.0199
2026-05-1615.0648
2026-05-2415.1309
2026-05-3114.9487
2026-06-0914.8195
2026-06-1614.3579
2026-06-2314.1860
2026-06-3014.0143
2026-07-0713.9491
2026-07-1414.4131
2026-07-2114.5550
2026-07-2814.4631
2026-08-0414.3525
2026-08-1114.2925
2026-08-1814.3552
2026-08-2614.3375
2026-09-0214.5386
2026-09-0914.5775
2026-09-1614.8350
2026-09-2314.7272

High

15.5287

Low

13.3616

Average

14.1937

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.