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: show the values
| Point | TJS/ZAR |
|---|---|
| 2025-09-26 | 1.8615 |
| 2025-10-03 | 1.8502 |
| 2025-10-10 | 1.8472 |
| 2025-10-17 | 1.8903 |
| 2025-10-24 | 1.8714 |
| 2025-10-31 | 1.8833 |
| 2025-11-07 | 1.8801 |
| 2025-11-14 | 1.8562 |
| 2025-11-21 | 1.8725 |
| 2025-11-28 | 1.8534 |
| 2025-12-05 | 1.8405 |
| 2025-12-13 | 1.8263 |
| 2025-12-20 | 1.8245 |
| 2025-12-27 | 1.8008 |
| 2026-01-03 | 1.7861 |
| 2026-01-10 | 1.7762 |
| 2026-01-17 | 1.7606 |
| 2026-01-24 | 1.7258 |
| 2026-01-31 | 1.7161 |
| 2026-02-07 | 1.7108 |
| 2026-02-14 | 1.6911 |
| 2026-02-21 | 1.6925 |
| 2026-02-28 | 1.6749 |
| 2026-03-07 | 1.7266 |
| 2026-03-14 | 1.7657 |
| 2026-03-21 | 1.7868 |
| 2026-03-28 | 1.7915 |
| 2026-04-04 | 1.7763 |
| 2026-04-11 | 1.7282 |
| 2026-04-18 | 1.7304 |
| 2026-04-25 | 1.7619 |
| 2026-05-02 | 1.7764 |
| 2026-05-09 | 1.7558 |
| 2026-05-17 | 1.7855 |
| 2026-05-25 | 1.7640 |
| 2026-06-01 | 1.7594 |
| 2026-06-10 | 1.7757 |
| 2026-06-17 | 1.7496 |
| 2026-06-24 | 1.7900 |
| 2026-07-01 | 1.7774 |
| 2026-07-08 | 1.7667 |
| 2026-07-15 | 1.7780 |
| 2026-07-22 | 1.7820 |
| 2026-07-29 | 1.8178 |
| 2026-08-05 | 1.7738 |
| 2026-08-12 | 1.7508 |
| 2026-08-20 | 1.7633 |
| 2026-08-27 | 1.7315 |
| 2026-09-03 | 1.7378 |
| 2026-09-10 | 1.7481 |
| 2026-09-17 | 1.7547 |
| 2026-09-24 | 1.7754 |
High
1.8903
Low
1.6749
Average
1.7819
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.