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: show the values
| Point | TND/MWK |
|---|---|
| 2025-09-25 | 596.7015 |
| 2025-10-02 | 598.5281 |
| 2025-10-09 | 592.5394 |
| 2025-10-16 | 594.0272 |
| 2025-10-23 | 589.9204 |
| 2025-10-30 | 592.5151 |
| 2025-11-06 | 586.8009 |
| 2025-11-13 | 589.1832 |
| 2025-11-20 | 586.5788 |
| 2025-11-27 | 589.4954 |
| 2025-12-04 | 592.8886 |
| 2025-12-12 | 593.4409 |
| 2025-12-19 | 595.2578 |
| 2025-12-26 | 600.2902 |
| 2026-01-02 | 601.5922 |
| 2026-01-09 | 598.7287 |
| 2026-01-16 | 599.4353 |
| 2026-01-23 | 602.1043 |
| 2026-01-30 | 610.9364 |
| 2026-02-06 | 605.5824 |
| 2026-02-13 | 609.1857 |
| 2026-02-20 | 604.0773 |
| 2026-02-27 | 605.5946 |
| 2026-03-06 | 596.8073 |
| 2026-03-13 | 592.6719 |
| 2026-03-20 | 593.0526 |
| 2026-03-27 | 591.8459 |
| 2026-04-03 | 590.3927 |
| 2026-04-10 | 602.3407 |
| 2026-04-17 | 601.9764 |
| 2026-04-24 | 602.6027 |
| 2026-05-01 | 604.2661 |
| 2026-05-08 | 597.7484 |
| 2026-05-16 | 599.1848 |
| 2026-05-24 | 594.9259 |
| 2026-05-31 | 597.6691 |
| 2026-06-09 | 593.8448 |
| 2026-06-16 | 594.9737 |
| 2026-06-23 | 590.7200 |
| 2026-06-30 | 587.4938 |
| 2026-07-07 | 587.1272 |
| 2026-07-14 | 587.5040 |
| 2026-07-21 | 588.9623 |
| 2026-07-28 | 585.4858 |
| 2026-08-04 | 593.1966 |
| 2026-08-11 | 593.0135 |
| 2026-08-18 | 594.9590 |
| 2026-08-26 | 597.6640 |
| 2026-09-02 | 594.7374 |
| 2026-09-09 | 597.4958 |
| 2026-09-16 | 595.1782 |
| 2026-09-23 | 588.4461 |
High
610.9364
Low
585.4858
Average
595.4315
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.