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: show the values
| Point | EUR/CRC |
|---|---|
| 2026-08-26 | 529.8436 |
| 2026-08-27 | 529.3054 |
| 2026-08-28 | 527.9318 |
| 2026-08-29 | 523.8964 |
| 2026-08-30 | 520.9191 |
| 2026-08-31 | 524.7250 |
| 2026-09-01 | 523.8181 |
| 2026-09-02 | 525.3944 |
| 2026-09-03 | 526.2492 |
| 2026-09-04 | 526.5210 |
| 2026-09-05 | 524.2152 |
| 2026-09-06 | 523.7871 |
| 2026-09-07 | 527.3788 |
| 2026-09-08 | 527.0593 |
| 2026-09-09 | 528.3858 |
| 2026-09-10 | 527.4028 |
| 2026-09-11 | 524.9946 |
| 2026-09-12 | 521.2885 |
| 2026-09-13 | 519.4947 |
| 2026-09-14 | 520.7299 |
| 2026-09-15 | 519.1116 |
| 2026-09-16 | 516.7527 |
| 2026-09-17 | 516.1842 |
| 2026-09-18 | 512.6054 |
| 2026-09-19 | 513.7030 |
| 2026-09-20 | 512.4483 |
| 2026-09-21 | 513.7121 |
| 2026-09-22 | 512.7324 |
| 2026-09-23 | 515.5168 |
| 2026-09-24 | 514.6616 |
| 2026-09-25 | 515.7098 |
High
529.8436
Low
512.4483
Average
521.3376
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.