Skip to content

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

JOD/DOP over 1Y: show the values
PointJOD/DOP
2025-09-2587.5514
2025-10-0288.0175
2025-10-0988.3613
2025-10-1688.8239
2025-10-2389.6148
2025-10-3090.5424
2025-11-0690.7164
2025-11-1390.6532
2025-11-2089.4719
2025-11-2788.2864
2025-12-0489.4168
2025-12-1290.1651
2025-12-1988.5375
2025-12-2688.4181
2026-01-0288.9708
2026-01-0989.6663
2026-01-1689.9815
2026-01-2388.6968
2026-01-3088.8028
2026-02-0689.0708
2026-02-1388.0481
2026-02-2086.8141
2026-02-2785.1609
2026-03-0683.8687
2026-03-1386.4341
2026-03-2082.8962
2026-03-2783.9064
2026-04-0385.4970
2026-04-1085.1540
2026-04-1784.4505
2026-04-2484.1483
2026-05-0183.7836
2026-05-0884.1473
2026-05-1684.0487
2026-05-2483.2238
2026-05-3181.9306
2026-06-0981.9604
2026-06-1682.6502
2026-06-2382.6396
2026-06-3084.1944
2026-07-0783.2900
2026-07-1482.9725
2026-07-2182.4229
2026-07-2882.2133
2026-08-0481.9753
2026-08-1182.2961
2026-08-1882.9242
2026-08-2682.3080
2026-09-0283.0366
2026-09-0983.0880
2026-09-1683.3567
2026-09-2383.9336

High

90.7164

Low

81.9306

Average

85.7798

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=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&currencies=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.