Convert JEP to AUD
Jersey Pound → Australian Dollar
1 JEP = 1.88506 AUD(1 AUD = 0.530487 JEP)
Currency converter
1 JEP =
1.8851 AUD
JEP to AUD: last 30 days
Over the last 30 days, 1 JEP traded between 1.8725 and 1.8958 AUD, averaging 1.8827 AUD. The JEP/AUD rate is down 0.20% since 2026-08-28.
- 30-day high
- 1.8958
- 2026-09-01
- 30-day low
- 1.8725
- 2026-09-07
- 30-day average
- 1.8827
- Days with data: 30
- 30-day change
- -0.20%
- since 2026-08-28
1.8958
1.87252026-08-28 → 2026-09-26
| Date | 1 JEP in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 1.8851 | 0.00% |
| 2026-09-25 | 1.8851 | +0.20% |
| 2026-09-24 | 1.8814 | +0.15% |
| 2026-09-23 | 1.8785 | -0.19% |
| 2026-09-22 | 1.8821 | +0.38% |
| 2026-09-21 | 1.875 | -0.34% |
| 2026-09-20 | 1.8814 | +0.01% |
| 2026-09-19 | 1.8811 | +0.36% |
| 2026-09-18 | 1.8744 | -0.32% |
| 2026-09-17 | 1.8805 | -0.51% |
| 2026-09-16 | 1.8901 | -0.12% |
| 2026-09-15 | 1.8924 | -0.10% |
| 2026-09-14 | 1.8942 | +0.43% |
| 2026-09-13 | 1.8861 | -0.00% |
| 2026-09-12 | 1.8861 | +0.21% |
| Date | 1 JEP in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 1.8821 | -0.24% |
| 2026-09-10 | 1.8867 | +0.62% |
| 2026-09-09 | 1.875 | -0.08% |
| 2026-09-08 | 1.8765 | +0.21% |
| 2026-09-07 | 1.8725 | -0.20% |
| 2026-09-06 | 1.8762 | -0.01% |
| 2026-09-05 | 1.8764 | -0.10% |
| 2026-09-04 | 1.8783 | +0.11% |
| 2026-09-03 | 1.8761 | -0.68% |
| 2026-09-02 | 1.8891 | -0.36% |
| 2026-09-01 | 1.8958 | +0.24% |
| 2026-08-31 | 1.8912 | +0.53% |
| 2026-08-30 | 1.8813 | +0.02% |
| 2026-08-29 | 1.881 | -0.42% |
| 2026-08-28 | 1.8889 | — |
JEP to AUD conversion table
1 JEP1.8851 AUD
5 JEP9.4253 AUD
10 JEP18.8506 AUD
25 JEP47.1265 AUD
50 JEP94.253 AUD
100 JEP188.506 AUD
500 JEP942.5301 AUD
1,000 JEP1,885.0601 AUD
5,000 JEP9,425.3007 AUD
10,000 JEP18,850.601 AUD
Get the JEP/AUD rate in your app
One GET request returns the latest JEP → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/JEP/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JEP = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JEP/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JEP = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JEP/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "JEP",
"to": "AUD"
},
"rate": 1.8851,
"timestamp": 1790432078,
"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
AUD to JEPAustralian Dollar → Jersey Pound0.53049Convert JEP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.