Skip to content

DOP to NGN exchange rate API

Dominican Peso to Naira · quoted 2026-09-26

22.3482

▼ +6.96% over 1Y

1 DOP = 22.3482 NGN · 1 NGN = 0.04475 DOP · Get this rate via the API

1 DOP buys 22.3482 NGN as of 2026-09-26, so 1 NGN buys 0.04475 DOP. Over the last year, DOP/NGN traded between 21.7263 and 24.0206, averaged 22.8817 and fell 6.96%. The API holds daily DOP/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/NGN over 1Y

DOP/NGN over 1Y: show the values
PointDOP/NGN
2025-09-2624.0206
2025-10-0323.5660
2025-10-1023.4454
2025-10-1723.1432
2025-10-2422.9160
2025-10-3122.5024
2025-11-0722.3632
2025-11-1422.3819
2025-11-2122.8109
2025-11-2823.0701
2025-12-0522.7641
2025-12-1322.7424
2025-12-2023.3180
2025-12-2723.1414
2026-01-0322.8350
2026-01-1022.5459
2026-01-1722.4238
2026-01-2422.5622
2026-01-3122.0710
2026-02-0721.7290
2026-02-1421.7263
2026-02-2121.9631
2026-02-2822.6632
2026-03-0723.1450
2026-03-1422.3973
2026-03-2122.9763
2026-03-2823.1638
2026-04-0422.6844
2026-04-1122.5176
2026-04-1822.2357
2026-04-2522.8162
2026-05-0223.1242
2026-05-0922.9990
2026-05-1723.1294
2026-05-2523.2825
2026-06-0123.3710
2026-06-1023.2931
2026-06-1723.1820
2026-06-2423.3058
2026-07-0123.1625
2026-07-0823.1875
2026-07-1523.6030
2026-07-2223.6067
2026-07-2923.5172
2026-08-0523.4278
2026-08-1223.3565
2026-08-2023.0589
2026-08-2723.0691
2026-09-0322.6354
2026-09-1022.5169
2026-09-1722.6798
2026-09-2422.2314

High

24.0206

Low

21.7263

Average

22.8817

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/NGN API questions

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

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

How far back does DOP/NGN historical data go?

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