Skip to content

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

GEL/MWK over 30D: show the values
PointGEL/MWK
2026-08-28666.7688
2026-08-29667.0109
2026-08-30666.8376
2026-08-31669.8887
2026-09-01664.7286
2026-09-02665.2681
2026-09-03664.8127
2026-09-04665.1018
2026-09-05666.0168
2026-09-06665.7958
2026-09-07666.9520
2026-09-08666.1262
2026-09-09665.7824
2026-09-10666.3757
2026-09-11667.1919
2026-09-12667.1439
2026-09-13665.8474
2026-09-14667.7045
2026-09-15668.4518
2026-09-16667.7955
2026-09-17668.3039
2026-09-18669.9599
2026-09-19669.6182
2026-09-20668.1617
2026-09-21666.7823
2026-09-22667.3738
2026-09-23666.9874
2026-09-24666.4542
2026-09-25666.5965
2026-09-26665.0138
2026-09-27666.2604

High

669.9599

Low

664.7286

Average

666.8554

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.