Skip to content

EGP to MNT exchange rate API

Egyptian Pound to Tugrik · quoted 2026-09-25

69.4972

▼ +6.93% over 1Y

1 EGP = 69.4972 MNT · 1 MNT = 0.01439 EGP · Get this rate via the API

1 EGP buys 69.4972 MNT as of 2026-09-25, so 1 MNT buys 0.01439 EGP. Over the last year, EGP/MNT traded between 0.01324 and 76.2080, averaged 67.8442 and fell 6.93%. The API holds daily EGP/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/MNT over 1Y

EGP/MNT over 1Y: show the values
PointEGP/MNT
2025-09-2574.6697
2025-10-0275.2525
2025-10-0975.6179
2025-10-1675.5851
2025-10-2375.5669
2025-10-300.0132
2025-11-060.0174
2025-11-130.0166
2025-11-2075.3427
2025-11-2774.7489
2025-12-0474.7057
2025-12-1274.6510
2025-12-1974.6802
2025-12-2674.8125
2026-01-0274.6434
2026-01-0975.3655
2026-01-1675.4145
2026-01-2375.8861
2026-01-3076.0610
2026-02-0676.1794
2026-02-1376.2080
2026-02-2075.0676
2026-02-2774.4410
2026-03-0671.2426
2026-03-1368.2063
2026-03-2068.3570
2026-03-2767.6911
2026-04-0365.7800
2026-04-1067.3438
2026-04-1769.3491
2026-04-2468.0182
2026-05-0166.7806
2026-05-0867.9146
2026-05-1667.6537
2026-05-2467.5603
2026-05-3168.3555
2026-06-0969.0212
2026-06-1671.2915
2026-06-2371.9279
2026-06-3072.8185
2026-07-0773.3780
2026-07-1470.9575
2026-07-2170.2611
2026-07-2871.0738
2026-08-0471.6746
2026-08-1171.7472
2026-08-1871.4009
2026-08-2671.5627
2026-09-0270.5409
2026-09-0970.3605
2026-09-1669.1545
2026-09-2369.8768

High

76.2080

Low

0.01324

Average

67.8442

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/MNT API questions

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

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

How far back does EGP/MNT historical data go?

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