Skip to content

JOD to DOP exchange rate API

Jordanian Dinar to Dominican Peso · quoted 2026-09-25

83.7911

▼ +5.95% over YTD

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 year to date, JOD/DOP traded between 81.9488 and 89.8977, averaged 84.5984 and fell 5.95%. 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 YTD

JOD/DOP over YTD: show the values
PointJOD/DOP
2025-12-3189.0933
2026-01-0789.4087
2026-01-1489.8977
2026-01-2189.3056
2026-01-2888.6574
2026-02-0488.5537
2026-02-1188.4483
2026-02-1886.9264
2026-02-2585.9167
2026-03-0483.9191
2026-03-1185.0889
2026-03-1885.6876
2026-03-2584.3928
2026-04-0184.7617
2026-04-0885.5797
2026-04-1584.1063
2026-04-2284.9902
2026-04-2983.5676
2026-05-0683.8644
2026-05-1483.2260
2026-05-2183.0626
2026-05-2983.1307
2026-06-0582.2347
2026-06-1482.8410
2026-06-2182.4540
2026-06-2883.9468
2026-07-0583.2002
2026-07-1282.6238
2026-07-1982.4436
2026-07-2681.9488
2026-08-0282.0195
2026-08-0982.0646
2026-08-1682.5627
2026-08-2482.7477
2026-08-3183.0126
2026-09-0783.5055
2026-09-1483.3304
2026-09-2183.0246

High

89.8977

Low

81.9488

Average

84.5984

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.