Skip to content

TOP to MWK exchange rate API

Pa’anga to Kwacha · quoted 2026-09-25

729.8042

▼ +1.65% over 1Y

1 TOP = 729.8042 MWK · 1 MWK = 0.001370 TOP · Get this rate via the API

1 TOP buys 729.8042 MWK as of 2026-09-25, so 1 MWK buys 0.001370 TOP. Over the last year, TOP/MWK traded between 719.0089 and 745.8049, averaged 734.7059 and fell 1.65%. The API holds daily TOP/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/MWK over 1Y

TOP/MWK over 1Y: show the values
PointTOP/MWK
2025-09-25742.0348
2025-10-02734.5856
2025-10-09733.3906
2025-10-16736.0279
2025-10-23734.6726
2025-10-30730.8097
2025-11-06735.9193
2025-11-13736.8927
2025-11-20724.8415
2025-11-27723.7304
2025-12-04726.0933
2025-12-12722.7841
2025-12-19725.4494
2025-12-26734.8686
2026-01-02725.4879
2026-01-09725.4205
2026-01-16736.4272
2026-01-23731.5036
2026-01-30740.7902
2026-02-06737.7669
2026-02-13742.8521
2026-02-20740.6357
2026-02-27741.8856
2026-03-06737.9467
2026-03-13741.2605
2026-03-20736.5382
2026-03-27742.5249
2026-04-03733.2461
2026-04-10740.1698
2026-04-18721.0023
2026-04-25719.0089
2026-05-02723.2878
2026-05-09723.4942
2026-05-17736.3808
2026-05-25740.4952
2026-06-01745.4179
2026-06-10738.8771
2026-06-17745.8049
2026-06-24735.3097
2026-07-01731.2809
2026-07-08741.0574
2026-07-15732.0125
2026-07-22733.7816
2026-07-29737.7247
2026-08-05735.4006
2026-08-12735.7852
2026-08-20736.6510
2026-08-27742.7454
2026-09-03741.3312
2026-09-10741.1659
2026-09-17738.4028
2026-09-24736.6324

High

745.8049

Low

719.0089

Average

734.7059

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/MWK API questions

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

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

How far back does TOP/MWK historical data go?

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