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: show the values
| Point | EUR/CRC |
|---|---|
| 2025-09-25 | 592.8132 |
| 2025-10-02 | 592.3324 |
| 2025-10-09 | 584.2304 |
| 2025-10-16 | 585.7039 |
| 2025-10-23 | 582.0752 |
| 2025-10-30 | 579.7526 |
| 2025-11-06 | 579.8184 |
| 2025-11-13 | 583.8522 |
| 2025-11-20 | 575.9024 |
| 2025-11-27 | 578.1394 |
| 2025-12-04 | 574.8677 |
| 2025-12-12 | 585.9482 |
| 2025-12-19 | 584.4352 |
| 2025-12-26 | 583.1409 |
| 2026-01-02 | 583.2937 |
| 2026-01-09 | 579.2336 |
| 2026-01-16 | 574.3635 |
| 2026-01-23 | 579.6073 |
| 2026-01-30 | 590.2883 |
| 2026-02-06 | 584.8869 |
| 2026-02-13 | 578.9301 |
| 2026-02-20 | 566.8129 |
| 2026-02-27 | 559.4956 |
| 2026-03-06 | 546.5556 |
| 2026-03-13 | 542.2951 |
| 2026-03-20 | 540.1718 |
| 2026-03-27 | 534.0985 |
| 2026-04-03 | 535.3273 |
| 2026-04-10 | 543.7679 |
| 2026-04-17 | 540.2017 |
| 2026-04-24 | 533.3070 |
| 2026-05-01 | 533.7194 |
| 2026-05-08 | 541.2527 |
| 2026-05-16 | 527.4648 |
| 2026-05-24 | 526.1982 |
| 2026-05-31 | 531.9680 |
| 2026-06-09 | 533.6524 |
| 2026-06-16 | 528.6390 |
| 2026-06-23 | 517.5965 |
| 2026-06-30 | 518.6723 |
| 2026-07-07 | 520.5792 |
| 2026-07-14 | 519.3644 |
| 2026-07-21 | 518.2424 |
| 2026-07-28 | 517.5967 |
| 2026-08-04 | 522.7038 |
| 2026-08-11 | 523.7209 |
| 2026-08-18 | 520.2073 |
| 2026-08-26 | 529.8436 |
| 2026-09-02 | 525.3944 |
| 2026-09-09 | 528.3858 |
| 2026-09-16 | 516.7527 |
| 2026-09-23 | 515.5168 |
High
592.8132
Low
515.5168
Average
551.1229
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.