Convert JPY to QAR
Japanese Yen → Qatari Rial
1 JPY = 0.0230979 QAR(1 QAR = 43.293986 JPY)
Currency converter
1 JPY =
0.023098 QAR
JPY to QAR: last 30 days
Over the last 30 days, 1 JPY traded between 0.022727 and 0.023749 QAR, averaging 0.023228 QAR. The JPY/QAR rate is up 1.33% since 2026-08-28.
- 30-day high
- 0.023749
- 2026-09-09
- 30-day low
- 0.022727
- 2026-09-01
- 30-day average
- 0.023228
- Days with data: 30
- 30-day change
- +1.33%
- since 2026-08-28
0.023749
0.0227272026-08-28 → 2026-09-26
| Date | 1 JPY in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 0.023098 | 0.00% |
| 2026-09-25 | 0.023098 | +0.80% |
| 2026-09-24 | 0.022914 | -0.59% |
| 2026-09-23 | 0.02305 | -0.47% |
| 2026-09-22 | 0.023158 | +0.06% |
| 2026-09-21 | 0.023145 | +0.39% |
| 2026-09-20 | 0.023054 | 0.00% |
| 2026-09-19 | 0.023054 | -0.13% |
| 2026-09-18 | 0.023084 | -1.27% |
| 2026-09-17 | 0.02338 | -0.41% |
| 2026-09-16 | 0.023476 | -0.03% |
| 2026-09-15 | 0.023484 | -0.29% |
| 2026-09-14 | 0.023552 | -0.33% |
| 2026-09-13 | 0.02363 | 0.00% |
| 2026-09-12 | 0.02363 | 0.00% |
| Date | 1 JPY in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 0.02363 | +0.09% |
| 2026-09-10 | 0.023609 | -0.59% |
| 2026-09-09 | 0.023749 | +0.67% |
| 2026-09-08 | 0.02359 | +0.29% |
| 2026-09-07 | 0.023522 | +0.97% |
| 2026-09-06 | 0.023296 | 0.00% |
| 2026-09-05 | 0.023296 | 0.00% |
| 2026-09-04 | 0.023296 | -0.15% |
| 2026-09-03 | 0.023332 | +2.30% |
| 2026-09-02 | 0.022807 | +0.35% |
| 2026-09-01 | 0.022727 | -0.27% |
| 2026-08-31 | 0.022788 | -0.03% |
| 2026-08-30 | 0.022796 | 0.00% |
| 2026-08-29 | 0.022796 | 0.00% |
| 2026-08-28 | 0.022796 | — |
JPY to QAR conversion table
1 JPY0.023098 QAR
5 JPY0.11549 QAR
10 JPY0.23098 QAR
25 JPY0.57745 QAR
50 JPY1.1549 QAR
100 JPY2.3098 QAR
500 JPY11.5489 QAR
1,000 JPY23.0979 QAR
5,000 JPY115.4895 QAR
10,000 JPY230.979 QAR
Get the JPY/QAR rate in your app
One GET request returns the latest JPY → QAR 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/QAR"fetch('https://rate-api.com/api/v1/pair/JPY/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/QAR');
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']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "QAR"
},
"rate": 0.0231,
"timestamp": 1790429344,
"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
QAR to JPYQatari Rial → Japanese Yen43.294Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.