EGP to MMK exchange rate API
Egyptian Pound to Kyat · quoted 2026-09-24
40.5488
▼ +7.97% over 1Y
1 EGP = 40.5488 MMK · 1 MMK = 0.02466 EGP · Get this rate via the API
1 EGP buys 40.5488 MMK as of 2026-09-24, so 1 MMK buys 0.02466 EGP. Over the last year, EGP/MMK traded between 38.9092 and 44.8583, averaged 42.2814 and fell 7.97%. The API holds daily EGP/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/MMK over 1Y: show the values
| Point | EGP/MMK |
|---|---|
| 2025-09-24 | 44.0606 |
| 2025-10-01 | 43.8757 |
| 2025-10-08 | 44.1477 |
| 2025-10-15 | 44.0677 |
| 2025-10-22 | 44.1578 |
| 2025-10-29 | 44.3640 |
| 2025-11-05 | 44.3202 |
| 2025-11-12 | 44.4787 |
| 2025-11-19 | 44.4033 |
| 2025-11-26 | 43.9751 |
| 2025-12-03 | 44.1686 |
| 2025-12-10 | 44.1339 |
| 2025-12-17 | 44.2043 |
| 2025-12-24 | 44.1784 |
| 2025-12-31 | 44.0273 |
| 2026-01-07 | 44.4316 |
| 2026-01-14 | 44.4801 |
| 2026-01-21 | 44.2897 |
| 2026-01-28 | 44.7465 |
| 2026-02-04 | 44.7352 |
| 2026-02-11 | 44.8583 |
| 2026-02-18 | 44.7337 |
| 2026-02-25 | 43.8445 |
| 2026-03-04 | 41.9611 |
| 2026-03-11 | 40.4428 |
| 2026-03-18 | 40.1656 |
| 2026-03-25 | 39.9440 |
| 2026-04-01 | 38.9138 |
| 2026-04-08 | 38.9092 |
| 2026-04-15 | 40.2621 |
| 2026-04-22 | 40.4560 |
| 2026-04-29 | 39.6659 |
| 2026-05-06 | 39.5160 |
| 2026-05-13 | 39.6873 |
| 2026-05-20 | 39.4082 |
| 2026-05-27 | 40.2136 |
| 2026-06-03 | 40.4360 |
| 2026-06-11 | 40.4299 |
| 2026-06-18 | 42.0640 |
| 2026-06-25 | 42.3565 |
| 2026-07-02 | 42.7747 |
| 2026-07-09 | 42.3140 |
| 2026-07-16 | 41.5711 |
| 2026-07-23 | 40.9308 |
| 2026-07-30 | 41.1995 |
| 2026-08-06 | 42.2012 |
| 2026-08-13 | 41.8132 |
| 2026-08-20 | 41.3509 |
| 2026-08-27 | 41.7933 |
| 2026-09-03 | 41.2299 |
| 2026-09-10 | 40.9417 |
| 2026-09-17 | 40.2731 |
| 2026-09-24 | 40.7361 |
High
44.8583
Low
38.9092
Average
42.2814
Get this rate via the API
One GET request returns the EGP/MMK 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=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/MMK API questions
How do I get the EGP/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/MMK rate in rates.MMK.
How far back does EGP/MMK historical data go?
Daily EGP/MMK 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/MMK 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.