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: show the values
| Point | EUR/CRC |
|---|---|
| 2026-03-29 | 534.9626 |
| 2026-04-05 | 535.9824 |
| 2026-04-12 | 540.8337 |
| 2026-04-19 | 537.1166 |
| 2026-04-26 | 532.2585 |
| 2026-05-03 | 533.5936 |
| 2026-05-10 | 540.0012 |
| 2026-05-18 | 529.3776 |
| 2026-05-26 | 528.1037 |
| 2026-06-02 | 530.1259 |
| 2026-06-11 | 529.1782 |
| 2026-06-18 | 520.5087 |
| 2026-06-25 | 515.5004 |
| 2026-07-02 | 519.0009 |
| 2026-07-09 | 519.8807 |
| 2026-07-16 | 519.8848 |
| 2026-07-23 | 516.6294 |
| 2026-07-30 | 520.8261 |
| 2026-08-06 | 524.2387 |
| 2026-08-13 | 522.4143 |
| 2026-08-21 | 531.7282 |
| 2026-08-28 | 527.9318 |
| 2026-09-04 | 526.5210 |
| 2026-09-11 | 524.9946 |
| 2026-09-18 | 512.6054 |
| 2026-09-25 | 515.8951 |
High
540.8337
Low
512.6054
Average
526.1797
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.