JOD to DOP exchange rate API
Jordanian Dinar to Dominican Peso · quoted 2026-09-25
83.7911
▼ +4.29% over 1Y
1 JOD = 83.7911 DOP · 1 DOP = 0.01193 JOD · Get this rate via the API
1 JOD buys 83.7911 DOP as of 2026-09-25, so 1 DOP buys 0.01193 JOD. Over the last year, JOD/DOP traded between 81.9306 and 90.7164, averaged 85.7798 and fell 4.29%. The API holds daily JOD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/DOP over 1Y: show the values
| Point | JOD/DOP |
|---|---|
| 2025-09-25 | 87.5514 |
| 2025-10-02 | 88.0175 |
| 2025-10-09 | 88.3613 |
| 2025-10-16 | 88.8239 |
| 2025-10-23 | 89.6148 |
| 2025-10-30 | 90.5424 |
| 2025-11-06 | 90.7164 |
| 2025-11-13 | 90.6532 |
| 2025-11-20 | 89.4719 |
| 2025-11-27 | 88.2864 |
| 2025-12-04 | 89.4168 |
| 2025-12-12 | 90.1651 |
| 2025-12-19 | 88.5375 |
| 2025-12-26 | 88.4181 |
| 2026-01-02 | 88.9708 |
| 2026-01-09 | 89.6663 |
| 2026-01-16 | 89.9815 |
| 2026-01-23 | 88.6968 |
| 2026-01-30 | 88.8028 |
| 2026-02-06 | 89.0708 |
| 2026-02-13 | 88.0481 |
| 2026-02-20 | 86.8141 |
| 2026-02-27 | 85.1609 |
| 2026-03-06 | 83.8687 |
| 2026-03-13 | 86.4341 |
| 2026-03-20 | 82.8962 |
| 2026-03-27 | 83.9064 |
| 2026-04-03 | 85.4970 |
| 2026-04-10 | 85.1540 |
| 2026-04-17 | 84.4505 |
| 2026-04-24 | 84.1483 |
| 2026-05-01 | 83.7836 |
| 2026-05-08 | 84.1473 |
| 2026-05-16 | 84.0487 |
| 2026-05-24 | 83.2238 |
| 2026-05-31 | 81.9306 |
| 2026-06-09 | 81.9604 |
| 2026-06-16 | 82.6502 |
| 2026-06-23 | 82.6396 |
| 2026-06-30 | 84.1944 |
| 2026-07-07 | 83.2900 |
| 2026-07-14 | 82.9725 |
| 2026-07-21 | 82.4229 |
| 2026-07-28 | 82.2133 |
| 2026-08-04 | 81.9753 |
| 2026-08-11 | 82.2961 |
| 2026-08-18 | 82.9242 |
| 2026-08-26 | 82.3080 |
| 2026-09-02 | 83.0366 |
| 2026-09-09 | 83.0880 |
| 2026-09-16 | 83.3567 |
| 2026-09-23 | 83.9336 |
High
90.7164
Low
81.9306
Average
85.7798
Get this rate via the API
One GET request returns the JOD/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=JOD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/DOP API questions
How do I get the JOD/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/DOP rate in rates.DOP.
How far back does JOD/DOP historical data go?
Daily JOD/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 JOD/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.