Skip to content

MNT to MWK exchange rate API

Tugrik to Kwacha · quoted 2026-09-26

0.48150

▼ +0.79% over 6M

1 MNT = 0.48150 MWK · 1 MWK = 2.0769 MNT · Get this rate via the API

1 MNT buys 0.48150 MWK as of 2026-09-26, so 1 MWK buys 2.0769 MNT. Over the last 6 months, MNT/MWK traded between 0.48078 and 0.48674, averaged 0.48362 and fell 0.79%. The API holds daily MNT/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/MWK over 6M

MNT/MWK over 6M: show the values
PointMNT/MWK
2026-03-300.48531
2026-04-060.48420
2026-04-130.48444
2026-04-200.48673
2026-04-270.48396
2026-05-040.48674
2026-05-110.48342
2026-05-190.48630
2026-05-270.48449
2026-06-030.48493
2026-06-120.48343
2026-06-190.48522
2026-06-260.48309
2026-07-030.48316
2026-07-100.48315
2026-07-170.48401
2026-07-240.48251
2026-07-310.48248
2026-08-070.48261
2026-08-140.48184
2026-08-220.48078
2026-08-290.48258
2026-09-050.48299
2026-09-120.48244
2026-09-190.48389
2026-09-260.48150

High

0.48674

Low

0.48078

Average

0.48362

For developers

Get this rate via the API

One GET request returns the MNT/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=MNT&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&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=MNT&currencies=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/MWK API questions

How do I get the MNT/MWK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/MWK rate in rates.MWK.

How far back does MNT/MWK historical data go?

Daily MNT/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 MNT/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.