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: show the values
| Point | EGP/MNT |
|---|---|
| 2025-09-25 | 74.6697 |
| 2025-10-02 | 75.2525 |
| 2025-10-09 | 75.6179 |
| 2025-10-16 | 75.5851 |
| 2025-10-23 | 75.5669 |
| 2025-10-30 | 0.0132 |
| 2025-11-06 | 0.0174 |
| 2025-11-13 | 0.0166 |
| 2025-11-20 | 75.3427 |
| 2025-11-27 | 74.7489 |
| 2025-12-04 | 74.7057 |
| 2025-12-12 | 74.6510 |
| 2025-12-19 | 74.6802 |
| 2025-12-26 | 74.8125 |
| 2026-01-02 | 74.6434 |
| 2026-01-09 | 75.3655 |
| 2026-01-16 | 75.4145 |
| 2026-01-23 | 75.8861 |
| 2026-01-30 | 76.0610 |
| 2026-02-06 | 76.1794 |
| 2026-02-13 | 76.2080 |
| 2026-02-20 | 75.0676 |
| 2026-02-27 | 74.4410 |
| 2026-03-06 | 71.2426 |
| 2026-03-13 | 68.2063 |
| 2026-03-20 | 68.3570 |
| 2026-03-27 | 67.6911 |
| 2026-04-03 | 65.7800 |
| 2026-04-10 | 67.3438 |
| 2026-04-17 | 69.3491 |
| 2026-04-24 | 68.0182 |
| 2026-05-01 | 66.7806 |
| 2026-05-08 | 67.9146 |
| 2026-05-16 | 67.6537 |
| 2026-05-24 | 67.5603 |
| 2026-05-31 | 68.3555 |
| 2026-06-09 | 69.0212 |
| 2026-06-16 | 71.2915 |
| 2026-06-23 | 71.9279 |
| 2026-06-30 | 72.8185 |
| 2026-07-07 | 73.3780 |
| 2026-07-14 | 70.9575 |
| 2026-07-21 | 70.2611 |
| 2026-07-28 | 71.0738 |
| 2026-08-04 | 71.6746 |
| 2026-08-11 | 71.7472 |
| 2026-08-18 | 71.4009 |
| 2026-08-26 | 71.5627 |
| 2026-09-02 | 70.5409 |
| 2026-09-09 | 70.3605 |
| 2026-09-16 | 69.1545 |
| 2026-09-23 | 69.8768 |
High
76.2080
Low
0.01324
Average
67.8442
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.