Skip to content

EGP to TMT exchange rate API

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

0.06780

▼ +6.71% over 1Y

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

1 EGP buys 0.06780 TMT as of 2026-09-25, so 1 TMT buys 14.7499 EGP. Over the last year, EGP/TMT traded between 0.06440 and 0.07484, averaged 0.07059 and fell 6.71%. The API holds daily EGP/TMT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/TMT over 1Y

EGP/TMT over 1Y: show the values
PointEGP/TMT
2025-09-250.07267
2025-10-020.07319
2025-10-090.07375
2025-10-160.07349
2025-10-230.07373
2025-10-300.07419
2025-11-060.07390
2025-11-130.07412
2025-11-200.07383
2025-11-270.07339
2025-12-040.07357
2025-12-120.07360
2025-12-190.07372
2025-12-260.07354
2026-01-020.07338
2026-01-090.07421
2026-01-160.07407
2026-01-230.07426
2026-01-300.07459
2026-02-060.07484
2026-02-130.07463
2026-02-200.07381
2026-02-270.07320
2026-03-060.06980
2026-03-130.06701
2026-03-200.06699
2026-03-270.06650
2026-04-030.06440
2026-04-100.06602
2026-04-170.06768
2026-04-240.06661
2026-05-010.06542
2026-05-080.06658
2026-05-160.06638
2026-05-240.06609
2026-05-310.06689
2026-06-090.06748
2026-06-160.06965
2026-06-230.07049
2026-06-300.07136
2026-07-070.07169
2026-07-140.06938
2026-07-210.06870
2026-07-280.06914
2026-08-040.06967
2026-08-110.06997
2026-08-180.06966
2026-08-260.06975
2026-09-020.06878
2026-09-090.06860
2026-09-160.06741
2026-09-230.06790

High

0.07484

Low

0.06440

Average

0.07059

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/TMT API questions

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

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

How far back does EGP/TMT historical data go?

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