Skip to content

SCR to DOP exchange rate API

Seychelles Rupee to Dominican Peso · quoted 2026-09-25

4.1448

▼ +4.11% over YTD

1 SCR = 4.1448 DOP · 1 DOP = 0.24127 SCR · Get this rate via the API

1 SCR buys 4.1448 DOP as of 2026-09-25, so 1 DOP buys 0.24127 SCR. Over the year to date, SCR/DOP traded between 3.9454 and 4.5213, averaged 4.1640 and fell 4.11%. The API holds daily SCR/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/DOP over YTD

SCR/DOP over YTD: show the values
PointSCR/DOP
2025-12-314.3226
2026-01-074.5213
2026-01-144.3901
2026-01-214.4674
2026-01-284.2891
2026-02-044.2024
2026-02-114.1885
2026-02-184.2772
2026-02-254.0535
2026-03-044.3371
2026-03-114.4463
2026-03-184.2616
2026-03-254.1166
2026-04-014.0451
2026-04-084.3422
2026-04-154.2255
2026-04-224.0937
2026-04-294.3359
2026-05-064.3018
2026-05-144.1290
2026-05-214.0972
2026-05-294.1377
2026-06-054.1673
2026-06-144.0341
2026-06-213.9831
2026-06-283.9967
2026-07-054.0812
2026-07-123.9606
2026-07-194.0041
2026-07-264.0062
2026-08-023.9454
2026-08-093.9549
2026-08-163.9909
2026-08-244.0372
2026-08-314.1002
2026-09-074.1674
2026-09-144.1667
2026-09-214.0749

High

4.5213

Low

3.9454

Average

4.1640

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/DOP API questions

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

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

How far back does SCR/DOP historical data go?

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