Skip to content

SEK to DOP exchange rate API

Swedish Krona to Dominican Peso · quoted 2026-09-27

5.9969

▼ +9.07% over 1Y

1 SEK = 5.9969 DOP · 1 DOP = 0.16675 SEK · Get this rate via the API

1 SEK buys 5.9969 DOP as of 2026-09-27, so 1 DOP buys 0.16675 SEK. Over the last year, SEK/DOP traded between 5.9880 and 7.0523, averaged 6.4722 and fell 9.07%. The API holds daily SEK/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/DOP over 1Y

SEK/DOP over 1Y: show the values
PointSEK/DOP
2025-09-276.5951
2025-10-046.6753
2025-10-116.6213
2025-10-186.7093
2025-10-256.8069
2025-11-016.7622
2025-11-086.7385
2025-11-156.7931
2025-11-226.6206
2025-11-296.6440
2025-12-066.8355
2025-12-146.8443
2025-12-216.7577
2025-12-286.8631
2026-01-046.8544
2026-01-116.8939
2026-01-186.8627
2026-01-257.0381
2026-02-017.0523
2026-02-086.9502
2026-02-156.9636
2026-02-226.7477
2026-03-016.5957
2026-03-086.5253
2026-03-156.4989
2026-03-226.3459
2026-03-296.3097
2026-04-056.4047
2026-04-126.4548
2026-04-196.5415
2026-04-266.4405
2026-05-036.4622
2026-05-106.4281
2026-05-186.3700
2026-05-266.3214
2026-06-026.2918
2026-06-116.1251
2026-06-186.1096
2026-06-255.9959
2026-07-026.1175
2026-07-096.0784
2026-07-166.0430
2026-07-235.9880
2026-07-306.0486
2026-08-066.1519
2026-08-136.1100
2026-08-216.1873
2026-08-286.1728
2026-09-046.1970
2026-09-116.0717
2026-09-186.0109
2026-09-256.0002

High

7.0523

Low

5.9880

Average

6.4722

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SEK/DOP API questions

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

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

How far back does SEK/DOP historical data go?

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