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: show the values
| Point | TND/RSD |
|---|---|
| 2025-12-31 | 34.5990 |
| 2026-01-07 | 34.7129 |
| 2026-01-14 | 34.7931 |
| 2026-01-21 | 34.7558 |
| 2026-01-28 | 34.6321 |
| 2026-02-04 | 34.7770 |
| 2026-02-11 | 34.6893 |
| 2026-02-18 | 34.7638 |
| 2026-02-25 | 34.7590 |
| 2026-03-04 | 34.9008 |
| 2026-03-11 | 34.6436 |
| 2026-03-18 | 34.7125 |
| 2026-03-25 | 34.8189 |
| 2026-04-01 | 34.7254 |
| 2026-04-08 | 34.5902 |
| 2026-04-15 | 34.3077 |
| 2026-04-22 | 34.8840 |
| 2026-04-29 | 34.7693 |
| 2026-05-06 | 34.6659 |
| 2026-05-14 | 34.6811 |
| 2026-05-21 | 34.7663 |
| 2026-05-29 | 34.8092 |
| 2026-06-05 | 34.7300 |
| 2026-06-14 | 34.7178 |
| 2026-06-21 | 34.7445 |
| 2026-06-28 | 34.8202 |
| 2026-07-05 | 34.8066 |
| 2026-07-12 | 34.7989 |
| 2026-07-19 | 34.7759 |
| 2026-07-26 | 34.8188 |
| 2026-08-02 | 34.7925 |
| 2026-08-09 | 34.7464 |
| 2026-08-16 | 34.7973 |
| 2026-08-24 | 34.7463 |
| 2026-08-31 | 35.1318 |
| 2026-09-07 | 34.6377 |
| 2026-09-14 | 34.9478 |
| 2026-09-21 | 34.7210 |
High
35.1318
Low
34.3077
Average
34.7543
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.