Skip to content

GEL to CUC exchange rate API

Lari to Peso Convertible · quoted 2026-09-25

0.38455

▲ +3.48% over YTD

1 GEL = 0.38455 CUC · 1 CUC = 2.6004 GEL · Get this rate via the API

1 GEL buys 0.38455 CUC as of 2026-09-25, so 1 CUC buys 2.6004 GEL. Over the year to date, GEL/CUC traded between 0.36726 and 0.38519, averaged 0.37606 and rose 3.48%. The API holds daily GEL/CUC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/CUC over YTD

GEL/CUC over YTD: show the values
PointGEL/CUC
2025-12-310.37161
2026-01-070.37113
2026-01-140.37117
2026-01-210.37165
2026-01-280.37190
2026-02-040.37188
2026-02-110.37222
2026-02-180.37352
2026-02-250.37410
2026-03-040.36970
2026-03-110.36726
2026-03-180.36857
2026-03-250.36926
2026-04-010.37229
2026-04-080.37203
2026-04-150.37244
2026-04-220.37176
2026-04-290.37105
2026-05-060.37174
2026-05-140.37377
2026-05-210.37474
2026-05-290.37568
2026-06-050.37593
2026-06-140.37678
2026-06-210.37748
2026-06-280.37903
2026-07-050.37958
2026-07-120.38014
2026-07-190.38062
2026-07-260.38155
2026-08-020.38141
2026-08-090.38262
2026-08-160.38314
2026-08-240.38519
2026-08-310.38447
2026-09-070.38449
2026-09-140.38497
2026-09-210.38477

High

0.38519

Low

0.36726

Average

0.37606

For developers

Get this rate via the API

One GET request returns the GEL/CUC 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=CUC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CUC");
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=CUC").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/CUC API questions

How do I get the GEL/CUC exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CUC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/CUC rate in rates.CUC.

How far back does GEL/CUC historical data go?

Daily GEL/CUC 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/CUC 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.