EGP to MWK exchange rate API
Egyptian Pound to Kwacha · quoted 2026-09-25
33.6063
▼ +7.62% over YTD
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 year to date, EGP/MWK traded between 31.9986 and 37.0503, averaged 34.3869 and fell 7.62%. 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 YTD: show the values
| Point | EGP/MWK |
|---|---|
| 2025-12-31 | 36.3788 |
| 2026-01-07 | 36.7125 |
| 2026-01-14 | 36.7659 |
| 2026-01-21 | 36.5713 |
| 2026-01-28 | 36.9530 |
| 2026-02-04 | 36.8377 |
| 2026-02-11 | 37.0503 |
| 2026-02-18 | 36.9091 |
| 2026-02-25 | 36.2023 |
| 2026-03-04 | 34.6577 |
| 2026-03-11 | 33.4252 |
| 2026-03-18 | 33.1150 |
| 2026-03-25 | 32.9435 |
| 2026-04-01 | 32.1688 |
| 2026-04-08 | 31.9986 |
| 2026-04-15 | 33.2633 |
| 2026-04-22 | 33.4502 |
| 2026-04-29 | 32.8862 |
| 2026-05-06 | 32.5632 |
| 2026-05-14 | 32.8959 |
| 2026-05-21 | 32.7060 |
| 2026-05-29 | 33.1092 |
| 2026-06-05 | 33.5042 |
| 2026-06-14 | 33.5602 |
| 2026-06-21 | 34.6877 |
| 2026-06-28 | 35.0106 |
| 2026-07-05 | 35.2211 |
| 2026-07-12 | 34.8839 |
| 2026-07-19 | 34.2983 |
| 2026-07-26 | 33.7704 |
| 2026-08-02 | 33.9390 |
| 2026-08-09 | 34.9755 |
| 2026-08-16 | 34.5023 |
| 2026-08-24 | 34.1764 |
| 2026-08-31 | 34.3416 |
| 2026-09-07 | 34.0650 |
| 2026-09-14 | 33.6552 |
| 2026-09-21 | 33.3293 |
High
37.0503
Low
31.9986
Average
34.3869
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.