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: show the values
| Point | DOP/NGN |
|---|---|
| 2026-03-30 | 23.2058 |
| 2026-04-06 | 22.6702 |
| 2026-04-13 | 22.5867 |
| 2026-04-20 | 22.3868 |
| 2026-04-27 | 22.7457 |
| 2026-05-04 | 23.1210 |
| 2026-05-11 | 22.8957 |
| 2026-05-19 | 23.1615 |
| 2026-05-27 | 23.3166 |
| 2026-06-03 | 23.5500 |
| 2026-06-12 | 23.2911 |
| 2026-06-19 | 23.2618 |
| 2026-06-26 | 23.3266 |
| 2026-07-03 | 23.1244 |
| 2026-07-10 | 23.4262 |
| 2026-07-17 | 23.5356 |
| 2026-07-24 | 23.5301 |
| 2026-07-31 | 23.4483 |
| 2026-08-07 | 23.3730 |
| 2026-08-14 | 23.2496 |
| 2026-08-22 | 22.9612 |
| 2026-08-29 | 22.9460 |
| 2026-09-05 | 22.3369 |
| 2026-09-12 | 22.4484 |
| 2026-09-19 | 22.5611 |
| 2026-09-26 | 22.3482 |
High
23.5500
Low
22.3369
Average
23.0058
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.