Convert ERN to JPY
Eritrean Nakfa → Japanese Yen
1 ERN = 10.506007 JPY(1 JPY = 0.0951836 ERN)
Currency converter
1 ERN =
10.506 JPY
ERN to JPY: last 30 days
Over the last 30 days, 1 ERN traded between 10.218 and 10.6773 JPY, averaging 10.4495 JPY. The ERN/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 10.6773
- 2026-09-01
- 30-day low
- 10.218
- 2026-09-09
- 30-day average
- 10.4495
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
10.6773
10.2182026-08-28 → 2026-09-26
| Date | 1 ERN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 10.506 | 0.00% |
| 2026-09-25 | 10.506 | -0.80% |
| 2026-09-24 | 10.5903 | +0.59% |
| 2026-09-23 | 10.5279 | +0.47% |
| 2026-09-22 | 10.4787 | -0.06% |
| 2026-09-21 | 10.4847 | -0.39% |
| 2026-09-20 | 10.526 | 0.00% |
| 2026-09-19 | 10.526 | -0.00% |
| 2026-09-18 | 10.526 | +1.41% |
| 2026-09-17 | 10.3793 | +0.41% |
| 2026-09-16 | 10.3367 | +0.03% |
| 2026-09-15 | 10.3333 | +0.29% |
| 2026-09-14 | 10.3033 | +0.33% |
| 2026-09-13 | 10.2693 | 0.00% |
| 2026-09-12 | 10.2693 | 0.00% |
| Date | 1 ERN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 10.2693 | -0.09% |
| 2026-09-10 | 10.2787 | +0.59% |
| 2026-09-09 | 10.218 | -0.67% |
| 2026-09-08 | 10.2867 | -0.29% |
| 2026-09-07 | 10.3167 | -0.96% |
| 2026-09-06 | 10.4167 | 0.00% |
| 2026-09-05 | 10.4167 | 0.00% |
| 2026-09-04 | 10.4167 | +0.15% |
| 2026-09-03 | 10.4007 | -2.25% |
| 2026-09-02 | 10.64 | -0.35% |
| 2026-09-01 | 10.6773 | +0.27% |
| 2026-08-31 | 10.6487 | +0.03% |
| 2026-08-30 | 10.6453 | 0.00% |
| 2026-08-29 | 10.6453 | 0.00% |
| 2026-08-28 | 10.6453 | — |
ERN to JPY conversion table
1 ERN10.506 JPY
5 ERN52.53 JPY
10 ERN105.0601 JPY
25 ERN262.6502 JPY
50 ERN525.3004 JPY
100 ERN1,050.6007 JPY
500 ERN5,253.0036 JPY
1,000 ERN10,506.007 JPY
5,000 ERN52,530.036 JPY
10,000 ERN105,060.07 JPY
Get the ERN/JPY rate in your app
One GET request returns the latest ERN → JPY 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/ERN/JPY"fetch('https://rate-api.com/api/v1/pair/ERN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ERN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ERN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ERN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ERN/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ERN = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "ERN",
"to": "JPY"
},
"rate": 10.506,
"timestamp": 1790435063,
"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
JPY to ERNJapanese Yen → Eritrean Nakfa0.095184Convert ERN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.