GEL to CUP exchange rate API
Lari to Cuban Peso · quoted 2026-09-25
9.2280
▲ +4.23% over 1Y
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 year, GEL/CUP traded between 8.8059 and 10.1974, averaged 9.3776 and rose 4.23%. 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 1Y: show the values
| Point | GEL/CUP |
|---|---|
| 2025-09-25 | 8.8539 |
| 2025-10-02 | 8.8059 |
| 2025-10-09 | 8.8536 |
| 2025-10-16 | 8.8506 |
| 2025-10-23 | 8.8408 |
| 2025-10-30 | 8.8480 |
| 2025-11-06 | 8.8582 |
| 2025-11-13 | 8.8626 |
| 2025-11-20 | 8.8681 |
| 2025-11-27 | 8.8932 |
| 2025-12-04 | 8.8923 |
| 2025-12-12 | 8.8875 |
| 2025-12-19 | 8.9105 |
| 2025-12-26 | 8.9014 |
| 2026-01-02 | 8.9162 |
| 2026-01-09 | 8.9184 |
| 2026-01-16 | 8.9121 |
| 2026-01-23 | 8.8954 |
| 2026-01-30 | 8.9309 |
| 2026-02-06 | 8.9372 |
| 2026-02-13 | 8.9600 |
| 2026-02-20 | 8.9746 |
| 2026-02-27 | 8.9882 |
| 2026-03-06 | 8.8097 |
| 2026-03-13 | 8.8462 |
| 2026-03-20 | 8.8172 |
| 2026-03-27 | 8.8772 |
| 2026-04-03 | 8.9207 |
| 2026-04-10 | 9.8524 |
| 2026-04-17 | 9.8329 |
| 2026-04-24 | 9.8697 |
| 2026-05-01 | 9.8696 |
| 2026-05-08 | 9.8889 |
| 2026-05-16 | 8.9882 |
| 2026-05-24 | 8.9771 |
| 2026-05-31 | 9.9512 |
| 2026-06-09 | 9.9847 |
| 2026-06-16 | 9.9956 |
| 2026-06-23 | 10.0118 |
| 2026-06-30 | 10.0497 |
| 2026-07-07 | 10.0672 |
| 2026-07-14 | 10.0850 |
| 2026-07-21 | 10.1114 |
| 2026-07-28 | 10.1063 |
| 2026-08-04 | 10.1250 |
| 2026-08-11 | 10.1363 |
| 2026-08-18 | 10.1690 |
| 2026-08-26 | 10.1539 |
| 2026-09-02 | 10.1574 |
| 2026-09-09 | 10.1862 |
| 2026-09-16 | 10.1974 |
| 2026-09-23 | 10.1867 |
High
10.1974
Low
8.8059
Average
9.3776
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.