Skip to content

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

GEL/MWK over 1Y: show the values
PointGEL/MWK
2025-09-27641.9024
2025-10-04637.0295
2025-10-11639.6216
2025-10-18642.5625
2025-10-25639.2783
2025-11-01640.9321
2025-11-08639.6138
2025-11-15642.3467
2025-11-22643.0426
2025-11-29643.0246
2025-12-06643.6142
2025-12-14643.1137
2025-12-21643.2484
2025-12-28643.6549
2026-01-04645.4197
2026-01-11644.1724
2026-01-18643.8727
2026-01-25644.0479
2026-02-01644.4489
2026-02-08645.2234
2026-02-15646.9005
2026-02-22649.0041
2026-03-01649.6639
2026-03-08636.5394
2026-03-15635.4225
2026-03-22637.6176
2026-03-29643.1883
2026-04-05643.2540
2026-04-12643.5437
2026-04-19642.4050
2026-04-26645.8763
2026-05-03649.7202
2026-05-10646.3638
2026-05-18648.1426
2026-05-26650.1554
2026-06-02653.1951
2026-06-11653.8974
2026-06-18655.2252
2026-06-25654.6638
2026-07-02657.5049
2026-07-09658.3973
2026-07-16657.5538
2026-07-23660.9807
2026-07-30659.9604
2026-08-06662.7158
2026-08-13664.8427
2026-08-21667.4714
2026-08-28666.7688
2026-09-04665.1018
2026-09-11667.1919
2026-09-18669.9599
2026-09-25666.5965

High

669.9599

Low

635.4225

Average

649.5520

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MWK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.