Skip to content

EUR to CRC exchange rate API

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

516.7581

▼ +11.50% over YTD

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 year to date, EUR/CRC traded between 513.7121 and 595.1902, averaged 539.7387 and fell 11.50%. 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 YTD

EUR/CRC over YTD: show the values
PointEUR/CRC
2025-12-31583.8854
2026-01-07580.9855
2026-01-14579.4963
2026-01-21572.4570
2026-01-28595.1902
2026-02-04585.6718
2026-02-11588.4657
2026-02-18568.2508
2026-02-25559.6570
2026-03-04547.7173
2026-03-11546.5495
2026-03-18538.4645
2026-03-25540.4707
2026-04-01539.6460
2026-04-08540.4302
2026-04-15542.6050
2026-04-22534.4128
2026-04-29532.3621
2026-05-06533.9796
2026-05-14532.8710
2026-05-21524.5711
2026-05-29526.6576
2026-06-05534.1928
2026-06-14527.9381
2026-06-21519.8091
2026-06-28516.0979
2026-07-05518.6864
2026-07-12515.5508
2026-07-19513.9694
2026-07-26515.4406
2026-08-02520.9196
2026-08-09521.2054
2026-08-16518.7095
2026-08-24529.1885
2026-08-31524.7250
2026-09-07527.3788
2026-09-14520.7299
2026-09-21513.7121

High

595.1902

Low

513.7121

Average

539.7387

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.