Skip to content

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

GEL/CRC over 6M: show the values
PointGEL/CRC
2026-03-29172.2887
2026-04-05172.8445
2026-04-12171.7701
2026-04-19168.9564
2026-04-26169.5051
2026-05-03169.6528
2026-05-10171.3918
2026-05-18169.5438
2026-05-26170.3001
2026-06-02171.2051
2026-06-11172.9206
2026-06-18171.5678
2026-06-25171.8947
2026-07-02172.4448
2026-07-09172.8365
2026-07-16172.6398
2026-07-23173.0259
2026-07-30173.2321
2026-08-06173.7507
2026-08-13173.4038
2026-08-21174.7754
2026-08-28174.0761
2026-09-04173.5281
2026-09-11174.1147
2026-09-18172.5232
2026-09-25174.3370

High

174.7754

Low

168.9564

Average

172.3284

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CRC");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.