EGP to MWK exchange rate API
Egyptian Pound to Kwacha · quoted 2026-09-25
33.6063
▼ +6.68% over 1Y
1 EGP = 33.6063 MWK · 1 MWK = 0.02976 EGP · Get this rate via the API
1 EGP buys 33.6063 MWK as of 2026-09-25, so 1 MWK buys 0.02976 EGP. Over the last year, EGP/MWK traded between 31.8670 and 37.0453, averaged 34.9680 and fell 6.68%. The API holds daily EGP/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/MWK over 1Y: show the values
| Point | EGP/MWK |
|---|---|
| 2025-09-25 | 36.0105 |
| 2025-10-02 | 36.3366 |
| 2025-10-09 | 36.4820 |
| 2025-10-16 | 36.4766 |
| 2025-10-23 | 36.4302 |
| 2025-10-30 | 36.7229 |
| 2025-11-06 | 36.6517 |
| 2025-11-13 | 36.7861 |
| 2025-11-20 | 36.6156 |
| 2025-11-27 | 36.4146 |
| 2025-12-04 | 36.4876 |
| 2025-12-12 | 36.4382 |
| 2025-12-19 | 36.4542 |
| 2025-12-26 | 36.4644 |
| 2026-01-02 | 36.3754 |
| 2026-01-09 | 36.7608 |
| 2026-01-16 | 36.7435 |
| 2026-01-23 | 36.7334 |
| 2026-01-30 | 37.0162 |
| 2026-02-06 | 37.0233 |
| 2026-02-13 | 37.0453 |
| 2026-02-20 | 36.5113 |
| 2026-02-27 | 36.1893 |
| 2026-03-06 | 34.5841 |
| 2026-03-13 | 33.1830 |
| 2026-03-20 | 33.0905 |
| 2026-03-27 | 32.8530 |
| 2026-04-03 | 31.8670 |
| 2026-04-10 | 32.7183 |
| 2026-04-17 | 33.5426 |
| 2026-04-24 | 33.0105 |
| 2026-05-01 | 32.5029 |
| 2026-05-08 | 32.9960 |
| 2026-05-16 | 32.9370 |
| 2026-05-24 | 32.7400 |
| 2026-05-31 | 33.1767 |
| 2026-06-09 | 33.4750 |
| 2026-06-16 | 34.5374 |
| 2026-06-23 | 34.9235 |
| 2026-06-30 | 35.2231 |
| 2026-07-07 | 35.4512 |
| 2026-07-14 | 34.3234 |
| 2026-07-21 | 33.9988 |
| 2026-07-28 | 34.3064 |
| 2026-08-04 | 34.5755 |
| 2026-08-11 | 34.6191 |
| 2026-08-18 | 34.4440 |
| 2026-08-26 | 34.4687 |
| 2026-09-02 | 34.0410 |
| 2026-09-09 | 33.8724 |
| 2026-09-16 | 33.3445 |
| 2026-09-23 | 33.7206 |
High
37.0453
Low
31.8670
Average
34.9680
Get this rate via the API
One GET request returns the EGP/MWK 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=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/MWK API questions
How do I get the EGP/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/MWK rate in rates.MWK.
How far back does EGP/MWK historical data go?
Daily EGP/MWK 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/MWK 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.