Convert CRC to JPY
Costa Rican Colón → Japanese Yen
1 CRC = 0.347554 JPY(1 JPY = 2.877248 CRC)
Currency converter
1 CRC =
0.34755 JPY
CRC to JPY: last 30 days
Over the last 30 days, 1 CRC traded between 0.33799 and 0.35507 JPY, averaging 0.34749 JPY. The CRC/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 0.35507
- 2026-08-30
- 30-day low
- 0.33799
- 2026-09-09
- 30-day average
- 0.34749
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
0.35507
0.337992026-08-28 → 2026-09-26
| Date | 1 CRC in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.34755 | 0.00% |
| 2026-09-25 | 0.34755 | -0.94% |
| 2026-09-24 | 0.35085 | +0.37% |
| 2026-09-23 | 0.34955 | -0.53% |
| 2026-09-22 | 0.3514 | -0.10% |
| 2026-09-21 | 0.35176 | -0.58% |
| 2026-09-20 | 0.3538 | +0.22% |
| 2026-09-19 | 0.35302 | +0.01% |
| 2026-09-18 | 0.35298 | +1.93% |
| 2026-09-17 | 0.34629 | +0.04% |
| 2026-09-16 | 0.34616 | +0.47% |
| 2026-09-15 | 0.34454 | +0.50% |
| 2026-09-14 | 0.34283 | -0.29% |
| 2026-09-13 | 0.34383 | +0.32% |
| 2026-09-12 | 0.34273 | +0.77% |
| Date | 1 CRC in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.34012 | +0.16% |
| 2026-09-10 | 0.33958 | +0.47% |
| 2026-09-09 | 0.33799 | -0.59% |
| 2026-09-08 | 0.34001 | -0.30% |
| 2026-09-07 | 0.34103 | -1.56% |
| 2026-09-06 | 0.34642 | +0.07% |
| 2026-09-05 | 0.34617 | +0.37% |
| 2026-09-04 | 0.34489 | +0.16% |
| 2026-09-03 | 0.34433 | -2.10% |
| 2026-09-02 | 0.35171 | -0.75% |
| 2026-09-01 | 0.35437 | +0.39% |
| 2026-08-31 | 0.35299 | -0.59% |
| 2026-08-30 | 0.35507 | +0.58% |
| 2026-08-29 | 0.35301 | +0.24% |
| 2026-08-28 | 0.35216 | — |
CRC to JPY conversion table
1 CRC0.34755 JPY
5 CRC1.7378 JPY
10 CRC3.4755 JPY
25 CRC8.6889 JPY
50 CRC17.3777 JPY
100 CRC34.7554 JPY
500 CRC173.7772 JPY
1,000 CRC347.5544 JPY
5,000 CRC1,737.7718 JPY
10,000 CRC3,475.5435 JPY
Get the CRC/JPY rate in your app
One GET request returns the latest CRC → 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/CRC/JPY"fetch('https://rate-api.com/api/v1/pair/CRC/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CRC = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CRC/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CRC = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CRC/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CRC = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CRC",
"to": "JPY"
},
"rate": 0.3476,
"timestamp": 1790432076,
"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 CRCJapanese Yen → Costa Rican Colón2.8772Convert CRC to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.