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: show the values
| Point | SEK/DOP |
|---|---|
| 2025-09-27 | 6.5951 |
| 2025-10-04 | 6.6753 |
| 2025-10-11 | 6.6213 |
| 2025-10-18 | 6.7093 |
| 2025-10-25 | 6.8069 |
| 2025-11-01 | 6.7622 |
| 2025-11-08 | 6.7385 |
| 2025-11-15 | 6.7931 |
| 2025-11-22 | 6.6206 |
| 2025-11-29 | 6.6440 |
| 2025-12-06 | 6.8355 |
| 2025-12-14 | 6.8443 |
| 2025-12-21 | 6.7577 |
| 2025-12-28 | 6.8631 |
| 2026-01-04 | 6.8544 |
| 2026-01-11 | 6.8939 |
| 2026-01-18 | 6.8627 |
| 2026-01-25 | 7.0381 |
| 2026-02-01 | 7.0523 |
| 2026-02-08 | 6.9502 |
| 2026-02-15 | 6.9636 |
| 2026-02-22 | 6.7477 |
| 2026-03-01 | 6.5957 |
| 2026-03-08 | 6.5253 |
| 2026-03-15 | 6.4989 |
| 2026-03-22 | 6.3459 |
| 2026-03-29 | 6.3097 |
| 2026-04-05 | 6.4047 |
| 2026-04-12 | 6.4548 |
| 2026-04-19 | 6.5415 |
| 2026-04-26 | 6.4405 |
| 2026-05-03 | 6.4622 |
| 2026-05-10 | 6.4281 |
| 2026-05-18 | 6.3700 |
| 2026-05-26 | 6.3214 |
| 2026-06-02 | 6.2918 |
| 2026-06-11 | 6.1251 |
| 2026-06-18 | 6.1096 |
| 2026-06-25 | 5.9959 |
| 2026-07-02 | 6.1175 |
| 2026-07-09 | 6.0784 |
| 2026-07-16 | 6.0430 |
| 2026-07-23 | 5.9880 |
| 2026-07-30 | 6.0486 |
| 2026-08-06 | 6.1519 |
| 2026-08-13 | 6.1100 |
| 2026-08-21 | 6.1873 |
| 2026-08-28 | 6.1728 |
| 2026-09-04 | 6.1970 |
| 2026-09-11 | 6.0717 |
| 2026-09-18 | 6.0109 |
| 2026-09-25 | 6.0002 |
High
7.0523
Low
5.9880
Average
6.4722
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.