DOP to NPR exchange rate API
Dominican Peso to Nepalese Rupee · quoted 2026-09-26
2.5760
▲ +13.11% over 1Y
1 DOP = 2.5760 NPR · 1 NPR = 0.38820 DOP · Get this rate via the API
1 DOP buys 2.5760 NPR as of 2026-09-26, so 1 NPR buys 0.38820 DOP. Over the last year, DOP/NPR traded between 2.2064 and 2.6396, averaged 2.4407 and rose 13.11%. The API holds daily DOP/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/NPR over 1Y: show the values
| Point | DOP/NPR |
|---|---|
| 2025-09-26 | 2.2774 |
| 2025-10-03 | 2.2699 |
| 2025-10-10 | 2.2566 |
| 2025-10-17 | 2.2288 |
| 2025-10-24 | 2.2068 |
| 2025-10-31 | 2.2097 |
| 2025-11-07 | 2.2064 |
| 2025-11-14 | 2.2070 |
| 2025-11-21 | 2.2286 |
| 2025-11-28 | 2.2843 |
| 2025-12-05 | 2.2616 |
| 2025-12-13 | 2.2698 |
| 2025-12-20 | 2.2891 |
| 2025-12-27 | 2.2941 |
| 2026-01-03 | 2.2844 |
| 2026-01-10 | 2.2790 |
| 2026-01-17 | 2.2893 |
| 2026-01-24 | 2.3288 |
| 2026-01-31 | 2.3364 |
| 2026-02-07 | 2.3043 |
| 2026-02-14 | 2.3275 |
| 2026-02-21 | 2.3738 |
| 2026-02-28 | 2.4222 |
| 2026-03-07 | 2.4445 |
| 2026-03-14 | 2.3979 |
| 2026-03-21 | 2.5537 |
| 2026-03-28 | 2.5394 |
| 2026-04-04 | 2.4420 |
| 2026-04-11 | 2.4573 |
| 2026-04-18 | 2.4592 |
| 2026-04-25 | 2.5299 |
| 2026-05-02 | 2.5512 |
| 2026-05-09 | 2.5457 |
| 2026-05-17 | 2.5942 |
| 2026-05-25 | 2.5978 |
| 2026-06-01 | 2.5845 |
| 2026-06-10 | 2.6173 |
| 2026-06-17 | 2.5767 |
| 2026-06-24 | 2.5829 |
| 2026-07-01 | 2.5452 |
| 2026-07-08 | 2.5741 |
| 2026-07-15 | 2.6359 |
| 2026-07-22 | 2.6396 |
| 2026-07-29 | 2.6379 |
| 2026-08-05 | 2.6093 |
| 2026-08-12 | 2.6211 |
| 2026-08-20 | 2.6209 |
| 2026-08-27 | 2.6272 |
| 2026-09-03 | 2.5759 |
| 2026-09-10 | 2.5951 |
| 2026-09-17 | 2.6169 |
| 2026-09-24 | 2.5711 |
High
2.6396
Low
2.2064
Average
2.4407
Get this rate via the API
One GET request returns the DOP/NPR 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=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/NPR API questions
How do I get the DOP/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/NPR rate in rates.NPR.
How far back does DOP/NPR historical data go?
Daily DOP/NPR 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/NPR 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.