Skip to content

ZWL to TJS exchange rate API

Zimbabwe Dollar to Somoni · quoted 2026-09-26

0.000138

▼ +2.13% over 1Y

1 ZWL = 0.000138 TJS · 1 TJS = 7246.38 ZWL · Get this rate via the API

1 ZWL buys 0.000138 TJS as of 2026-09-26, so 1 TJS buys 7246.38 ZWL. Over the last year, ZWL/TJS traded between 0.000137 and 0.02968, averaged 0.003441 and fell 2.13%. The API holds daily ZWL/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/TJS over 1Y

ZWL/TJS over 1Y: show the values
PointZWL/TJS
2025-09-260.000141
2025-10-030.000139
2025-10-100.000139
2025-10-170.000138
2025-10-240.000139
2025-10-310.000139
2025-11-070.000140
2025-11-140.000140
2025-11-210.000140
2025-11-280.000141
2025-12-050.000140
2025-12-130.000141
2025-12-200.000141
2025-12-270.000142
2026-01-030.000142
2026-01-100.000144
2026-01-170.000145
2026-01-240.000146
2026-01-310.000147
2026-02-070.000146
2026-02-140.000147
2026-02-210.000148
2026-02-280.000147
2026-03-070.000148
2026-03-140.000150
2026-03-210.000151
2026-03-280.029677
2026-04-040.000150
2026-04-110.029504
2026-04-180.029283
2026-04-250.029144
2026-05-020.029136
2026-05-090.028974
2026-05-170.000145
2026-05-250.000140
2026-06-010.000137
2026-06-100.000139
2026-06-170.000138
2026-06-240.000138
2026-07-010.000137
2026-07-080.000138
2026-07-150.000137
2026-07-220.000138
2026-07-290.000137
2026-08-050.000138
2026-08-120.000138
2026-08-200.000137
2026-08-270.000139
2026-09-030.000138
2026-09-100.000138
2026-09-170.000138
2026-09-240.000139

High

0.02968

Low

0.000137

Average

0.003441

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/TJS API questions

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

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

How far back does ZWL/TJS historical data go?

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