Convert JPY to CRC
Japanese Yen → Costa Rican Colón
1 JPY = 2.877248 CRC(1 CRC = 0.347554 JPY)
Currency converter
1 JPY =
2.8772 CRC
JPY to CRC: last 30 days
Over the last 30 days, 1 JPY traded between 2.8163 and 2.9586 CRC, averaging 2.8784 CRC. The JPY/CRC rate is up 1.32% since 2026-08-28.
- 30-day high
- 2.9586
- 2026-09-09
- 30-day low
- 2.8163
- 2026-08-30
- 30-day average
- 2.8784
- Days with data: 30
- 30-day change
- +1.32%
- since 2026-08-28
2.9586
2.81632026-08-28 → 2026-09-26
| Date | 1 JPY in CRC | Daily change |
|---|---|---|
| 2026-09-26 | 2.8772 | 0.00% |
| 2026-09-25 | 2.8772 | +0.95% |
| 2026-09-24 | 2.8502 | -0.37% |
| 2026-09-23 | 2.8608 | +0.53% |
| 2026-09-22 | 2.8457 | +0.10% |
| 2026-09-21 | 2.8428 | +0.58% |
| 2026-09-20 | 2.8264 | -0.22% |
| 2026-09-19 | 2.8327 | -0.01% |
| 2026-09-18 | 2.833 | -1.90% |
| 2026-09-17 | 2.8878 | -0.04% |
| 2026-09-16 | 2.8888 | -0.47% |
| 2026-09-15 | 2.9024 | -0.50% |
| 2026-09-14 | 2.9169 | +0.29% |
| 2026-09-13 | 2.9084 | -0.32% |
| 2026-09-12 | 2.9178 | -0.76% |
| Date | 1 JPY in CRC | Daily change |
|---|---|---|
| 2026-09-11 | 2.9401 | -0.16% |
| 2026-09-10 | 2.9448 | -0.47% |
| 2026-09-09 | 2.9586 | +0.60% |
| 2026-09-08 | 2.9411 | +0.30% |
| 2026-09-07 | 2.9323 | +1.58% |
| 2026-09-06 | 2.8867 | -0.07% |
| 2026-09-05 | 2.8888 | -0.37% |
| 2026-09-04 | 2.8994 | -0.16% |
| 2026-09-03 | 2.9042 | +2.14% |
| 2026-09-02 | 2.8433 | +0.76% |
| 2026-09-01 | 2.8219 | -0.39% |
| 2026-08-31 | 2.8329 | +0.59% |
| 2026-08-30 | 2.8163 | -0.58% |
| 2026-08-29 | 2.8328 | -0.24% |
| 2026-08-28 | 2.8396 | — |
JPY to CRC conversion table
1 JPY2.8772 CRC
5 JPY14.3862 CRC
10 JPY28.7725 CRC
25 JPY71.9312 CRC
50 JPY143.8624 CRC
100 JPY287.7248 CRC
500 JPY1,438.6239 CRC
1,000 JPY2,877.2478 CRC
5,000 JPY14,386.239 CRC
10,000 JPY28,772.478 CRC
Get the JPY/CRC rate in your app
One GET request returns the latest JPY → 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/JPY/CRC"fetch('https://rate-api.com/api/v1/pair/JPY/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/CRC');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "CRC"
},
"rate": 2.8772,
"timestamp": 1790447429,
"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 JPYCosta Rican Colón → Japanese Yen0.34755Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.