Skip to content

MNT to MWK exchange rate API

Tugrik to Kwacha · quoted 2026-09-26

0.48150

▼ +1.21% over YTD

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 year to date, MNT/MWK traded between 0.48131 and 0.48739, averaged 0.48448 and fell 1.21%. 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 YTD

MNT/MWK over YTD: show the values
PointMNT/MWK
2025-12-310.48739
2026-01-070.48719
2026-01-140.48711
2026-01-210.48627
2026-01-280.48588
2026-02-040.48463
2026-02-110.48579
2026-02-180.48532
2026-02-250.48558
2026-03-040.48585
2026-03-110.48620
2026-03-180.48512
2026-03-250.48513
2026-04-010.48579
2026-04-080.48330
2026-04-150.48522
2026-04-220.48538
2026-04-290.48410
2026-05-060.48354
2026-05-140.48626
2026-05-210.48529
2026-05-290.48310
2026-06-050.48511
2026-06-140.48497
2026-06-210.48468
2026-06-280.48475
2026-07-050.48426
2026-07-120.48407
2026-07-190.48364
2026-07-260.48268
2026-08-020.48197
2026-08-090.48303
2026-08-160.48199
2026-08-240.48267
2026-08-310.48451
2026-09-070.48194
2026-09-140.48209
2026-09-210.48131

High

0.48739

Low

0.48131

Average

0.48448

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.