Convert CNY to JMD
Chinese Yuan → Jamaican Dollar
1 CNY = 23.493978 JMD(1 JMD = 0.0425641 CNY)
Currency converter
1 CNY =
23.494 JMD
CNY to JMD: last 30 days
Over the last 30 days, 1 CNY traded between 23.4756 and 23.7032 JMD, averaging 23.5526 JMD. The CNY/JMD rate is down 0.42% since 2026-08-28.
- 30-day high
- 23.7032
- 2026-08-31
- 30-day low
- 23.4756
- 2026-09-16
- 30-day average
- 23.5526
- Days with data: 30
- 30-day change
- -0.42%
- since 2026-08-28
23.7032
23.47562026-08-28 → 2026-09-26
| Date | 1 CNY in JMD | Daily change |
|---|---|---|
| 2026-09-26 | 23.494 | 0.00% |
| 2026-09-25 | 23.494 | -0.13% |
| 2026-09-24 | 23.5251 | +0.08% |
| 2026-09-23 | 23.5067 | -0.10% |
| 2026-09-22 | 23.5293 | -0.08% |
| 2026-09-21 | 23.5483 | +0.10% |
| 2026-09-20 | 23.5248 | -0.09% |
| 2026-09-19 | 23.5455 | -0.06% |
| 2026-09-18 | 23.5588 | -0.37% |
| 2026-09-17 | 23.6466 | +0.73% |
| 2026-09-16 | 23.4756 | -0.03% |
| 2026-09-15 | 23.4834 | -0.28% |
| 2026-09-14 | 23.5484 | +0.03% |
| 2026-09-13 | 23.5402 | +0.01% |
| 2026-09-12 | 23.5385 | -0.24% |
| Date | 1 CNY in JMD | Daily change |
|---|---|---|
| 2026-09-11 | 23.5939 | +0.30% |
| 2026-09-10 | 23.5224 | -0.38% |
| 2026-09-09 | 23.611 | -0.14% |
| 2026-09-08 | 23.6439 | +0.08% |
| 2026-09-07 | 23.6243 | +0.27% |
| 2026-09-06 | 23.5614 | +0.02% |
| 2026-09-05 | 23.5575 | -0.05% |
| 2026-09-04 | 23.57 | +0.08% |
| 2026-09-03 | 23.5517 | +0.13% |
| 2026-09-02 | 23.522 | -0.03% |
| 2026-09-01 | 23.5294 | -0.73% |
| 2026-08-31 | 23.7032 | +0.82% |
| 2026-08-30 | 23.5103 | -0.06% |
| 2026-08-29 | 23.5235 | -0.30% |
| 2026-08-28 | 23.5939 | — |
CNY to JMD conversion table
1 CNY23.494 JMD
5 CNY117.4699 JMD
10 CNY234.9398 JMD
25 CNY587.3495 JMD
50 CNY1,174.6989 JMD
100 CNY2,349.3978 JMD
500 CNY11,746.989 JMD
1,000 CNY23,493.978 JMD
5,000 CNY117,469.89 JMD
10,000 CNY234,939.78 JMD
Get the CNY/JMD rate in your app
One GET request returns the latest CNY → JMD 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/CNY/JMD"fetch('https://rate-api.com/api/v1/pair/CNY/JMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} JMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/JMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} JMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/JMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} JMD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "JMD"
},
"rate": 23.494,
"timestamp": 1790429372,
"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
JMD to CNYJamaican Dollar → Chinese Yuan0.042564Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.