Skip to content

MNT to MWK exchange rate API

Tugrik to Kwacha · quoted 2026-09-26

0.48150

▼ +0.50% over 1Y

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 year, MNT/MWK traded between 0.47980 and 2506.76, averaged 127.2459 and fell 0.50%. 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 1Y

MNT/MWK over 1Y: show the values
PointMNT/MWK
2025-09-260.48392
2025-10-030.48236
2025-10-100.48347
2025-10-170.48104
2025-10-240.48151
2025-10-312506.76396
2025-11-072113.32742
2025-11-142099.70687
2025-11-210.48625
2025-11-280.48624
2025-12-050.48907
2025-12-130.48919
2025-12-200.48800
2025-12-270.48751
2026-01-030.48830
2026-01-100.48767
2026-01-170.48600
2026-01-240.48637
2026-01-310.48650
2026-02-070.48696
2026-02-140.48622
2026-02-210.48612
2026-02-280.48675
2026-03-070.48638
2026-03-140.48619
2026-03-210.48593
2026-03-280.48520
2026-04-040.48413
2026-04-110.48299
2026-04-180.48552
2026-04-250.48352
2026-05-020.48640
2026-05-090.48674
2026-05-170.48477
2026-05-250.48284
2026-06-010.48512
2026-06-100.48524
2026-06-170.48491
2026-06-240.48439
2026-07-010.48374
2026-07-080.48476
2026-07-150.48183
2026-07-220.48337
2026-07-290.48278
2026-08-050.48151
2026-08-120.48178
2026-08-200.47980
2026-08-270.48207
2026-09-030.48182
2026-09-100.48223
2026-09-170.48289
2026-09-240.48303

High

2506.76

Low

0.47980

Average

127.2459

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.