Skip to content

DOP to NGN exchange rate API

Dominican Peso to Naira · quoted 2026-09-26

22.3482

▼ +3.70% over 6M

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 6 months, DOP/NGN traded between 22.3369 and 23.5500, averaged 23.0058 and fell 3.70%. 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 6M

DOP/NGN over 6M: show the values
PointDOP/NGN
2026-03-3023.2058
2026-04-0622.6702
2026-04-1322.5867
2026-04-2022.3868
2026-04-2722.7457
2026-05-0423.1210
2026-05-1122.8957
2026-05-1923.1615
2026-05-2723.3166
2026-06-0323.5500
2026-06-1223.2911
2026-06-1923.2618
2026-06-2623.3266
2026-07-0323.1244
2026-07-1023.4262
2026-07-1723.5356
2026-07-2423.5301
2026-07-3123.4483
2026-08-0723.3730
2026-08-1423.2496
2026-08-2222.9612
2026-08-2922.9460
2026-09-0522.3369
2026-09-1222.4484
2026-09-1922.5611
2026-09-2622.3482

High

23.5500

Low

22.3369

Average

23.0058

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.