GEL to MWK exchange rate API
Lari to Kwacha · quoted 2026-09-27
666.2604
▲ +3.79% over 1Y
1 GEL = 666.2604 MWK · 1 MWK = 0.001501 GEL · Get this rate via the API
1 GEL buys 666.2604 MWK as of 2026-09-27, so 1 MWK buys 0.001501 GEL. Over the last year, GEL/MWK traded between 635.4225 and 669.9599, averaged 649.5520 and rose 3.79%. The API holds daily GEL/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/MWK over 1Y: show the values
| Point | GEL/MWK |
|---|---|
| 2025-09-27 | 641.9024 |
| 2025-10-04 | 637.0295 |
| 2025-10-11 | 639.6216 |
| 2025-10-18 | 642.5625 |
| 2025-10-25 | 639.2783 |
| 2025-11-01 | 640.9321 |
| 2025-11-08 | 639.6138 |
| 2025-11-15 | 642.3467 |
| 2025-11-22 | 643.0426 |
| 2025-11-29 | 643.0246 |
| 2025-12-06 | 643.6142 |
| 2025-12-14 | 643.1137 |
| 2025-12-21 | 643.2484 |
| 2025-12-28 | 643.6549 |
| 2026-01-04 | 645.4197 |
| 2026-01-11 | 644.1724 |
| 2026-01-18 | 643.8727 |
| 2026-01-25 | 644.0479 |
| 2026-02-01 | 644.4489 |
| 2026-02-08 | 645.2234 |
| 2026-02-15 | 646.9005 |
| 2026-02-22 | 649.0041 |
| 2026-03-01 | 649.6639 |
| 2026-03-08 | 636.5394 |
| 2026-03-15 | 635.4225 |
| 2026-03-22 | 637.6176 |
| 2026-03-29 | 643.1883 |
| 2026-04-05 | 643.2540 |
| 2026-04-12 | 643.5437 |
| 2026-04-19 | 642.4050 |
| 2026-04-26 | 645.8763 |
| 2026-05-03 | 649.7202 |
| 2026-05-10 | 646.3638 |
| 2026-05-18 | 648.1426 |
| 2026-05-26 | 650.1554 |
| 2026-06-02 | 653.1951 |
| 2026-06-11 | 653.8974 |
| 2026-06-18 | 655.2252 |
| 2026-06-25 | 654.6638 |
| 2026-07-02 | 657.5049 |
| 2026-07-09 | 658.3973 |
| 2026-07-16 | 657.5538 |
| 2026-07-23 | 660.9807 |
| 2026-07-30 | 659.9604 |
| 2026-08-06 | 662.7158 |
| 2026-08-13 | 664.8427 |
| 2026-08-21 | 667.4714 |
| 2026-08-28 | 666.7688 |
| 2026-09-04 | 665.1018 |
| 2026-09-11 | 667.1919 |
| 2026-09-18 | 669.9599 |
| 2026-09-25 | 666.5965 |
High
669.9599
Low
635.4225
Average
649.5520
Get this rate via the API
One GET request returns the GEL/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=GEL¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/MWK API questions
How do I get the GEL/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/MWK rate in rates.MWK.
How far back does GEL/MWK historical data go?
Daily GEL/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 GEL/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.