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: show the values
| Point | GEL/CUC |
|---|---|
| 2025-09-25 | 0.36924 |
| 2025-10-02 | 0.36713 |
| 2025-10-09 | 0.36902 |
| 2025-10-16 | 0.36933 |
| 2025-10-23 | 0.36879 |
| 2025-10-30 | 0.36868 |
| 2025-11-06 | 0.36962 |
| 2025-11-13 | 0.36976 |
| 2025-11-20 | 0.36983 |
| 2025-11-27 | 0.37062 |
| 2025-12-04 | 0.37054 |
| 2025-12-12 | 0.37095 |
| 2025-12-19 | 0.37134 |
| 2025-12-26 | 0.37117 |
| 2026-01-02 | 0.37151 |
| 2026-01-09 | 0.37116 |
| 2026-01-16 | 0.37129 |
| 2026-01-23 | 0.37165 |
| 2026-01-30 | 0.37195 |
| 2026-02-06 | 0.37212 |
| 2026-02-13 | 0.37279 |
| 2026-02-20 | 0.37360 |
| 2026-02-27 | 0.37418 |
| 2026-03-06 | 0.36730 |
| 2026-03-13 | 0.36739 |
| 2026-03-20 | 0.36752 |
| 2026-03-27 | 0.37070 |
| 2026-04-03 | 0.37256 |
| 2026-04-10 | 0.37179 |
| 2026-04-17 | 0.37105 |
| 2026-04-24 | 0.37244 |
| 2026-05-01 | 0.37244 |
| 2026-05-08 | 0.37317 |
| 2026-05-16 | 0.37438 |
| 2026-05-24 | 0.37493 |
| 2026-05-31 | 0.37552 |
| 2026-06-09 | 0.37678 |
| 2026-06-16 | 0.37719 |
| 2026-06-23 | 0.37780 |
| 2026-06-30 | 0.37923 |
| 2026-07-07 | 0.37989 |
| 2026-07-14 | 0.38056 |
| 2026-07-21 | 0.38156 |
| 2026-07-28 | 0.38137 |
| 2026-08-04 | 0.38207 |
| 2026-08-11 | 0.38250 |
| 2026-08-18 | 0.38373 |
| 2026-08-26 | 0.38316 |
| 2026-09-02 | 0.38330 |
| 2026-09-09 | 0.38438 |
| 2026-09-16 | 0.38481 |
| 2026-09-23 | 0.38440 |
High
0.38481
Low
0.36713
Average
0.37443
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CUC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CUC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.