Skip to content

DOP to JPY exchange rate API

Dominican Peso to Yen · quoted 2026-09-24

2.6608

▲ +11.30% over 1Y

1 DOP = 2.6608 JPY · 1 JPY = 0.37583 DOP · Get this rate via the API

1 DOP buys 2.6608 JPY as of 2026-09-24, so 1 JPY buys 0.37583 DOP. Over the last year, DOP/JPY traded between 2.3619 and 2.8152, averaged 2.5849 and rose 11.30%. The API holds daily DOP/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/JPY over 1Y

DOP/JPY over 1Y: show the values
PointDOP/JPY
2025-09-242.3907
2025-10-012.3619
2025-10-082.4366
2025-10-152.4081
2025-10-222.3869
2025-10-292.3705
2025-11-052.3965
2025-11-122.4080
2025-11-192.4408
2025-11-262.4922
2025-12-032.4583
2025-12-112.4299
2025-12-182.4697
2025-12-252.4862
2026-01-012.4839
2026-01-082.4696
2026-01-152.4886
2026-01-222.5173
2026-01-292.4368
2026-02-052.4906
2026-02-122.4469
2026-02-192.5092
2026-02-262.5797
2026-03-052.6539
2026-03-122.6082
2026-03-192.6107
2026-03-262.6386
2026-04-022.6424
2026-04-092.6203
2026-04-162.6746
2026-04-232.6410
2026-04-302.6368
2026-05-072.6157
2026-05-152.6627
2026-05-232.6988
2026-05-302.7150
2026-06-062.7510
2026-06-152.7286
2026-06-222.7679
2026-06-292.7512
2026-07-062.7391
2026-07-132.7528
2026-07-202.7727
2026-07-272.8152
2026-08-032.6942
2026-08-102.7246
2026-08-172.7259
2026-08-252.7193
2026-09-012.7182
2026-09-082.6068
2026-09-152.6291
2026-09-222.6620

High

2.8152

Low

2.3619

Average

2.5849

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/JPY API questions

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

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

How far back does DOP/JPY historical data go?

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