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: show the values
| Point | TJS/MWK |
|---|---|
| 2025-12-31 | 187.5178 |
| 2026-01-07 | 187.5162 |
| 2026-01-14 | 185.8337 |
| 2026-01-21 | 185.8650 |
| 2026-01-28 | 186.4890 |
| 2026-02-04 | 185.6182 |
| 2026-02-11 | 184.7054 |
| 2026-02-18 | 183.4032 |
| 2026-02-25 | 183.3551 |
| 2026-03-04 | 181.6296 |
| 2026-03-11 | 181.1718 |
| 2026-03-18 | 181.0419 |
| 2026-03-25 | 181.0030 |
| 2026-04-01 | 181.0265 |
| 2026-04-08 | 183.0484 |
| 2026-04-15 | 183.1073 |
| 2026-04-22 | 184.7317 |
| 2026-04-29 | 185.6451 |
| 2026-05-06 | 185.4564 |
| 2026-05-14 | 186.3513 |
| 2026-05-21 | 186.7723 |
| 2026-05-29 | 187.7605 |
| 2026-06-05 | 186.5123 |
| 2026-06-14 | 186.1503 |
| 2026-06-21 | 186.2261 |
| 2026-06-28 | 187.2865 |
| 2026-07-05 | 186.8994 |
| 2026-07-12 | 187.4652 |
| 2026-07-19 | 187.4197 |
| 2026-07-26 | 187.1626 |
| 2026-08-02 | 187.3688 |
| 2026-08-09 | 187.6989 |
| 2026-08-16 | 187.2931 |
| 2026-08-24 | 187.9652 |
| 2026-08-31 | 187.9415 |
| 2026-09-07 | 188.0534 |
| 2026-09-14 | 187.6708 |
| 2026-09-21 | 187.8002 |
High
188.0534
Low
181.0030
Average
185.7307
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.