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: show the values
| Point | DOP/NGN |
|---|---|
| 2025-09-26 | 24.0206 |
| 2025-10-03 | 23.5660 |
| 2025-10-10 | 23.4454 |
| 2025-10-17 | 23.1432 |
| 2025-10-24 | 22.9160 |
| 2025-10-31 | 22.5024 |
| 2025-11-07 | 22.3632 |
| 2025-11-14 | 22.3819 |
| 2025-11-21 | 22.8109 |
| 2025-11-28 | 23.0701 |
| 2025-12-05 | 22.7641 |
| 2025-12-13 | 22.7424 |
| 2025-12-20 | 23.3180 |
| 2025-12-27 | 23.1414 |
| 2026-01-03 | 22.8350 |
| 2026-01-10 | 22.5459 |
| 2026-01-17 | 22.4238 |
| 2026-01-24 | 22.5622 |
| 2026-01-31 | 22.0710 |
| 2026-02-07 | 21.7290 |
| 2026-02-14 | 21.7263 |
| 2026-02-21 | 21.9631 |
| 2026-02-28 | 22.6632 |
| 2026-03-07 | 23.1450 |
| 2026-03-14 | 22.3973 |
| 2026-03-21 | 22.9763 |
| 2026-03-28 | 23.1638 |
| 2026-04-04 | 22.6844 |
| 2026-04-11 | 22.5176 |
| 2026-04-18 | 22.2357 |
| 2026-04-25 | 22.8162 |
| 2026-05-02 | 23.1242 |
| 2026-05-09 | 22.9990 |
| 2026-05-17 | 23.1294 |
| 2026-05-25 | 23.2825 |
| 2026-06-01 | 23.3710 |
| 2026-06-10 | 23.2931 |
| 2026-06-17 | 23.1820 |
| 2026-06-24 | 23.3058 |
| 2026-07-01 | 23.1625 |
| 2026-07-08 | 23.1875 |
| 2026-07-15 | 23.6030 |
| 2026-07-22 | 23.6067 |
| 2026-07-29 | 23.5172 |
| 2026-08-05 | 23.4278 |
| 2026-08-12 | 23.3565 |
| 2026-08-20 | 23.0589 |
| 2026-08-27 | 23.0691 |
| 2026-09-03 | 22.6354 |
| 2026-09-10 | 22.5169 |
| 2026-09-17 | 22.6798 |
| 2026-09-24 | 22.2314 |
High
24.0206
Low
21.7263
Average
22.8817
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.