Skip to content

TND to MWK exchange rate API

Tunisian Dinar to Kwacha · quoted 2026-09-25

586.1772

▼ +1.76% over 1Y

1 TND = 586.1772 MWK · 1 MWK = 0.001706 TND · Get this rate via the API

1 TND buys 586.1772 MWK as of 2026-09-25, so 1 MWK buys 0.001706 TND. Over the last year, TND/MWK traded between 585.4858 and 610.9364, averaged 595.4315 and fell 1.76%. The API holds daily TND/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/MWK over 1Y

TND/MWK over 1Y: show the values
PointTND/MWK
2025-09-25596.7015
2025-10-02598.5281
2025-10-09592.5394
2025-10-16594.0272
2025-10-23589.9204
2025-10-30592.5151
2025-11-06586.8009
2025-11-13589.1832
2025-11-20586.5788
2025-11-27589.4954
2025-12-04592.8886
2025-12-12593.4409
2025-12-19595.2578
2025-12-26600.2902
2026-01-02601.5922
2026-01-09598.7287
2026-01-16599.4353
2026-01-23602.1043
2026-01-30610.9364
2026-02-06605.5824
2026-02-13609.1857
2026-02-20604.0773
2026-02-27605.5946
2026-03-06596.8073
2026-03-13592.6719
2026-03-20593.0526
2026-03-27591.8459
2026-04-03590.3927
2026-04-10602.3407
2026-04-17601.9764
2026-04-24602.6027
2026-05-01604.2661
2026-05-08597.7484
2026-05-16599.1848
2026-05-24594.9259
2026-05-31597.6691
2026-06-09593.8448
2026-06-16594.9737
2026-06-23590.7200
2026-06-30587.4938
2026-07-07587.1272
2026-07-14587.5040
2026-07-21588.9623
2026-07-28585.4858
2026-08-04593.1966
2026-08-11593.0135
2026-08-18594.9590
2026-08-26597.6640
2026-09-02594.7374
2026-09-09597.4958
2026-09-16595.1782
2026-09-23588.4461

High

610.9364

Low

585.4858

Average

595.4315

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/MWK API questions

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

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

How far back does TND/MWK historical data go?

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