GEL to CRC exchange rate API
Lari to Costa Rican Colon · quoted 2026-09-25
174.3370
▲ +1.19% over 6M
1 GEL = 174.3370 CRC · 1 CRC = 0.005736 GEL · Get this rate via the API
1 GEL buys 174.3370 CRC as of 2026-09-25, so 1 CRC buys 0.005736 GEL. Over the last 6 months, GEL/CRC traded between 168.9564 and 174.7754, averaged 172.3284 and rose 1.19%. The API holds daily GEL/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/CRC over 6M: show the values
| Point | GEL/CRC |
|---|---|
| 2026-03-29 | 172.2887 |
| 2026-04-05 | 172.8445 |
| 2026-04-12 | 171.7701 |
| 2026-04-19 | 168.9564 |
| 2026-04-26 | 169.5051 |
| 2026-05-03 | 169.6528 |
| 2026-05-10 | 171.3918 |
| 2026-05-18 | 169.5438 |
| 2026-05-26 | 170.3001 |
| 2026-06-02 | 171.2051 |
| 2026-06-11 | 172.9206 |
| 2026-06-18 | 171.5678 |
| 2026-06-25 | 171.8947 |
| 2026-07-02 | 172.4448 |
| 2026-07-09 | 172.8365 |
| 2026-07-16 | 172.6398 |
| 2026-07-23 | 173.0259 |
| 2026-07-30 | 173.2321 |
| 2026-08-06 | 173.7507 |
| 2026-08-13 | 173.4038 |
| 2026-08-21 | 174.7754 |
| 2026-08-28 | 174.0761 |
| 2026-09-04 | 173.5281 |
| 2026-09-11 | 174.1147 |
| 2026-09-18 | 172.5232 |
| 2026-09-25 | 174.3370 |
High
174.7754
Low
168.9564
Average
172.3284
Get this rate via the API
One GET request returns the GEL/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=GEL¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/CRC API questions
How do I get the GEL/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/CRC rate in rates.CRC.
How far back does GEL/CRC historical data go?
Daily GEL/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 GEL/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.