Convert JEP to EUR
Jersey Pound → Euro
1 JEP = 1.162183 EUR(1 EUR = 0.86045 JEP)
Currency converter
1 JEP =
1.1622 EUR
JEP to EUR: last 30 days
Over the last 30 days, 1 JEP traded between 1.1619 and 1.1692 EUR, averaging 1.1653 EUR. The JEP/EUR rate is down 0.43% since 2026-08-28.
- 30-day high
- 1.1692
- 2026-09-14
- 30-day low
- 1.1619
- 2026-09-03
- 30-day average
- 1.1653
- Days with data: 30
- 30-day change
- -0.43%
- since 2026-08-28
1.1692
1.16192026-08-28 → 2026-09-26
| Date | 1 JEP in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 1.1622 | 0.00% |
| 2026-09-25 | 1.1622 | -0.07% |
| 2026-09-24 | 1.163 | -0.04% |
| 2026-09-23 | 1.1635 | -0.34% |
| 2026-09-22 | 1.1675 | +0.23% |
| 2026-09-21 | 1.1648 | -0.35% |
| 2026-09-20 | 1.1689 | +0.01% |
| 2026-09-19 | 1.1687 | +0.36% |
| 2026-09-18 | 1.1645 | -0.06% |
| 2026-09-17 | 1.1652 | -0.28% |
| 2026-09-16 | 1.1685 | -0.01% |
| 2026-09-15 | 1.1686 | -0.05% |
| 2026-09-14 | 1.1692 | +0.19% |
| 2026-09-13 | 1.167 | -0.00% |
| 2026-09-12 | 1.167 | +0.21% |
| Date | 1 JEP in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 1.1645 | -0.21% |
| 2026-09-10 | 1.167 | +0.38% |
| 2026-09-09 | 1.1626 | -0.26% |
| 2026-09-08 | 1.1657 | +0.28% |
| 2026-09-07 | 1.1624 | -0.05% |
| 2026-09-06 | 1.1629 | -0.01% |
| 2026-09-05 | 1.1631 | -0.10% |
| 2026-09-04 | 1.1642 | +0.20% |
| 2026-09-03 | 1.1619 | -0.37% |
| 2026-09-02 | 1.1662 | -0.17% |
| 2026-09-01 | 1.1681 | +0.01% |
| 2026-08-31 | 1.168 | +0.47% |
| 2026-08-30 | 1.1626 | +0.02% |
| 2026-08-29 | 1.1624 | -0.42% |
| 2026-08-28 | 1.1672 | — |
JEP to EUR conversion table
1 JEP1.1622 EUR
5 JEP5.8109 EUR
10 JEP11.6218 EUR
25 JEP29.0546 EUR
50 JEP58.1091 EUR
100 JEP116.2183 EUR
500 JEP581.0913 EUR
1,000 JEP1,162.1826 EUR
5,000 JEP5,810.9129 EUR
10,000 JEP11,621.826 EUR
Get the JEP/EUR rate in your app
One GET request returns the latest JEP → EUR 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/JEP/EUR"fetch('https://rate-api.com/api/v1/pair/JEP/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JEP = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JEP/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JEP = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JEP/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JEP = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "JEP",
"to": "EUR"
},
"rate": 1.1622,
"timestamp": 1790432134,
"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
EUR to JEPEuro → Jersey Pound0.86045Convert JEP to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.