GEL to CUP exchange rate API
Lari to Cuban Peso · quoted 2026-09-25
9.2280
▲ +3.39% over YTD
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 year to date, GEL/CUP traded between 8.8179 and 10.2076, averaged 9.5318 and rose 3.39%. 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 YTD: show the values
| Point | GEL/CUP |
|---|---|
| 2025-12-31 | 8.9254 |
| 2026-01-07 | 8.9022 |
| 2026-01-14 | 8.9160 |
| 2026-01-21 | 8.9195 |
| 2026-01-28 | 8.8913 |
| 2026-02-04 | 8.8971 |
| 2026-02-11 | 8.9357 |
| 2026-02-18 | 8.9525 |
| 2026-02-25 | 8.9702 |
| 2026-03-04 | 8.8701 |
| 2026-03-11 | 8.8179 |
| 2026-03-18 | 8.8245 |
| 2026-03-25 | 8.8462 |
| 2026-04-01 | 8.9297 |
| 2026-04-08 | 8.8798 |
| 2026-04-15 | 9.8696 |
| 2026-04-22 | 9.8517 |
| 2026-04-29 | 9.8329 |
| 2026-05-06 | 9.8511 |
| 2026-05-14 | 8.9691 |
| 2026-05-21 | 8.9953 |
| 2026-05-29 | 9.9555 |
| 2026-06-05 | 9.9621 |
| 2026-06-14 | 9.9847 |
| 2026-06-21 | 10.0031 |
| 2026-06-28 | 10.0443 |
| 2026-07-05 | 10.0588 |
| 2026-07-12 | 10.0736 |
| 2026-07-19 | 10.0863 |
| 2026-07-26 | 10.1111 |
| 2026-08-02 | 10.1073 |
| 2026-08-09 | 10.1393 |
| 2026-08-16 | 10.1532 |
| 2026-08-24 | 10.2076 |
| 2026-08-31 | 10.1884 |
| 2026-09-07 | 10.1889 |
| 2026-09-14 | 10.2018 |
| 2026-09-21 | 10.1965 |
High
10.2076
Low
8.8179
Average
9.5318
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.