Convert JPY to ETB
Japanese Yen → Ethiopian Birr
1 JPY = 1.027857 ETB(1 ETB = 0.972898 JPY)
Currency converter
1 JPY =
1.0279 ETB
JPY to ETB: last 30 days
Over the last 30 days, 1 JPY traded between 1.0051 and 1.0568 ETB, averaging 1.0333 ETB. The JPY/ETB rate is up 2.26% since 2026-08-29.
- 30-day high
- 1.0568
- 2026-09-10
- 30-day low
- 1.0051
- 2026-08-30
- 30-day average
- 1.0333
- Days with data: 30
- 30-day change
- +2.26%
- since 2026-08-29
1.0568
1.00512026-08-29 → 2026-09-27
| Date | 1 JPY in ETB | Daily change |
|---|---|---|
| 2026-09-27 | 1.0279 | 0.00% |
| 2026-09-26 | 1.0279 | -0.66% |
| 2026-09-25 | 1.0347 | +0.47% |
| 2026-09-24 | 1.0298 | +0.54% |
| 2026-09-23 | 1.0242 | -1.10% |
| 2026-09-22 | 1.0356 | -0.21% |
| 2026-09-21 | 1.0378 | +2.02% |
| 2026-09-20 | 1.0173 | +0.01% |
| 2026-09-19 | 1.0172 | -0.23% |
| 2026-09-18 | 1.0195 | -2.14% |
| 2026-09-17 | 1.0418 | -0.34% |
| 2026-09-16 | 1.0454 | +0.39% |
| 2026-09-15 | 1.0413 | -0.27% |
| 2026-09-14 | 1.044 | -0.25% |
| 2026-09-13 | 1.0466 | +0.09% |
| Date | 1 JPY in ETB | Daily change |
|---|---|---|
| 2026-09-12 | 1.0457 | -0.07% |
| 2026-09-11 | 1.0464 | -0.98% |
| 2026-09-10 | 1.0568 | +0.23% |
| 2026-09-09 | 1.0544 | +0.45% |
| 2026-09-08 | 1.0496 | +0.02% |
| 2026-09-07 | 1.0494 | +1.82% |
| 2026-09-06 | 1.0307 | -0.25% |
| 2026-09-05 | 1.0333 | +0.03% |
| 2026-09-04 | 1.033 | -0.95% |
| 2026-09-03 | 1.0428 | +2.63% |
| 2026-09-02 | 1.0161 | +0.43% |
| 2026-09-01 | 1.0117 | -1.57% |
| 2026-08-31 | 1.0278 | +2.26% |
| 2026-08-30 | 1.0051 | -0.00% |
| 2026-08-29 | 1.0051 | — |
JPY to ETB conversion table
1 JPY1.0279 ETB
5 JPY5.1393 ETB
10 JPY10.2786 ETB
25 JPY25.6964 ETB
50 JPY51.3928 ETB
100 JPY102.7857 ETB
500 JPY513.9285 ETB
1,000 JPY1,027.8569 ETB
5,000 JPY5,139.2845 ETB
10,000 JPY10,278.569 ETB
Get the JPY/ETB rate in your app
One GET request returns the latest JPY → ETB 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/JPY/ETB"fetch('https://rate-api.com/api/v1/pair/JPY/ETB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ETB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ETB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ETB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ETB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} ETB\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ETB"
},
"rate": 1.0279,
"timestamp": 1790490077,
"date": "2026-09-27"
}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
ETB to JPYEthiopian Birr → Japanese Yen0.9729Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.