Skip to content

TJS to ZAR exchange rate API

Somoni to Rand · quoted 2026-09-26

1.7696

▼ +1.04% over YTD

1 TJS = 1.7696 ZAR · 1 ZAR = 0.56511 TJS · Get this rate via the API

1 TJS buys 1.7696 ZAR as of 2026-09-26, so 1 ZAR buys 0.56511 TJS. Over the year to date, TJS/ZAR traded between 1.6773 and 1.8105, averaged 1.7492 and fell 1.04%. The API holds daily TJS/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/ZAR over YTD

TJS/ZAR over YTD: show the values
PointTJS/ZAR
2025-12-311.7883
2026-01-071.7783
2026-01-141.7553
2026-01-211.7482
2026-01-281.7080
2026-02-041.7106
2026-02-111.6919
2026-02-181.6962
2026-02-251.6773
2026-03-041.7088
2026-03-111.7121
2026-03-181.7655
2026-03-251.7677
2026-04-011.7501
2026-04-081.7285
2026-04-151.7325
2026-04-221.7522
2026-04-291.7699
2026-05-061.7582
2026-05-141.7571
2026-05-211.7805
2026-05-291.7619
2026-06-051.7479
2026-06-141.7409
2026-06-211.7680
2026-06-281.7777
2026-07-051.7483
2026-07-121.7657
2026-07-191.7884
2026-07-261.8105
2026-08-021.7850
2026-08-091.7459
2026-08-161.7486
2026-08-241.7322
2026-08-311.7383
2026-09-071.7338
2026-09-141.7579
2026-09-211.7622

High

1.8105

Low

1.6773

Average

1.7492

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/ZAR API questions

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

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

How far back does TJS/ZAR historical data go?

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