Skip to content

EUR to CRC exchange rate API

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

516.3250

▼ +2.55% over 30D

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

1 EUR buys 516.3250 CRC as of 2026-09-25, so 1 CRC buys 0.001937 EUR. Over the last 30 days, EUR/CRC traded between 512.4483 and 529.8436, averaged 521.3376 and fell 2.55%. 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 30D

EUR/CRC over 30D: show the values
PointEUR/CRC
2026-08-26529.8436
2026-08-27529.3054
2026-08-28527.9318
2026-08-29523.8964
2026-08-30520.9191
2026-08-31524.7250
2026-09-01523.8181
2026-09-02525.3944
2026-09-03526.2492
2026-09-04526.5210
2026-09-05524.2152
2026-09-06523.7871
2026-09-07527.3788
2026-09-08527.0593
2026-09-09528.3858
2026-09-10527.4028
2026-09-11524.9946
2026-09-12521.2885
2026-09-13519.4947
2026-09-14520.7299
2026-09-15519.1116
2026-09-16516.7527
2026-09-17516.1842
2026-09-18512.6054
2026-09-19513.7030
2026-09-20512.4483
2026-09-21513.7121
2026-09-22512.7324
2026-09-23515.5168
2026-09-24514.6616
2026-09-25515.7098

High

529.8436

Low

512.4483

Average

521.3376

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.