Skip to content

RSD to TZS exchange rate API

Serbian Dinar to Tanzanian Shilling · quoted 2026-09-26

25.6919

▼ +2.00% over 30D

1 RSD = 25.6919 TZS · 1 TZS = 0.03892 RSD · Get this rate via the API

1 RSD buys 25.6919 TZS as of 2026-09-26, so 1 TZS buys 0.03892 RSD. Over the last 30 days, RSD/TZS traded between 25.5461 and 26.2449, averaged 25.9894 and fell 2.00%. The API holds daily RSD/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/TZS over 30D

RSD/TZS over 30D: show the values
PointRSD/TZS
2026-08-2726.2149
2026-08-2826.2449
2026-08-2926.1416
2026-08-3026.0611
2026-08-3126.0691
2026-09-0126.1082
2026-09-0226.0595
2026-09-0326.1234
2026-09-0426.1983
2026-09-0526.2366
2026-09-0626.1431
2026-09-0726.1269
2026-09-0826.1696
2026-09-0926.1390
2026-09-1026.1755
2026-09-1126.0971
2026-09-1226.1443
2026-09-1326.0698
2026-09-1426.0556
2026-09-1525.9541
2026-09-1625.9687
2026-09-1725.8131
2026-09-1825.8461
2026-09-1925.8855
2026-09-2025.8080
2026-09-2125.7872
2026-09-2225.7941
2026-09-2325.7070
2026-09-2425.5898
2026-09-2525.5461
2026-09-2625.6919

High

26.2449

Low

25.5461

Average

25.9894

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/TZS API questions

How do I get the RSD/TZS exchange rate from an API?

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

How far back does RSD/TZS historical data go?

Daily RSD/TZS 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 RSD/TZS 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.