Convert OMR to CNY
Omani Rial → Chinese Yuan
1 OMR = 17.459781 CNY(1 CNY = 0.0572745 OMR)
Currency converter
1 OMR =
17.4598 CNY
OMR to CNY: last 30 days
Over the last 30 days, 1 OMR traded between 17.3822 and 17.5327 CNY, averaging 17.4421 CNY. The OMR/CNY rate is down 0.04% since 2026-08-28.
- 30-day high
- 17.5327
- 2026-08-30
- 30-day low
- 17.3822
- 2026-09-19
- 30-day average
- 17.4421
- Days with data: 30
- 30-day change
- -0.04%
- since 2026-08-28
17.5327
17.38222026-08-28 → 2026-09-26
| Date | 1 OMR in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 17.4598 | 0.00% |
| 2026-09-25 | 17.4598 | +0.01% |
| 2026-09-24 | 17.4581 | +0.08% |
| 2026-09-23 | 17.4446 | +0.20% |
| 2026-09-22 | 17.4089 | +0.13% |
| 2026-09-21 | 17.3865 | -0.05% |
| 2026-09-20 | 17.3952 | +0.08% |
| 2026-09-19 | 17.3822 | -0.21% |
| 2026-09-18 | 17.4192 | -0.05% |
| 2026-09-17 | 17.4276 | +0.01% |
| 2026-09-16 | 17.4263 | -0.11% |
| 2026-09-15 | 17.4461 | +0.12% |
| 2026-09-14 | 17.4252 | +0.01% |
| 2026-09-13 | 17.424 | -0.12% |
| 2026-09-12 | 17.4449 | +0.05% |
| Date | 1 OMR in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 17.4356 | +0.07% |
| 2026-09-10 | 17.4241 | -0.02% |
| 2026-09-09 | 17.4273 | -0.03% |
| 2026-09-08 | 17.4325 | -0.04% |
| 2026-09-07 | 17.4391 | -0.00% |
| 2026-09-06 | 17.4392 | -0.14% |
| 2026-09-05 | 17.4634 | +0.13% |
| 2026-09-04 | 17.4412 | -0.10% |
| 2026-09-03 | 17.4579 | +0.01% |
| 2026-09-02 | 17.4558 | -0.06% |
| 2026-09-01 | 17.4668 | +0.02% |
| 2026-08-31 | 17.463 | -0.40% |
| 2026-08-30 | 17.5327 | +0.14% |
| 2026-08-29 | 17.509 | +0.24% |
| 2026-08-28 | 17.467 | — |
OMR to CNY conversion table
1 OMR17.4598 CNY
5 OMR87.2989 CNY
10 OMR174.5978 CNY
25 OMR436.4945 CNY
50 OMR872.989 CNY
100 OMR1,745.9781 CNY
500 OMR8,729.8904 CNY
1,000 OMR17,459.781 CNY
5,000 OMR87,298.904 CNY
10,000 OMR174,597.81 CNY
Get the OMR/CNY rate in your app
One GET request returns the latest OMR → CNY 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/CNY"fetch('https://rate-api.com/api/v1/pair/OMR/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 OMR = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/OMR/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 OMR = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/OMR/CNY');
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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "OMR",
"to": "CNY"
},
"rate": 17.4598,
"timestamp": 1790435127,
"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
CNY to OMRChinese Yuan → Omani Rial0.057274Convert OMR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.