Convert CNY to CRC
Chinese Yuan → Costa Rican Colón
1 CNY = 67.542087 CRC(1 CRC = 0.0148056 CNY)
Currency converter
1 CNY =
67.5421 CRC
CNY to CRC: last 30 days
Over the last 30 days, 1 CNY traded between 66.6308 and 67.7022 CRC, averaging 67.2229 CRC. The CNY/CRC rate is up 0.11% since 2026-08-28.
- 30-day high
- 67.7022
- 2026-09-10
- 30-day low
- 66.6308
- 2026-09-20
- 30-day average
- 67.2229
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
67.7022
66.63082026-08-28 → 2026-09-26
| Date | 1 CNY in CRC | Daily change |
|---|---|---|
| 2026-09-26 | 67.5421 | 0.00% |
| 2026-09-25 | 67.5421 | +0.14% |
| 2026-09-24 | 67.4506 | +0.14% |
| 2026-09-23 | 67.3543 | +0.89% |
| 2026-09-22 | 66.7591 | -0.03% |
| 2026-09-21 | 66.7764 | +0.22% |
| 2026-09-20 | 66.6308 | -0.22% |
| 2026-09-19 | 66.7786 | -0.01% |
| 2026-09-18 | 66.785 | -0.36% |
| 2026-09-17 | 67.0292 | +0.37% |
| 2026-09-16 | 66.7813 | -0.37% |
| 2026-09-15 | 67.0306 | -0.25% |
| 2026-09-14 | 67.2007 | +0.62% |
| 2026-09-13 | 66.786 | -0.32% |
| 2026-09-12 | 67.0004 | -0.76% |
| Date | 1 CNY in CRC | Daily change |
|---|---|---|
| 2026-09-11 | 67.5134 | -0.28% |
| 2026-09-10 | 67.7022 | +0.15% |
| 2026-09-09 | 67.6037 | -0.04% |
| 2026-09-08 | 67.6273 | +0.02% |
| 2026-09-07 | 67.6168 | +0.60% |
| 2026-09-06 | 67.2105 | -0.07% |
| 2026-09-05 | 67.2596 | -0.37% |
| 2026-09-04 | 67.5078 | +0.11% |
| 2026-09-03 | 67.4312 | -0.12% |
| 2026-09-02 | 67.5127 | +0.42% |
| 2026-09-01 | 67.2324 | -0.16% |
| 2026-08-31 | 67.3401 | +0.64% |
| 2026-08-30 | 66.9128 | -0.58% |
| 2026-08-29 | 67.3028 | -0.24% |
| 2026-08-28 | 67.4661 | — |
CNY to CRC conversion table
1 CNY67.5421 CRC
5 CNY337.7104 CRC
10 CNY675.4209 CRC
25 CNY1,688.5522 CRC
50 CNY3,377.1044 CRC
100 CNY6,754.2087 CRC
500 CNY33,771.044 CRC
1,000 CNY67,542.087 CRC
5,000 CNY337,710.44 CRC
10,000 CNY675,420.87 CRC
Get the CNY/CRC rate in your app
One GET request returns the latest CNY → CRC 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/CRC"fetch('https://rate-api.com/api/v1/pair/CNY/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/CRC');
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']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "CRC"
},
"rate": 67.5421,
"timestamp": 1790429360,
"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
CRC to CNYCosta Rican Colón → Chinese Yuan0.014806Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.