Skip to content

EUR to CRC exchange rate API

Euro to Costa Rican Colon · quoted 2026-09-25

516.3932

▼ +12.89% over 1Y

1 EUR = 516.3932 CRC · 1 CRC = 0.001937 EUR · Get this rate via the API

1 EUR buys 516.3932 CRC as of 2026-09-25, so 1 CRC buys 0.001937 EUR. Over the last year, EUR/CRC traded between 515.5168 and 592.8132, averaged 551.1229 and fell 12.89%. The API holds daily EUR/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/CRC over 1Y

EUR/CRC over 1Y: show the values
PointEUR/CRC
2025-09-25592.8132
2025-10-02592.3324
2025-10-09584.2304
2025-10-16585.7039
2025-10-23582.0752
2025-10-30579.7526
2025-11-06579.8184
2025-11-13583.8522
2025-11-20575.9024
2025-11-27578.1394
2025-12-04574.8677
2025-12-12585.9482
2025-12-19584.4352
2025-12-26583.1409
2026-01-02583.2937
2026-01-09579.2336
2026-01-16574.3635
2026-01-23579.6073
2026-01-30590.2883
2026-02-06584.8869
2026-02-13578.9301
2026-02-20566.8129
2026-02-27559.4956
2026-03-06546.5556
2026-03-13542.2951
2026-03-20540.1718
2026-03-27534.0985
2026-04-03535.3273
2026-04-10543.7679
2026-04-17540.2017
2026-04-24533.3070
2026-05-01533.7194
2026-05-08541.2527
2026-05-16527.4648
2026-05-24526.1982
2026-05-31531.9680
2026-06-09533.6524
2026-06-16528.6390
2026-06-23517.5965
2026-06-30518.6723
2026-07-07520.5792
2026-07-14519.3644
2026-07-21518.2424
2026-07-28517.5967
2026-08-04522.7038
2026-08-11523.7209
2026-08-18520.2073
2026-08-26529.8436
2026-09-02525.3944
2026-09-09528.3858
2026-09-16516.7527
2026-09-23515.5168

High

592.8132

Low

515.5168

Average

551.1229

For developers

Get this rate via the API

One GET request returns the EUR/CRC rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CRC");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CRC").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/CRC API questions

How do I get the EUR/CRC exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/CRC rate in rates.CRC.

How far back does EUR/CRC historical data go?

Daily EUR/CRC rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/CRC exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.