Skip to content

TJS to ZAR exchange rate API

Somoni to Rand · quoted 2026-09-26

1.7696

▼ +4.94% over 1Y

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 last year, TJS/ZAR traded between 1.6749 and 1.8903, averaged 1.7819 and fell 4.94%. 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 1Y

TJS/ZAR over 1Y: show the values
PointTJS/ZAR
2025-09-261.8615
2025-10-031.8502
2025-10-101.8472
2025-10-171.8903
2025-10-241.8714
2025-10-311.8833
2025-11-071.8801
2025-11-141.8562
2025-11-211.8725
2025-11-281.8534
2025-12-051.8405
2025-12-131.8263
2025-12-201.8245
2025-12-271.8008
2026-01-031.7861
2026-01-101.7762
2026-01-171.7606
2026-01-241.7258
2026-01-311.7161
2026-02-071.7108
2026-02-141.6911
2026-02-211.6925
2026-02-281.6749
2026-03-071.7266
2026-03-141.7657
2026-03-211.7868
2026-03-281.7915
2026-04-041.7763
2026-04-111.7282
2026-04-181.7304
2026-04-251.7619
2026-05-021.7764
2026-05-091.7558
2026-05-171.7855
2026-05-251.7640
2026-06-011.7594
2026-06-101.7757
2026-06-171.7496
2026-06-241.7900
2026-07-011.7774
2026-07-081.7667
2026-07-151.7780
2026-07-221.7820
2026-07-291.8178
2026-08-051.7738
2026-08-121.7508
2026-08-201.7633
2026-08-271.7315
2026-09-031.7378
2026-09-101.7481
2026-09-171.7547
2026-09-241.7754

High

1.8903

Low

1.6749

Average

1.7819

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.