TJS to ZMW exchange rate API
Somoni to Zambian Kwacha · quoted 2026-09-27
2.1102
▼ +12.17% over YTD
1 TJS = 2.1102 ZMW · 1 ZMW = 0.47388 TJS · Get this rate via the API
1 TJS buys 2.1102 ZMW as of 2026-09-27, so 1 ZMW buys 0.47388 TJS. Over the year to date, TJS/ZMW traded between 1.8863 and 2.4027, averaged 2.0434 and fell 12.17%. The API holds daily TJS/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/ZMW over YTD: show the values
| Point | TJS/ZMW |
|---|---|
| 2025-12-31 | 2.4027 |
| 2026-01-07 | 2.2679 |
| 2026-01-14 | 2.0880 |
| 2026-01-21 | 2.1722 |
| 2026-01-28 | 2.1346 |
| 2026-02-04 | 2.1058 |
| 2026-02-11 | 2.0340 |
| 2026-02-18 | 1.9584 |
| 2026-02-25 | 2.0062 |
| 2026-03-04 | 2.0106 |
| 2026-03-11 | 2.0250 |
| 2026-03-18 | 2.0482 |
| 2026-03-25 | 1.9829 |
| 2026-04-01 | 2.0024 |
| 2026-04-08 | 2.0614 |
| 2026-04-15 | 2.0195 |
| 2026-04-22 | 2.0268 |
| 2026-04-29 | 2.0227 |
| 2026-05-06 | 2.0187 |
| 2026-05-14 | 2.0348 |
| 2026-05-21 | 2.0436 |
| 2026-05-29 | 2.0200 |
| 2026-06-05 | 1.8864 |
| 2026-06-14 | 1.8863 |
| 2026-06-21 | 1.9225 |
| 2026-06-28 | 1.9584 |
| 2026-07-05 | 1.9791 |
| 2026-07-12 | 1.9521 |
| 2026-07-19 | 1.9711 |
| 2026-07-26 | 2.0125 |
| 2026-08-02 | 2.0281 |
| 2026-08-09 | 2.0309 |
| 2026-08-16 | 2.0446 |
| 2026-08-24 | 2.0550 |
| 2026-08-31 | 2.0546 |
| 2026-09-07 | 2.0870 |
| 2026-09-14 | 2.0933 |
| 2026-09-21 | 2.1351 |
High
2.4027
Low
1.8863
Average
2.0434
Get this rate via the API
One GET request returns the TJS/ZMW 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=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/ZMW API questions
How do I get the TJS/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/ZMW rate in rates.ZMW.
How far back does TJS/ZMW historical data go?
Daily TJS/ZMW 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/ZMW 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.