Skip to content

RSD to TZS exchange rate API

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

25.6919

▲ +9.42% over 1Y

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 year, RSD/TZS traded between 23.4796 and 26.3359, averaged 25.3305 and rose 9.42%. 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 1Y

RSD/TZS over 1Y: show the values
PointRSD/TZS
2025-09-2623.4796
2025-10-0323.9454
2025-10-1024.0539
2025-10-1724.3512
2025-10-2424.4185
2025-10-3124.1868
2025-11-0724.1180
2025-11-1424.1144
2025-11-2123.9143
2025-11-2824.1667
2025-12-0524.0586
2025-12-1324.6192
2025-12-2024.8616
2025-12-2724.8238
2026-01-0324.6958
2026-01-1024.7782
2026-01-1724.8350
2026-01-2425.5256
2026-01-3125.9755
2026-02-0725.9213
2026-02-1426.2678
2026-02-2125.9129
2026-02-2825.7638
2026-03-0725.5997
2026-03-1425.3655
2026-03-2125.4954
2026-03-2825.3048
2026-04-0425.5470
2026-04-1126.0146
2026-04-1826.1123
2026-04-2525.9394
2026-05-0226.0459
2026-05-0926.1216
2026-05-1725.6920
2026-05-2525.8724
2026-06-0125.8694
2026-06-1025.7358
2026-06-1725.9394
2026-06-2425.3810
2026-07-0125.4766
2026-07-0825.5364
2026-07-1525.6461
2026-07-2225.5794
2026-07-2925.5948
2026-08-0525.9568
2026-08-1225.9580
2026-08-2026.3359
2026-08-2726.2149
2026-09-0326.1234
2026-09-1026.1755
2026-09-1725.8131
2026-09-2425.5898

High

26.3359

Low

23.4796

Average

25.3305

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.