GEL to CUP exchange rate API
Lari to Cuban Peso · quoted 2026-09-25
9.2280
▲ +4.01% over 5Y
1 GEL = 9.2280 CUP · 1 CUP = 0.10837 GEL · Get this rate via the API
1 GEL buys 9.2280 CUP as of 2026-09-25, so 1 CUP buys 0.10837 GEL. Over the last 5 years, GEL/CUP traded between 8.4586 and 10.1889, averaged 9.0339 and rose 4.01%. The API holds daily GEL/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/CUP over 5Y: show the values
| Point | GEL/CUP |
|---|---|
| 2024-08-24 | 8.8719 |
| 2024-10-07 | 8.7720 |
| 2024-11-06 | 8.8046 |
| 2024-12-06 | 8.6012 |
| 2025-01-05 | 8.5233 |
| 2025-02-04 | 8.4586 |
| 2025-03-06 | 8.6117 |
| 2025-04-06 | 8.6342 |
| 2025-05-06 | 8.7542 |
| 2025-06-07 | 8.7798 |
| 2025-07-07 | 8.8218 |
| 2025-08-06 | 8.7949 |
| 2025-09-05 | 8.9076 |
| 2025-10-06 | 8.8251 |
| 2025-11-05 | 8.8627 |
| 2025-12-05 | 8.8847 |
| 2026-01-05 | 8.9192 |
| 2026-02-04 | 8.8971 |
| 2026-03-06 | 8.8097 |
| 2026-04-05 | 8.8730 |
| 2026-05-05 | 9.8696 |
| 2026-06-06 | 9.9732 |
| 2026-07-08 | 10.0674 |
| 2026-08-07 | 10.1470 |
| 2026-09-07 | 10.1889 |
High
10.1889
Low
8.4586
Average
9.0339
Get this rate via the API
One GET request returns the GEL/CUP 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=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CUP").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/CUP API questions
How do I get the GEL/CUP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/CUP rate in rates.CUP.
How far back does GEL/CUP historical data go?
Daily GEL/CUP 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/CUP 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.