Skip to content

GEL to CUC exchange rate API

Lari to Peso Convertible · quoted 2026-09-25

0.38455

▲ +4.15% over 1Y

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 last year, GEL/CUC traded between 0.36713 and 0.38481, averaged 0.37443 and rose 4.15%. 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 1Y

GEL/CUC over 1Y: show the values
PointGEL/CUC
2025-09-250.36924
2025-10-020.36713
2025-10-090.36902
2025-10-160.36933
2025-10-230.36879
2025-10-300.36868
2025-11-060.36962
2025-11-130.36976
2025-11-200.36983
2025-11-270.37062
2025-12-040.37054
2025-12-120.37095
2025-12-190.37134
2025-12-260.37117
2026-01-020.37151
2026-01-090.37116
2026-01-160.37129
2026-01-230.37165
2026-01-300.37195
2026-02-060.37212
2026-02-130.37279
2026-02-200.37360
2026-02-270.37418
2026-03-060.36730
2026-03-130.36739
2026-03-200.36752
2026-03-270.37070
2026-04-030.37256
2026-04-100.37179
2026-04-170.37105
2026-04-240.37244
2026-05-010.37244
2026-05-080.37317
2026-05-160.37438
2026-05-240.37493
2026-05-310.37552
2026-06-090.37678
2026-06-160.37719
2026-06-230.37780
2026-06-300.37923
2026-07-070.37989
2026-07-140.38056
2026-07-210.38156
2026-07-280.38137
2026-08-040.38207
2026-08-110.38250
2026-08-180.38373
2026-08-260.38316
2026-09-020.38330
2026-09-090.38438
2026-09-160.38481
2026-09-230.38440

High

0.38481

Low

0.36713

Average

0.37443

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.