Convert JPY to YER
Japanese Yen → Yemeni Rial
1 JPY = 1.501289 YER(1 YER = 0.666094 JPY)
Currency converter
1 JPY =
1.5013 YER
JPY to YER: last 30 days
Over the last 30 days, 1 JPY traded between 1.4798 and 1.5465 YER, averaging 1.5111 YER. The JPY/YER rate is up 1.28% since 2026-08-28.
- 30-day high
- 1.5465
- 2026-09-09
- 30-day low
- 1.4798
- 2026-09-01
- 30-day average
- 1.5111
- Days with data: 30
- 30-day change
- +1.28%
- since 2026-08-28
1.5465
1.47982026-08-28 → 2026-09-26
| Date | 1 JPY in YER | Daily change |
|---|---|---|
| 2026-09-26 | 1.5013 | 0.00% |
| 2026-09-25 | 1.5013 | +0.80% |
| 2026-09-24 | 1.4894 | -0.59% |
| 2026-09-23 | 1.4982 | -0.46% |
| 2026-09-22 | 1.5052 | +0.05% |
| 2026-09-21 | 1.5044 | +0.40% |
| 2026-09-20 | 1.4984 | -0.01% |
| 2026-09-19 | 1.4985 | -0.02% |
| 2026-09-18 | 1.4988 | -1.37% |
| 2026-09-17 | 1.5196 | -0.39% |
| 2026-09-16 | 1.5256 | -0.04% |
| 2026-09-15 | 1.5262 | -0.50% |
| 2026-09-14 | 1.5338 | -0.31% |
| 2026-09-13 | 1.5386 | -0.02% |
| 2026-09-12 | 1.5389 | +0.01% |
| Date | 1 JPY in YER | Daily change |
|---|---|---|
| 2026-09-11 | 1.5388 | +0.09% |
| 2026-09-10 | 1.5374 | -0.58% |
| 2026-09-09 | 1.5465 | +0.69% |
| 2026-09-08 | 1.5359 | +0.29% |
| 2026-09-07 | 1.5315 | +0.98% |
| 2026-09-06 | 1.5167 | -0.01% |
| 2026-09-05 | 1.5169 | +0.00% |
| 2026-09-04 | 1.5168 | -0.17% |
| 2026-09-03 | 1.5193 | +2.31% |
| 2026-09-02 | 1.485 | +0.35% |
| 2026-09-01 | 1.4798 | -0.11% |
| 2026-08-31 | 1.4815 | -0.09% |
| 2026-08-30 | 1.4828 | -0.10% |
| 2026-08-29 | 1.4843 | +0.14% |
| 2026-08-28 | 1.4823 | — |
JPY to YER conversion table
1 JPY1.5013 YER
5 JPY7.5064 YER
10 JPY15.0129 YER
25 JPY37.5322 YER
50 JPY75.0645 YER
100 JPY150.1289 YER
500 JPY750.6446 YER
1,000 JPY1,501.2892 YER
5,000 JPY7,506.4461 YER
10,000 JPY15,012.892 YER
Get the JPY/YER rate in your app
One GET request returns the latest JPY → YER 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/YER"fetch('https://rate-api.com/api/v1/pair/JPY/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/YER');
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']} YER\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "YER"
},
"rate": 1.5013,
"timestamp": 1790429298,
"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
YER to JPYYemeni Rial → Japanese Yen0.66609Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.