Skip to content

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

JMD/DOP over 1Y: show the values
PointJMD/DOP
2025-09-260.38876
2025-10-030.39050
2025-10-100.39354
2025-10-170.39439
2025-10-240.39731
2025-10-310.40163
2025-11-070.40077
2025-11-140.40112
2025-11-210.39646
2025-11-280.39084
2025-12-050.39711
2025-12-130.39855
2025-12-200.39142
2025-12-270.39201
2026-01-030.39460
2026-01-100.39957
2026-01-170.40154
2026-01-240.39900
2026-01-310.39963
2026-02-070.40128
2026-02-140.39849
2026-02-210.39232
2026-02-280.38573
2026-03-070.38510
2026-03-140.39384
2026-03-210.37504
2026-03-280.37939
2026-04-040.38560
2026-04-110.38200
2026-04-180.38188
2026-04-250.37750
2026-05-020.37967
2026-05-090.37658
2026-05-170.37579
2026-05-250.37368
2026-06-010.37318
2026-06-100.36918
2026-06-170.37001
2026-06-240.37255
2026-07-010.37835
2026-07-080.37497
2026-07-150.36984
2026-07-220.36842
2026-07-290.36768
2026-08-050.36886
2026-08-120.36857
2026-08-200.37177
2026-08-270.36733
2026-09-030.37072
2026-09-100.37253
2026-09-170.36967
2026-09-240.37789

High

0.40163

Low

0.36733

Average

0.38415

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD&currencies=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&currencies=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.