EGP to MNT exchange rate API
Egyptian Pound to Tugrik · quoted 2026-09-25
69.4972
▼ +2.89% over 30D
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 30 days, EGP/MNT traded between 68.8421 and 71.8685, averaged 70.2053 and fell 2.89%. 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 30D: show the values
| Point | EGP/MNT |
|---|---|
| 2026-08-26 | 71.5627 |
| 2026-08-27 | 71.6111 |
| 2026-08-28 | 71.6491 |
| 2026-08-29 | 71.8002 |
| 2026-08-30 | 71.8685 |
| 2026-08-31 | 70.8787 |
| 2026-09-01 | 70.7319 |
| 2026-09-02 | 70.5409 |
| 2026-09-03 | 70.5980 |
| 2026-09-04 | 70.6432 |
| 2026-09-05 | 70.5850 |
| 2026-09-06 | 70.5645 |
| 2026-09-07 | 70.6827 |
| 2026-09-08 | 70.5762 |
| 2026-09-09 | 70.3605 |
| 2026-09-10 | 70.1099 |
| 2026-09-11 | 70.0709 |
| 2026-09-12 | 70.0273 |
| 2026-09-13 | 70.0829 |
| 2026-09-14 | 69.8109 |
| 2026-09-15 | 69.4285 |
| 2026-09-16 | 69.1545 |
| 2026-09-17 | 68.9954 |
| 2026-09-18 | 69.0505 |
| 2026-09-19 | 68.9169 |
| 2026-09-20 | 68.8421 |
| 2026-09-21 | 69.2474 |
| 2026-09-22 | 69.5922 |
| 2026-09-23 | 69.8768 |
| 2026-09-24 | 69.7193 |
| 2026-09-25 | 69.4937 |
High
71.8685
Low
68.8421
Average
70.2053
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.