Skip to content

TJS to MWK exchange rate API

Somoni to Kwacha · quoted 2026-09-27

187.5349

▲ +0.01% over YTD

1 TJS = 187.5349 MWK · 1 MWK = 0.005332 TJS · Get this rate via the API

1 TJS buys 187.5349 MWK as of 2026-09-27, so 1 MWK buys 0.005332 TJS. Over the year to date, TJS/MWK traded between 181.0030 and 188.0534, averaged 185.7307 and rose 0.01%. The API holds daily TJS/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MWK over YTD

TJS/MWK over YTD: show the values
PointTJS/MWK
2025-12-31187.5178
2026-01-07187.5162
2026-01-14185.8337
2026-01-21185.8650
2026-01-28186.4890
2026-02-04185.6182
2026-02-11184.7054
2026-02-18183.4032
2026-02-25183.3551
2026-03-04181.6296
2026-03-11181.1718
2026-03-18181.0419
2026-03-25181.0030
2026-04-01181.0265
2026-04-08183.0484
2026-04-15183.1073
2026-04-22184.7317
2026-04-29185.6451
2026-05-06185.4564
2026-05-14186.3513
2026-05-21186.7723
2026-05-29187.7605
2026-06-05186.5123
2026-06-14186.1503
2026-06-21186.2261
2026-06-28187.2865
2026-07-05186.8994
2026-07-12187.4652
2026-07-19187.4197
2026-07-26187.1626
2026-08-02187.3688
2026-08-09187.6989
2026-08-16187.2931
2026-08-24187.9652
2026-08-31187.9415
2026-09-07188.0534
2026-09-14187.6708
2026-09-21187.8002

High

188.0534

Low

181.0030

Average

185.7307

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MWK API questions

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

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

How far back does TJS/MWK historical data go?

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