Convert EUR to CRC
Euro → Costa Rican Colón
1 EUR = 517.95663 CRC(1 CRC = 0.00193066 EUR)
Currency converter
1 EUR =
517.9566 CRC
EUR to CRC: last 30 days
Over the last 30 days, 1 EUR traded between 511.4212 and 528.3864 CRC, averaging 520.6746 CRC. The EUR/CRC rate is down 1.65% since 2026-08-29.
- 30-day high
- 528.3864
- 2026-09-09
- 30-day low
- 511.4212
- 2026-09-20
- 30-day average
- 520.6746
- Days with data: 30
- 30-day change
- -1.65%
- since 2026-08-29
528.3864
511.42122026-08-29 → 2026-09-27
| Date | 1 EUR in CRC | Daily change |
|---|---|---|
| 2026-09-27 | 517.9566 | 0.00% |
| 2026-09-26 | 517.9566 | +0.18% |
| 2026-09-25 | 517.0414 | +0.46% |
| 2026-09-24 | 514.6613 | -0.17% |
| 2026-09-23 | 515.5166 | +0.54% |
| 2026-09-22 | 512.733 | -0.19% |
| 2026-09-21 | 513.7133 | +0.45% |
| 2026-09-20 | 511.4212 | -0.22% |
| 2026-09-19 | 512.5558 | -0.01% |
| 2026-09-18 | 512.6054 | -0.69% |
| 2026-09-17 | 516.1866 | -0.11% |
| 2026-09-16 | 516.7503 | -0.45% |
| 2026-09-15 | 519.1092 | -0.31% |
| 2026-09-14 | 520.7269 | +0.27% |
| 2026-09-13 | 519.3399 | -0.32% |
| Date | 1 EUR in CRC | Daily change |
|---|---|---|
| 2026-09-12 | 521.0071 | -0.76% |
| 2026-09-11 | 524.9965 | -0.46% |
| 2026-09-10 | 527.4034 | -0.19% |
| 2026-09-09 | 528.3864 | +0.25% |
| 2026-09-08 | 527.0587 | -0.06% |
| 2026-09-07 | 527.3769 | +0.61% |
| 2026-09-06 | 524.2006 | -0.07% |
| 2026-09-05 | 524.5831 | -0.37% |
| 2026-09-04 | 526.5192 | +0.05% |
| 2026-09-03 | 526.2462 | +0.16% |
| 2026-09-02 | 525.3926 | +0.30% |
| 2026-09-01 | 523.8193 | -0.17% |
| 2026-08-31 | 524.7226 | +0.21% |
| 2026-08-30 | 523.5995 | -0.58% |
| 2026-08-29 | 526.6511 | — |
EUR to CRC conversion table
1 EUR517.9566 CRC
5 EUR2,589.7831 CRC
10 EUR5,179.5663 CRC
25 EUR12,948.916 CRC
50 EUR25,897.831 CRC
100 EUR51,795.663 CRC
500 EUR258,978.31 CRC
1,000 EUR517,956.63 CRC
5,000 EUR2,589,783.1 CRC
10,000 EUR5,179,566.3 CRC
Get the EUR/CRC rate in your app
One GET request returns the latest EUR → 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/EUR/CRC"fetch('https://rate-api.com/api/v1/pair/EUR/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/CRC');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "CRC"
},
"rate": 517.9566,
"timestamp": 1790531402,
"date": "2026-09-27"
}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 EURCosta Rican Colón → Euro0.0019307Convert EUR to other currencies
Convert other currencies to CRC
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.