Skip to content

JOD to EUR exchange rate API

Jordanian Dinar to Euro · quoted 2026-09-25

1.2398

▲ +3.19% over 1Y

1 JOD = 1.2398 EUR · 1 EUR = 0.80660 JOD · Get this rate via the API

1 JOD buys 1.2398 EUR as of 2026-09-25, so 1 EUR buys 0.80660 JOD. Over the last year, JOD/EUR traded between 1.1834 and 1.2408, averaged 1.2145 and rose 3.19%. The API holds daily JOD/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/EUR over 1Y

JOD/EUR over 1Y: show the values
PointJOD/EUR
2025-09-251.2015
2025-10-021.2000
2025-10-091.2147
2025-10-161.2108
2025-10-231.2166
2025-10-301.2212
2025-11-061.2230
2025-11-131.2139
2025-11-201.2250
2025-11-271.2174
2025-12-041.2090
2025-12-121.2023
2025-12-191.2043
2025-12-261.1974
2026-01-021.2033
2026-01-091.2115
2026-01-161.2141
2026-01-231.2012
2026-01-301.1834
2026-02-061.1959
2026-02-131.1890
2026-02-201.1986
2026-02-271.1948
2026-03-061.2200
2026-03-131.2290
2026-03-201.2206
2026-03-271.2247
2026-04-031.2242
2026-04-101.2044
2026-04-171.1956
2026-04-241.2043
2026-05-011.2017
2026-05-081.1992
2026-05-161.2133
2026-05-241.2131
2026-05-311.2099
2026-06-091.2187
2026-06-161.2165
2026-06-231.2381
2026-06-301.2379
2026-07-071.2337
2026-07-141.2367
2026-07-211.2353
2026-07-281.2408
2026-08-041.2249
2026-08-111.2222
2026-08-181.2184
2026-08-261.2087
2026-09-021.2182
2026-09-091.2105
2026-09-161.2225
2026-09-231.2360

High

1.2408

Low

1.1834

Average

1.2145

For developers

Get this rate via the API

One GET request returns the JOD/EUR 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=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=EUR");
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=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/EUR API questions

How do I get the JOD/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/EUR rate in rates.EUR.

How far back does JOD/EUR historical data go?

Daily JOD/EUR 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/EUR 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.