Convert OMR to JPY
Omani Rial → Japanese Yen
1 OMR = 409.86044 JPY(1 JPY = 0.00243985 OMR)
Currency converter
1 OMR =
409.8604 JPY
OMR to JPY: last 30 days
Over the last 30 days, 1 OMR traded between 398.2055 and 416.5537 JPY, averaging 407.4256 JPY. The OMR/JPY rate is down 1.24% since 2026-08-28.
- 30-day high
- 416.5537
- 2026-08-30
- 30-day low
- 398.2055
- 2026-09-09
- 30-day average
- 407.4256
- Days with data: 30
- 30-day change
- -1.24%
- since 2026-08-28
416.5537
398.20552026-08-28 → 2026-09-26
| Date | 1 OMR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 409.8604 | 0.00% |
| 2026-09-25 | 409.8604 | -0.80% |
| 2026-09-24 | 413.1491 | +0.59% |
| 2026-09-23 | 410.7127 | +0.57% |
| 2026-09-22 | 408.4023 | +0.00% |
| 2026-09-21 | 408.3968 | -0.41% |
| 2026-09-20 | 410.0771 | +0.08% |
| 2026-09-19 | 409.7696 | -0.21% |
| 2026-09-18 | 410.6434 | +1.51% |
| 2026-09-17 | 404.5168 | +0.41% |
| 2026-09-16 | 402.8498 | -0.02% |
| 2026-09-15 | 402.9122 | +0.37% |
| 2026-09-14 | 401.4464 | +0.33% |
| 2026-09-13 | 400.1061 | -0.12% |
| 2026-09-12 | 400.5866 | +0.05% |
| Date | 1 OMR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 400.3732 | -0.05% |
| 2026-09-10 | 400.5845 | +0.60% |
| 2026-09-09 | 398.2055 | -0.66% |
| 2026-09-08 | 400.8393 | -0.32% |
| 2026-09-07 | 402.1303 | -0.96% |
| 2026-09-06 | 406.0362 | -0.14% |
| 2026-09-05 | 406.601 | +0.13% |
| 2026-09-04 | 406.0832 | +0.18% |
| 2026-09-03 | 405.353 | -2.20% |
| 2026-09-02 | 414.4836 | -0.40% |
| 2026-09-01 | 416.1507 | +0.25% |
| 2026-08-31 | 415.1016 | -0.35% |
| 2026-08-30 | 416.5537 | +0.14% |
| 2026-08-29 | 415.9904 | +0.24% |
| 2026-08-28 | 414.9929 | — |
OMR to JPY conversion table
1 OMR409.8604 JPY
5 OMR2,049.3022 JPY
10 OMR4,098.6044 JPY
25 OMR10,246.511 JPY
50 OMR20,493.022 JPY
100 OMR40,986.044 JPY
500 OMR204,930.22 JPY
1,000 OMR409,860.44 JPY
5,000 OMR2,049,302.2 JPY
10,000 OMR4,098,604.4 JPY
Get the OMR/JPY rate in your app
One GET request returns the latest OMR → 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/OMR/JPY"fetch('https://rate-api.com/api/v1/pair/OMR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 OMR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/OMR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 OMR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/OMR/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 OMR = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "OMR",
"to": "JPY"
},
"rate": 409.8604,
"timestamp": 1790435091,
"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 OMRJapanese Yen → Omani Rial0.0024399Convert OMR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.