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: show the values
| Point | RSD/DOP |
|---|---|
| 2025-09-25 | 0.62201 |
| 2025-10-02 | 0.62513 |
| 2025-10-09 | 0.62237 |
| 2025-10-16 | 0.62748 |
| 2025-10-23 | 0.62880 |
| 2025-10-30 | 0.63599 |
| 2025-11-06 | 0.63146 |
| 2025-11-13 | 0.63564 |
| 2025-11-20 | 0.62349 |
| 2025-11-27 | 0.61930 |
| 2025-12-04 | 0.62974 |
| 2025-12-12 | 0.63899 |
| 2025-12-19 | 0.62711 |
| 2025-12-26 | 0.62945 |
| 2026-01-02 | 0.63250 |
| 2026-01-09 | 0.63124 |
| 2026-01-16 | 0.63105 |
| 2026-01-23 | 0.62916 |
| 2026-01-30 | 0.63851 |
| 2026-02-06 | 0.63429 |
| 2026-02-13 | 0.63118 |
| 2026-02-20 | 0.61636 |
| 2026-02-27 | 0.60660 |
| 2026-03-06 | 0.58844 |
| 2026-03-13 | 0.60116 |
| 2026-03-20 | 0.57872 |
| 2026-03-27 | 0.58451 |
| 2026-04-03 | 0.59561 |
| 2026-04-10 | 0.60139 |
| 2026-04-17 | 0.60081 |
| 2026-04-24 | 0.59339 |
| 2026-05-01 | 0.59358 |
| 2026-05-08 | 0.59603 |
| 2026-05-16 | 0.59017 |
| 2026-05-24 | 0.58284 |
| 2026-05-31 | 0.57663 |
| 2026-06-09 | 0.57119 |
| 2026-06-16 | 0.57837 |
| 2026-06-23 | 0.57052 |
| 2026-06-30 | 0.57973 |
| 2026-07-07 | 0.57553 |
| 2026-07-14 | 0.57107 |
| 2026-07-21 | 0.56817 |
| 2026-07-28 | 0.56487 |
| 2026-08-04 | 0.57002 |
| 2026-08-11 | 0.57397 |
| 2026-08-18 | 0.57994 |
| 2026-08-26 | 0.58047 |
| 2026-09-02 | 0.58110 |
| 2026-09-09 | 0.58393 |
| 2026-09-16 | 0.58125 |
| 2026-09-23 | 0.57938 |
High
0.63899
Low
0.56487
Average
0.60218
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.