Skip to content

NOK to DOP exchange rate API

Norwegian Krone to Dominican Peso · quoted 2026-09-26

6.2558

▲ +0.59% over 1Y

1 NOK = 6.2558 DOP · 1 DOP = 0.15985 NOK · Get this rate via the API

1 NOK buys 6.2558 DOP as of 2026-09-26, so 1 DOP buys 0.15985 NOK. Over the last year, NOK/DOP traded between 5.9756 and 6.5554, averaged 6.2709 and rose 0.59%. The API holds daily NOK/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NOK/DOP over 1Y

NOK/DOP over 1Y: show the values
PointNOK/DOP
2025-09-266.2192
2025-10-036.2890
2025-10-106.2403
2025-10-176.2943
2025-10-246.3667
2025-10-316.3656
2025-11-076.3116
2025-11-146.3955
2025-11-216.2230
2025-11-286.1575
2025-12-056.3009
2025-12-136.2995
2025-12-206.1785
2025-12-276.2622
2026-01-036.2666
2026-01-106.2791
2026-01-176.2884
2026-01-246.4430
2026-01-316.5101
2026-02-076.5021
2026-02-146.5554
2026-02-216.4231
2026-02-286.3288
2026-03-076.2825
2026-03-146.3252
2026-03-216.1692
2026-03-286.1554
2026-04-046.2218
2026-04-116.3387
2026-04-186.4443
2026-04-256.3835
2026-05-026.4003
2026-05-096.4446
2026-05-176.3631
2026-05-256.3562
2026-06-016.3406
2026-06-106.1488
2026-06-176.1700
2026-06-245.9756
2026-07-015.9942
2026-07-086.0609
2026-07-156.0077
2026-07-226.0888
2026-07-296.0081
2026-08-056.1259
2026-08-126.1540
2026-08-206.2573
2026-08-276.2331
2026-09-036.3055
2026-09-106.3421
2026-09-176.2186
2026-09-246.2868

High

6.5554

Low

5.9756

Average

6.2709

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NOK/DOP API questions

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

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

How far back does NOK/DOP historical data go?

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