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: show the values
| Point | DOP/RSD |
|---|---|
| 2025-09-26 | 1.6098 |
| 2025-10-03 | 1.5973 |
| 2025-10-10 | 1.6079 |
| 2025-10-17 | 1.5842 |
| 2025-10-24 | 1.5846 |
| 2025-10-31 | 1.5784 |
| 2025-11-07 | 1.5797 |
| 2025-11-14 | 1.5639 |
| 2025-11-21 | 1.5959 |
| 2025-11-28 | 1.6177 |
| 2025-12-05 | 1.5838 |
| 2025-12-13 | 1.5661 |
| 2025-12-20 | 1.5981 |
| 2025-12-27 | 1.5890 |
| 2026-01-03 | 1.5856 |
| 2026-01-10 | 1.5905 |
| 2026-01-17 | 1.5945 |
| 2026-01-24 | 1.5787 |
| 2026-01-31 | 1.5755 |
| 2026-02-07 | 1.5798 |
| 2026-02-14 | 1.5909 |
| 2026-02-21 | 1.6283 |
| 2026-02-28 | 1.6514 |
| 2026-03-07 | 1.6760 |
| 2026-03-14 | 1.6598 |
| 2026-03-21 | 1.7193 |
| 2026-03-28 | 1.7048 |
| 2026-04-04 | 1.6739 |
| 2026-04-11 | 1.6586 |
| 2026-04-18 | 1.6460 |
| 2026-04-25 | 1.6842 |
| 2026-05-02 | 1.6808 |
| 2026-05-09 | 1.6760 |
| 2026-05-17 | 1.7030 |
| 2026-05-25 | 1.7215 |
| 2026-06-01 | 1.7144 |
| 2026-06-10 | 1.7415 |
| 2026-06-17 | 1.7249 |
| 2026-06-24 | 1.7568 |
| 2026-07-01 | 1.7275 |
| 2026-07-08 | 1.7368 |
| 2026-07-15 | 1.7551 |
| 2026-07-22 | 1.7611 |
| 2026-07-29 | 1.7742 |
| 2026-08-05 | 1.7466 |
| 2026-08-12 | 1.7451 |
| 2026-08-20 | 1.7201 |
| 2026-08-27 | 1.7302 |
| 2026-09-03 | 1.7242 |
| 2026-09-10 | 1.7157 |
| 2026-09-17 | 1.7440 |
| 2026-09-24 | 1.7295 |
High
1.7742
Low
1.5639
Average
1.6626
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.