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: show the values
| Point | EUR/CRC |
|---|---|
| 2025-12-31 | 583.8854 |
| 2026-01-07 | 580.9855 |
| 2026-01-14 | 579.4963 |
| 2026-01-21 | 572.4570 |
| 2026-01-28 | 595.1902 |
| 2026-02-04 | 585.6718 |
| 2026-02-11 | 588.4657 |
| 2026-02-18 | 568.2508 |
| 2026-02-25 | 559.6570 |
| 2026-03-04 | 547.7173 |
| 2026-03-11 | 546.5495 |
| 2026-03-18 | 538.4645 |
| 2026-03-25 | 540.4707 |
| 2026-04-01 | 539.6460 |
| 2026-04-08 | 540.4302 |
| 2026-04-15 | 542.6050 |
| 2026-04-22 | 534.4128 |
| 2026-04-29 | 532.3621 |
| 2026-05-06 | 533.9796 |
| 2026-05-14 | 532.8710 |
| 2026-05-21 | 524.5711 |
| 2026-05-29 | 526.6576 |
| 2026-06-05 | 534.1928 |
| 2026-06-14 | 527.9381 |
| 2026-06-21 | 519.8091 |
| 2026-06-28 | 516.0979 |
| 2026-07-05 | 518.6864 |
| 2026-07-12 | 515.5508 |
| 2026-07-19 | 513.9694 |
| 2026-07-26 | 515.4406 |
| 2026-08-02 | 520.9196 |
| 2026-08-09 | 521.2054 |
| 2026-08-16 | 518.7095 |
| 2026-08-24 | 529.1885 |
| 2026-08-31 | 524.7250 |
| 2026-09-07 | 527.3788 |
| 2026-09-14 | 520.7299 |
| 2026-09-21 | 513.7121 |
High
595.1902
Low
513.7121
Average
539.7387
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.