DOP to NIO exchange rate API
Dominican Peso to Cordoba Oro · quoted 2026-09-25
0.61937
▲ +4.67% over 1Y
1 DOP = 0.61937 NIO · 1 NIO = 1.6146 DOP · Get this rate via the API
1 DOP buys 0.61937 NIO as of 2026-09-25, so 1 NIO buys 1.6146 DOP. Over the last year, DOP/NIO traded between 0.57190 and 0.63350, averaged 0.60541 and rose 4.67%. The API holds daily DOP/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/NIO over 1Y: show the values
| Point | DOP/NIO |
|---|---|
| 2025-09-25 | 0.59171 |
| 2025-10-02 | 0.58999 |
| 2025-10-09 | 0.58718 |
| 2025-10-16 | 0.58323 |
| 2025-10-23 | 0.57856 |
| 2025-10-30 | 0.57357 |
| 2025-11-06 | 0.57190 |
| 2025-11-13 | 0.57238 |
| 2025-11-20 | 0.58010 |
| 2025-11-27 | 0.58766 |
| 2025-12-04 | 0.58026 |
| 2025-12-12 | 0.57505 |
| 2025-12-19 | 0.58607 |
| 2025-12-26 | 0.58703 |
| 2026-01-02 | 0.58328 |
| 2026-01-09 | 0.57921 |
| 2026-01-16 | 0.57650 |
| 2026-01-23 | 0.58393 |
| 2026-01-30 | 0.58466 |
| 2026-02-06 | 0.58292 |
| 2026-02-13 | 0.58988 |
| 2026-02-20 | 0.59796 |
| 2026-02-27 | 0.60982 |
| 2026-03-06 | 0.61877 |
| 2026-03-13 | 0.60140 |
| 2026-03-20 | 0.62543 |
| 2026-03-27 | 0.61817 |
| 2026-04-03 | 0.60644 |
| 2026-04-10 | 0.60819 |
| 2026-04-17 | 0.61463 |
| 2026-04-24 | 0.61533 |
| 2026-05-01 | 0.61813 |
| 2026-05-08 | 0.61877 |
| 2026-05-16 | 0.61616 |
| 2026-05-24 | 0.62135 |
| 2026-05-31 | 0.63113 |
| 2026-06-09 | 0.63169 |
| 2026-06-16 | 0.62748 |
| 2026-06-23 | 0.62739 |
| 2026-06-30 | 0.61619 |
| 2026-07-07 | 0.62266 |
| 2026-07-14 | 0.62496 |
| 2026-07-21 | 0.63027 |
| 2026-07-28 | 0.63094 |
| 2026-08-04 | 0.63350 |
| 2026-08-11 | 0.63092 |
| 2026-08-18 | 0.62609 |
| 2026-08-26 | 0.63039 |
| 2026-09-02 | 0.62431 |
| 2026-09-09 | 0.62401 |
| 2026-09-16 | 0.62115 |
| 2026-09-23 | 0.61879 |
High
0.63350
Low
0.57190
Average
0.60541
Get this rate via the API
One GET request returns the DOP/NIO 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=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/NIO API questions
How do I get the DOP/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/NIO rate in rates.NIO.
How far back does DOP/NIO historical data go?
Daily DOP/NIO 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/NIO 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.