Skip to content

RSD to INR exchange rate API

Serbian Dinar to Indian Rupee · quoted 2026-09-25

0.93061

▲ +4.72% over 1Y

1 RSD = 0.93061 INR · 1 INR = 1.0746 RSD · Get this rate via the API

1 RSD buys 0.93061 INR as of 2026-09-25, so 1 INR buys 1.0746 RSD. Over the last year, RSD/INR traded between 0.86914 and 0.95127, averaged 0.91676 and rose 4.72%. The API holds daily RSD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/INR over 1Y

RSD/INR over 1Y: show the values
PointRSD/INR
2025-09-250.88870
2025-10-020.88873
2025-10-090.88215
2025-10-160.87609
2025-10-230.86914
2025-10-300.87894
2025-11-060.86961
2025-11-130.87710
2025-11-200.87194
2025-11-270.88453
2025-12-040.89272
2025-12-120.90486
2025-12-190.89610
2025-12-260.90526
2026-01-020.90439
2026-01-090.89582
2026-01-160.89742
2026-01-230.91906
2026-01-300.93239
2026-02-060.91060
2026-02-130.91614
2026-02-200.91070
2026-02-270.91504
2026-03-060.90883
2026-03-130.90627
2026-03-200.92181
2026-03-270.93157
2026-04-030.91095
2026-04-100.92524
2026-04-170.93141
2026-04-240.93746
2026-05-010.95127
2026-05-080.94396
2026-05-160.95066
2026-05-240.94707
2026-05-310.94391
2026-06-090.93724
2026-06-160.93331
2026-06-230.92252
2026-06-300.91931
2026-07-070.92561
2026-07-140.93390
2026-07-210.93566
2026-07-280.92893
2026-08-040.93543
2026-08-110.93884
2026-08-180.94386
2026-08-260.94916
2026-09-020.93745
2026-09-090.94277
2026-09-160.94381
2026-09-230.93214

High

0.95127

Low

0.86914

Average

0.91676

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/INR API questions

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

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

How far back does RSD/INR historical data go?

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