Skip to content

TOP to MWK exchange rate API

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

729.8042

▲ +0.11% over YTD

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 year to date, TOP/MWK traded between 728.0970 and 756.8279, averaged 737.9201 and rose 0.11%. 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 YTD

TOP/MWK over YTD: show the values
PointTOP/MWK
2025-12-31728.9961
2026-01-07728.0970
2026-01-14731.3651
2026-01-21733.2799
2026-01-28739.3988
2026-02-04741.2190
2026-02-11743.7977
2026-02-18740.4927
2026-02-25741.8549
2026-03-04739.0872
2026-03-11739.0220
2026-03-18739.7236
2026-03-25737.7113
2026-04-01735.3808
2026-04-08732.3994
2026-04-16745.4796
2026-04-23740.9063
2026-04-30750.7855
2026-05-07746.6459
2026-05-15756.8279
2026-05-23735.1928
2026-05-30729.2474
2026-06-06729.6855
2026-06-15736.6205
2026-06-22736.4659
2026-06-29733.0901
2026-07-06733.0825
2026-07-13735.7116
2026-07-20736.7520
2026-07-27735.9654
2026-08-03733.0145
2026-08-10736.6301
2026-08-17737.8459
2026-08-25743.1373
2026-09-01740.8124
2026-09-08742.0395
2026-09-15737.1562
2026-09-22744.1588

High

756.8279

Low

728.0970

Average

737.9201

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.