Skip to content

RSD to DOP exchange rate API

Serbian Dinar to Dominican Peso · quoted 2026-09-25

0.57506

▼ +7.55% over 1Y

1 RSD = 0.57506 DOP · 1 DOP = 1.7389 RSD · Get this rate via the API

1 RSD buys 0.57506 DOP as of 2026-09-25, so 1 DOP buys 1.7389 RSD. Over the last year, RSD/DOP traded between 0.56487 and 0.63899, averaged 0.60218 and fell 7.55%. The API holds daily RSD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/DOP over 1Y

RSD/DOP over 1Y: show the values
PointRSD/DOP
2025-09-250.62201
2025-10-020.62513
2025-10-090.62237
2025-10-160.62748
2025-10-230.62880
2025-10-300.63599
2025-11-060.63146
2025-11-130.63564
2025-11-200.62349
2025-11-270.61930
2025-12-040.62974
2025-12-120.63899
2025-12-190.62711
2025-12-260.62945
2026-01-020.63250
2026-01-090.63124
2026-01-160.63105
2026-01-230.62916
2026-01-300.63851
2026-02-060.63429
2026-02-130.63118
2026-02-200.61636
2026-02-270.60660
2026-03-060.58844
2026-03-130.60116
2026-03-200.57872
2026-03-270.58451
2026-04-030.59561
2026-04-100.60139
2026-04-170.60081
2026-04-240.59339
2026-05-010.59358
2026-05-080.59603
2026-05-160.59017
2026-05-240.58284
2026-05-310.57663
2026-06-090.57119
2026-06-160.57837
2026-06-230.57052
2026-06-300.57973
2026-07-070.57553
2026-07-140.57107
2026-07-210.56817
2026-07-280.56487
2026-08-040.57002
2026-08-110.57397
2026-08-180.57994
2026-08-260.58047
2026-09-020.58110
2026-09-090.58393
2026-09-160.58125
2026-09-230.57938

High

0.63899

Low

0.56487

Average

0.60218

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/DOP API questions

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

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

How far back does RSD/DOP historical data go?

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