Skip to content

TND to RSD exchange rate API

Tunisian Dinar to Serbian Dinar · quoted 2026-09-25

34.9284

▲ +0.95% over YTD

1 TND = 34.9284 RSD · 1 RSD = 0.02863 TND · Get this rate via the API

1 TND buys 34.9284 RSD as of 2026-09-25, so 1 RSD buys 0.02863 TND. Over the year to date, TND/RSD traded between 34.3077 and 35.1318, averaged 34.7543 and rose 0.95%. The API holds daily TND/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/RSD over YTD

TND/RSD over YTD: show the values
PointTND/RSD
2025-12-3134.5990
2026-01-0734.7129
2026-01-1434.7931
2026-01-2134.7558
2026-01-2834.6321
2026-02-0434.7770
2026-02-1134.6893
2026-02-1834.7638
2026-02-2534.7590
2026-03-0434.9008
2026-03-1134.6436
2026-03-1834.7125
2026-03-2534.8189
2026-04-0134.7254
2026-04-0834.5902
2026-04-1534.3077
2026-04-2234.8840
2026-04-2934.7693
2026-05-0634.6659
2026-05-1434.6811
2026-05-2134.7663
2026-05-2934.8092
2026-06-0534.7300
2026-06-1434.7178
2026-06-2134.7445
2026-06-2834.8202
2026-07-0534.8066
2026-07-1234.7989
2026-07-1934.7759
2026-07-2634.8188
2026-08-0234.7925
2026-08-0934.7464
2026-08-1634.7973
2026-08-2434.7463
2026-08-3135.1318
2026-09-0734.6377
2026-09-1434.9478
2026-09-2134.7210

High

35.1318

Low

34.3077

Average

34.7543

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/RSD API questions

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

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

How far back does TND/RSD historical data go?

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