Skip to content

DOP to INR exchange rate API

Dominican Peso to Indian Rupee · quoted 2026-09-24

1.6135

▲ +12.94% over 1Y

1 DOP = 1.6135 INR · 1 INR = 0.61976 DOP · Get this rate via the API

1 DOP buys 1.6135 INR as of 2026-09-24, so 1 INR buys 0.61976 DOP. Over the last year, DOP/INR traded between 1.3745 and 1.6502, averaged 1.5229 and rose 12.94%. The API holds daily DOP/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/INR over 1Y

DOP/INR over 1Y: show the values
PointDOP/INR
2025-09-241.4286
2025-10-011.4246
2025-10-081.4164
2025-10-151.3992
2025-10-221.3900
2025-10-291.3745
2025-11-051.3818
2025-11-121.3783
2025-11-191.3836
2025-11-261.4212
2025-12-031.4267
2025-12-111.4106
2025-12-181.4310
2025-12-251.4328
2026-01-011.4246
2026-01-081.4171
2026-01-151.4173
2026-01-221.4520
2026-01-291.4610
2026-02-051.4335
2026-02-121.4420
2026-02-191.4773
2026-02-261.5030
2026-03-051.5439
2026-03-121.5140
2026-03-191.5329
2026-03-261.5558
2026-04-021.5414
2026-04-091.5278
2026-04-161.5687
2026-04-231.5584
2026-04-301.5986
2026-05-071.5765
2026-05-151.6118
2026-05-231.6222
2026-05-301.6187
2026-06-061.6308
2026-06-151.6134
2026-06-221.6200
2026-06-291.6070
2026-07-061.6097
2026-07-131.6234
2026-07-201.6468
2026-07-271.6502
2026-08-031.6394
2026-08-101.6368
2026-08-171.6368
2026-08-251.6295
2026-09-011.6115
2026-09-081.6021
2026-09-151.6276
2026-09-221.6190

High

1.6502

Low

1.3745

Average

1.5229

For developers

Get this rate via the API

One GET request returns the DOP/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/INR API questions

How do I get the DOP/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/INR rate in rates.INR.

How far back does DOP/INR historical data go?

Daily DOP/INR 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/INR 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.