Skip to content

RSD to TRY exchange rate API

Serbian Dinar to Turkish Lira · quoted 2026-09-27

0.47424

▲ +14.60% over 1Y

1 RSD = 0.47424 TRY · 1 TRY = 2.1086 RSD · Get this rate via the API

1 RSD buys 0.47424 TRY as of 2026-09-27, so 1 TRY buys 2.1086 RSD. Over the last year, RSD/TRY traded between 0.41371 and 0.48047, averaged 0.44367 and rose 14.60%. The API holds daily RSD/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/TRY over 1Y

RSD/TRY over 1Y: show the values
PointRSD/TRY
2025-09-270.41380
2025-10-040.41738
2025-10-110.41465
2025-10-180.41663
2025-10-250.41600
2025-11-010.41371
2025-11-080.41641
2025-11-150.41785
2025-11-220.41679
2025-11-290.41944
2025-12-060.42164
2025-12-140.42696
2025-12-210.42674
2025-12-280.43054
2026-01-040.43004
2026-01-110.42732
2026-01-180.42761
2026-01-250.43632
2026-02-010.43887
2026-02-080.43845
2026-02-150.44127
2026-02-220.43998
2026-03-010.44202
2026-03-080.43637
2026-03-150.43031
2026-03-220.43640
2026-03-290.43610
2026-04-050.43787
2026-04-120.44652
2026-04-190.45005
2026-04-260.44942
2026-05-030.45112
2026-05-100.45574
2026-05-180.45143
2026-05-260.45499
2026-06-020.45524
2026-06-110.45412
2026-06-180.45604
2026-06-250.45053
2026-07-020.45279
2026-07-090.45598
2026-07-160.45970
2026-07-230.45982
2026-07-300.46193
2026-08-060.46854
2026-08-130.46922
2026-08-210.47891
2026-08-280.47884
2026-09-040.48000
2026-09-110.48047
2026-09-180.47756
2026-09-250.47366

High

0.48047

Low

0.41371

Average

0.44367

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/TRY API questions

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

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

How far back does RSD/TRY historical data go?

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