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: show the values
| Point | RSD/TZS |
|---|---|
| 2025-09-26 | 23.4796 |
| 2025-10-03 | 23.9454 |
| 2025-10-10 | 24.0539 |
| 2025-10-17 | 24.3512 |
| 2025-10-24 | 24.4185 |
| 2025-10-31 | 24.1868 |
| 2025-11-07 | 24.1180 |
| 2025-11-14 | 24.1144 |
| 2025-11-21 | 23.9143 |
| 2025-11-28 | 24.1667 |
| 2025-12-05 | 24.0586 |
| 2025-12-13 | 24.6192 |
| 2025-12-20 | 24.8616 |
| 2025-12-27 | 24.8238 |
| 2026-01-03 | 24.6958 |
| 2026-01-10 | 24.7782 |
| 2026-01-17 | 24.8350 |
| 2026-01-24 | 25.5256 |
| 2026-01-31 | 25.9755 |
| 2026-02-07 | 25.9213 |
| 2026-02-14 | 26.2678 |
| 2026-02-21 | 25.9129 |
| 2026-02-28 | 25.7638 |
| 2026-03-07 | 25.5997 |
| 2026-03-14 | 25.3655 |
| 2026-03-21 | 25.4954 |
| 2026-03-28 | 25.3048 |
| 2026-04-04 | 25.5470 |
| 2026-04-11 | 26.0146 |
| 2026-04-18 | 26.1123 |
| 2026-04-25 | 25.9394 |
| 2026-05-02 | 26.0459 |
| 2026-05-09 | 26.1216 |
| 2026-05-17 | 25.6920 |
| 2026-05-25 | 25.8724 |
| 2026-06-01 | 25.8694 |
| 2026-06-10 | 25.7358 |
| 2026-06-17 | 25.9394 |
| 2026-06-24 | 25.3810 |
| 2026-07-01 | 25.4766 |
| 2026-07-08 | 25.5364 |
| 2026-07-15 | 25.6461 |
| 2026-07-22 | 25.5794 |
| 2026-07-29 | 25.5948 |
| 2026-08-05 | 25.9568 |
| 2026-08-12 | 25.9580 |
| 2026-08-20 | 26.3359 |
| 2026-08-27 | 26.2149 |
| 2026-09-03 | 26.1234 |
| 2026-09-10 | 26.1755 |
| 2026-09-17 | 25.8131 |
| 2026-09-24 | 25.5898 |
High
26.3359
Low
23.4796
Average
25.3305
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.