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: show the values
| Point | DOP/JPY |
|---|---|
| 2025-09-24 | 2.3907 |
| 2025-10-01 | 2.3619 |
| 2025-10-08 | 2.4366 |
| 2025-10-15 | 2.4081 |
| 2025-10-22 | 2.3869 |
| 2025-10-29 | 2.3705 |
| 2025-11-05 | 2.3965 |
| 2025-11-12 | 2.4080 |
| 2025-11-19 | 2.4408 |
| 2025-11-26 | 2.4922 |
| 2025-12-03 | 2.4583 |
| 2025-12-11 | 2.4299 |
| 2025-12-18 | 2.4697 |
| 2025-12-25 | 2.4862 |
| 2026-01-01 | 2.4839 |
| 2026-01-08 | 2.4696 |
| 2026-01-15 | 2.4886 |
| 2026-01-22 | 2.5173 |
| 2026-01-29 | 2.4368 |
| 2026-02-05 | 2.4906 |
| 2026-02-12 | 2.4469 |
| 2026-02-19 | 2.5092 |
| 2026-02-26 | 2.5797 |
| 2026-03-05 | 2.6539 |
| 2026-03-12 | 2.6082 |
| 2026-03-19 | 2.6107 |
| 2026-03-26 | 2.6386 |
| 2026-04-02 | 2.6424 |
| 2026-04-09 | 2.6203 |
| 2026-04-16 | 2.6746 |
| 2026-04-23 | 2.6410 |
| 2026-04-30 | 2.6368 |
| 2026-05-07 | 2.6157 |
| 2026-05-15 | 2.6627 |
| 2026-05-23 | 2.6988 |
| 2026-05-30 | 2.7150 |
| 2026-06-06 | 2.7510 |
| 2026-06-15 | 2.7286 |
| 2026-06-22 | 2.7679 |
| 2026-06-29 | 2.7512 |
| 2026-07-06 | 2.7391 |
| 2026-07-13 | 2.7528 |
| 2026-07-20 | 2.7727 |
| 2026-07-27 | 2.8152 |
| 2026-08-03 | 2.6942 |
| 2026-08-10 | 2.7246 |
| 2026-08-17 | 2.7259 |
| 2026-08-25 | 2.7193 |
| 2026-09-01 | 2.7182 |
| 2026-09-08 | 2.6068 |
| 2026-09-15 | 2.6291 |
| 2026-09-22 | 2.6620 |
High
2.8152
Low
2.3619
Average
2.5849
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.