Skip to content

DOP to NAD exchange rate API

Dominican Peso to Namibia Dollar · quoted 2026-09-27

0.27397

▼ +2.31% over 1Y

1 DOP = 0.27397 NAD · 1 NAD = 3.6500 DOP · Get this rate via the API

1 DOP buys 0.27397 NAD as of 2026-09-27, so 1 NAD buys 3.6500 DOP. Over the last year, DOP/NAD traded between 0.25557 and 0.28682, averaged 0.27297 and fell 2.31%. The API holds daily DOP/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/NAD over 1Y

DOP/NAD over 1Y: show the values
PointDOP/NAD
2025-09-270.28046
2025-10-040.27534
2025-10-110.27793
2025-10-180.27447
2025-10-250.27091
2025-11-010.27028
2025-11-080.26943
2025-11-150.26622
2025-11-220.27492
2025-11-290.27251
2025-12-060.26353
2025-12-140.26548
2025-12-210.26783
2025-12-280.26515
2026-01-040.26083
2026-01-110.26017
2026-01-180.25892
2026-01-250.25599
2026-02-010.25696
2026-02-080.25557
2026-02-150.25662
2026-02-220.26241
2026-03-010.26636
2026-03-080.27499
2026-03-150.27453
2026-03-220.28658
2026-03-290.28617
2026-04-050.27984
2026-04-120.27247
2026-04-190.27339
2026-04-260.27913
2026-05-030.27999
2026-05-100.27587
2026-05-180.27725
2026-05-260.27770
2026-06-020.27853
2026-06-110.28329
2026-06-180.27869
2026-06-250.28284
2026-07-020.27586
2026-07-090.27868
2026-07-160.28128
2026-07-230.28057
2026-07-300.28682
2026-08-060.28040
2026-08-130.27637
2026-08-210.27524
2026-08-280.27205
2026-09-040.27009
2026-09-110.27555
2026-09-180.27421
2026-09-250.27652

High

0.28682

Low

0.25557

Average

0.27297

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=NAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/NAD API questions

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

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

How far back does DOP/NAD historical data go?

Daily DOP/NAD 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 DOP/NAD 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.