Skip to content

DOP to RSD exchange rate API

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

1.7323

▲ +7.61% over 1Y

1 DOP = 1.7323 RSD · 1 RSD = 0.57727 DOP · Get this rate via the API

1 DOP buys 1.7323 RSD as of 2026-09-26, so 1 RSD buys 0.57727 DOP. Over the last year, DOP/RSD traded between 1.5639 and 1.7742, averaged 1.6626 and rose 7.61%. The API holds daily DOP/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/RSD over 1Y

DOP/RSD over 1Y: show the values
PointDOP/RSD
2025-09-261.6098
2025-10-031.5973
2025-10-101.6079
2025-10-171.5842
2025-10-241.5846
2025-10-311.5784
2025-11-071.5797
2025-11-141.5639
2025-11-211.5959
2025-11-281.6177
2025-12-051.5838
2025-12-131.5661
2025-12-201.5981
2025-12-271.5890
2026-01-031.5856
2026-01-101.5905
2026-01-171.5945
2026-01-241.5787
2026-01-311.5755
2026-02-071.5798
2026-02-141.5909
2026-02-211.6283
2026-02-281.6514
2026-03-071.6760
2026-03-141.6598
2026-03-211.7193
2026-03-281.7048
2026-04-041.6739
2026-04-111.6586
2026-04-181.6460
2026-04-251.6842
2026-05-021.6808
2026-05-091.6760
2026-05-171.7030
2026-05-251.7215
2026-06-011.7144
2026-06-101.7415
2026-06-171.7249
2026-06-241.7568
2026-07-011.7275
2026-07-081.7368
2026-07-151.7551
2026-07-221.7611
2026-07-291.7742
2026-08-051.7466
2026-08-121.7451
2026-08-201.7201
2026-08-271.7302
2026-09-031.7242
2026-09-101.7157
2026-09-171.7440
2026-09-241.7295

High

1.7742

Low

1.5639

Average

1.6626

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/RSD API questions

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

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

How far back does DOP/RSD historical data go?

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