Convert EUR to JOD
Euro → Jordanian Dinar
1 EUR = 0.808473 JOD(1 JOD = 1.2369 EUR)
Currency converter
1 EUR =
0.80847 JOD
EUR to JOD: last 30 days
Over the last 30 days, 1 EUR traded between 0.80592 and 0.82613 JOD, averaging 0.81885 JOD. The EUR/JOD rate is down 2.06% since 2026-08-28.
- 30-day high
- 0.82613
- 2026-09-09
- 30-day low
- 0.80592
- 2026-09-24
- 30-day average
- 0.81885
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
0.82613
0.805922026-08-28 → 2026-09-26
| Date | 1 EUR in JOD | Daily change |
|---|---|---|
| 2026-09-26 | 0.80847 | 0.00% |
| 2026-09-25 | 0.80847 | +0.32% |
| 2026-09-24 | 0.80592 | -0.39% |
| 2026-09-23 | 0.80904 | -0.45% |
| 2026-09-22 | 0.81273 | -0.23% |
| 2026-09-21 | 0.81464 | +0.26% |
| 2026-09-20 | 0.81251 | 0.00% |
| 2026-09-19 | 0.81251 | -0.00% |
| 2026-09-18 | 0.81255 | -0.18% |
| 2026-09-17 | 0.81401 | -0.48% |
| 2026-09-16 | 0.81797 | -0.02% |
| 2026-09-15 | 0.81811 | -0.10% |
| 2026-09-14 | 0.81896 | -0.35% |
| 2026-09-13 | 0.82188 | 0.00% |
| 2026-09-12 | 0.82188 | 0.00% |
| Date | 1 EUR in JOD | Daily change |
|---|---|---|
| 2026-09-11 | 0.82188 | -0.21% |
| 2026-09-10 | 0.82358 | -0.31% |
| 2026-09-09 | 0.82613 | +0.33% |
| 2026-09-08 | 0.82343 | -0.07% |
| 2026-09-07 | 0.824 | 0.00% |
| 2026-09-06 | 0.824 | 0.00% |
| 2026-09-05 | 0.824 | 0.00% |
| 2026-09-04 | 0.824 | +0.06% |
| 2026-09-03 | 0.8235 | +0.32% |
| 2026-09-02 | 0.82088 | -0.10% |
| 2026-09-01 | 0.82173 | -0.05% |
| 2026-08-31 | 0.82215 | -0.40% |
| 2026-08-30 | 0.82548 | 0.00% |
| 2026-08-29 | 0.82548 | 0.00% |
| 2026-08-28 | 0.82548 | — |
EUR to JOD conversion table
1 EUR0.80847 JOD
5 EUR4.0424 JOD
10 EUR8.0847 JOD
25 EUR20.2118 JOD
50 EUR40.4236 JOD
100 EUR80.8473 JOD
500 EUR404.2364 JOD
1,000 EUR808.4727 JOD
5,000 EUR4,042.3635 JOD
10,000 EUR8,084.727 JOD
Get the EUR/JOD rate in your app
One GET request returns the latest EUR → JOD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/JOD"fetch('https://rate-api.com/api/v1/pair/EUR/JOD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} JOD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/JOD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} JOD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/JOD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} JOD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "JOD"
},
"rate": 0.8085,
"timestamp": 1790429396,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
JOD to EURJordanian Dinar → Euro1.2369Convert EUR to other currencies
Convert other currencies to JOD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.