Convert SAR to JPY
Saudi Riyal → Japanese Yen
1 SAR = 42.024029 JPY(1 JPY = 0.0237959 SAR)
Currency converter
1 SAR =
42.024 JPY
SAR to JPY: last 30 days
Over the last 30 days, 1 SAR traded between 40.872 and 42.7093 JPY, averaging 41.8118 JPY. The SAR/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 42.7093
- 2026-09-01
- 30-day low
- 40.872
- 2026-09-09
- 30-day average
- 41.8118
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
42.7093
40.8722026-08-28 → 2026-09-26
| Date | 1 SAR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 42.024 | 0.00% |
| 2026-09-25 | 42.024 | -0.80% |
| 2026-09-24 | 42.3612 | +0.59% |
| 2026-09-23 | 42.1114 | +0.47% |
| 2026-09-22 | 41.9147 | -0.06% |
| 2026-09-21 | 41.9387 | -0.39% |
| 2026-09-20 | 42.104 | 0.00% |
| 2026-09-19 | 42.104 | -0.98% |
| 2026-09-18 | 42.519 | +2.41% |
| 2026-09-17 | 41.5173 | +0.41% |
| 2026-09-16 | 41.3467 | +0.03% |
| 2026-09-15 | 41.3333 | +0.29% |
| 2026-09-14 | 41.2133 | +0.33% |
| 2026-09-13 | 41.0773 | 0.00% |
| 2026-09-12 | 41.0773 | 0.00% |
| Date | 1 SAR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 41.0773 | -0.09% |
| 2026-09-10 | 41.1147 | +0.59% |
| 2026-09-09 | 40.872 | -0.67% |
| 2026-09-08 | 41.1467 | -0.29% |
| 2026-09-07 | 41.2667 | -0.96% |
| 2026-09-06 | 41.6667 | 0.00% |
| 2026-09-05 | 41.6667 | 0.00% |
| 2026-09-04 | 41.6667 | +0.15% |
| 2026-09-03 | 41.6027 | -2.25% |
| 2026-09-02 | 42.56 | -0.35% |
| 2026-09-01 | 42.7093 | +0.27% |
| 2026-08-31 | 42.5947 | +0.03% |
| 2026-08-30 | 42.5813 | 0.00% |
| 2026-08-29 | 42.5813 | 0.00% |
| 2026-08-28 | 42.5813 | — |
SAR to JPY conversion table
1 SAR42.024 JPY
5 SAR210.1201 JPY
10 SAR420.2403 JPY
25 SAR1,050.6007 JPY
50 SAR2,101.2014 JPY
100 SAR4,202.4029 JPY
500 SAR21,012.014 JPY
1,000 SAR42,024.029 JPY
5,000 SAR210,120.14 JPY
10,000 SAR420,240.29 JPY
Get the SAR/JPY rate in your app
One GET request returns the latest SAR → 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/SAR/JPY"fetch('https://rate-api.com/api/v1/pair/SAR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SAR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SAR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SAR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SAR/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SAR = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "SAR",
"to": "JPY"
},
"rate": 42.024,
"timestamp": 1790432082,
"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 SARJapanese Yen → Saudi Riyal0.023796Convert SAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.