Skip to content

EUR to CRC exchange rate API

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

516.7581

▼ +3.40% over 6M

1 EUR = 516.7581 CRC · 1 CRC = 0.001935 EUR · Get this rate via the API

1 EUR buys 516.7581 CRC as of 2026-09-25, so 1 CRC buys 0.001935 EUR. Over the last 6 months, EUR/CRC traded between 512.6054 and 540.8337, averaged 526.1797 and fell 3.40%. 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 6M

EUR/CRC over 6M: show the values
PointEUR/CRC
2026-03-29534.9626
2026-04-05535.9824
2026-04-12540.8337
2026-04-19537.1166
2026-04-26532.2585
2026-05-03533.5936
2026-05-10540.0012
2026-05-18529.3776
2026-05-26528.1037
2026-06-02530.1259
2026-06-11529.1782
2026-06-18520.5087
2026-06-25515.5004
2026-07-02519.0009
2026-07-09519.8807
2026-07-16519.8848
2026-07-23516.6294
2026-07-30520.8261
2026-08-06524.2387
2026-08-13522.4143
2026-08-21531.7282
2026-08-28527.9318
2026-09-04526.5210
2026-09-11524.9946
2026-09-18512.6054
2026-09-25515.8951

High

540.8337

Low

512.6054

Average

526.1797

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.