GEL to MWK exchange rate API
Lari to Kwacha · quoted 2026-09-27
666.2604
▼ +0.08% over 30D
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 30 days, GEL/MWK traded between 664.7286 and 669.9599, averaged 666.8554 and fell 0.08%. 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 30D: show the values
| Point | GEL/MWK |
|---|---|
| 2026-08-28 | 666.7688 |
| 2026-08-29 | 667.0109 |
| 2026-08-30 | 666.8376 |
| 2026-08-31 | 669.8887 |
| 2026-09-01 | 664.7286 |
| 2026-09-02 | 665.2681 |
| 2026-09-03 | 664.8127 |
| 2026-09-04 | 665.1018 |
| 2026-09-05 | 666.0168 |
| 2026-09-06 | 665.7958 |
| 2026-09-07 | 666.9520 |
| 2026-09-08 | 666.1262 |
| 2026-09-09 | 665.7824 |
| 2026-09-10 | 666.3757 |
| 2026-09-11 | 667.1919 |
| 2026-09-12 | 667.1439 |
| 2026-09-13 | 665.8474 |
| 2026-09-14 | 667.7045 |
| 2026-09-15 | 668.4518 |
| 2026-09-16 | 667.7955 |
| 2026-09-17 | 668.3039 |
| 2026-09-18 | 669.9599 |
| 2026-09-19 | 669.6182 |
| 2026-09-20 | 668.1617 |
| 2026-09-21 | 666.7823 |
| 2026-09-22 | 667.3738 |
| 2026-09-23 | 666.9874 |
| 2026-09-24 | 666.4542 |
| 2026-09-25 | 666.5965 |
| 2026-09-26 | 665.0138 |
| 2026-09-27 | 666.2604 |
High
669.9599
Low
664.7286
Average
666.8554
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.