Skip to content

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

DOP/NPR over 1Y: show the values
PointDOP/NPR
2025-09-262.2774
2025-10-032.2699
2025-10-102.2566
2025-10-172.2288
2025-10-242.2068
2025-10-312.2097
2025-11-072.2064
2025-11-142.2070
2025-11-212.2286
2025-11-282.2843
2025-12-052.2616
2025-12-132.2698
2025-12-202.2891
2025-12-272.2941
2026-01-032.2844
2026-01-102.2790
2026-01-172.2893
2026-01-242.3288
2026-01-312.3364
2026-02-072.3043
2026-02-142.3275
2026-02-212.3738
2026-02-282.4222
2026-03-072.4445
2026-03-142.3979
2026-03-212.5537
2026-03-282.5394
2026-04-042.4420
2026-04-112.4573
2026-04-182.4592
2026-04-252.5299
2026-05-022.5512
2026-05-092.5457
2026-05-172.5942
2026-05-252.5978
2026-06-012.5845
2026-06-102.6173
2026-06-172.5767
2026-06-242.5829
2026-07-012.5452
2026-07-082.5741
2026-07-152.6359
2026-07-222.6396
2026-07-292.6379
2026-08-052.6093
2026-08-122.6211
2026-08-202.6209
2026-08-272.6272
2026-09-032.5759
2026-09-102.5951
2026-09-172.6169
2026-09-242.5711

High

2.6396

Low

2.2064

Average

2.4407

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=NPR");
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=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&currencies=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.