JMD to DOP exchange rate API
Jamaican Dollar to Dominican Peso · quoted 2026-09-26
0.37601
▼ +3.28% over 1Y
1 JMD = 0.37601 DOP · 1 DOP = 2.6595 JMD · Get this rate via the API
1 JMD buys 0.37601 DOP as of 2026-09-26, so 1 DOP buys 2.6595 JMD. Over the last year, JMD/DOP traded between 0.36733 and 0.40163, averaged 0.38415 and fell 3.28%. The API holds daily JMD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JMD/DOP over 1Y: show the values
| Point | JMD/DOP |
|---|---|
| 2025-09-26 | 0.38876 |
| 2025-10-03 | 0.39050 |
| 2025-10-10 | 0.39354 |
| 2025-10-17 | 0.39439 |
| 2025-10-24 | 0.39731 |
| 2025-10-31 | 0.40163 |
| 2025-11-07 | 0.40077 |
| 2025-11-14 | 0.40112 |
| 2025-11-21 | 0.39646 |
| 2025-11-28 | 0.39084 |
| 2025-12-05 | 0.39711 |
| 2025-12-13 | 0.39855 |
| 2025-12-20 | 0.39142 |
| 2025-12-27 | 0.39201 |
| 2026-01-03 | 0.39460 |
| 2026-01-10 | 0.39957 |
| 2026-01-17 | 0.40154 |
| 2026-01-24 | 0.39900 |
| 2026-01-31 | 0.39963 |
| 2026-02-07 | 0.40128 |
| 2026-02-14 | 0.39849 |
| 2026-02-21 | 0.39232 |
| 2026-02-28 | 0.38573 |
| 2026-03-07 | 0.38510 |
| 2026-03-14 | 0.39384 |
| 2026-03-21 | 0.37504 |
| 2026-03-28 | 0.37939 |
| 2026-04-04 | 0.38560 |
| 2026-04-11 | 0.38200 |
| 2026-04-18 | 0.38188 |
| 2026-04-25 | 0.37750 |
| 2026-05-02 | 0.37967 |
| 2026-05-09 | 0.37658 |
| 2026-05-17 | 0.37579 |
| 2026-05-25 | 0.37368 |
| 2026-06-01 | 0.37318 |
| 2026-06-10 | 0.36918 |
| 2026-06-17 | 0.37001 |
| 2026-06-24 | 0.37255 |
| 2026-07-01 | 0.37835 |
| 2026-07-08 | 0.37497 |
| 2026-07-15 | 0.36984 |
| 2026-07-22 | 0.36842 |
| 2026-07-29 | 0.36768 |
| 2026-08-05 | 0.36886 |
| 2026-08-12 | 0.36857 |
| 2026-08-20 | 0.37177 |
| 2026-08-27 | 0.36733 |
| 2026-09-03 | 0.37072 |
| 2026-09-10 | 0.37253 |
| 2026-09-17 | 0.36967 |
| 2026-09-24 | 0.37789 |
High
0.40163
Low
0.36733
Average
0.38415
Get this rate via the API
One GET request returns the JMD/DOP 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=JMD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
JMD/DOP API questions
How do I get the JMD/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JMD/DOP rate in rates.DOP.
How far back does JMD/DOP historical data go?
Daily JMD/DOP 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 JMD/DOP 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.