GEL to CUP exchange rate API
Lari to Cuban Peso · quoted 2026-09-25
9.2280
▲ +4.28% over 6M
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 6 months, GEL/CUP traded between 8.8494 and 10.2210, averaged 9.8520 and rose 4.28%. 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 6M: show the values
| Point | GEL/CUP |
|---|---|
| 2026-03-29 | 8.8494 |
| 2026-04-05 | 8.8730 |
| 2026-04-12 | 9.8499 |
| 2026-04-19 | 9.8008 |
| 2026-04-26 | 9.8866 |
| 2026-05-03 | 9.8866 |
| 2026-05-10 | 9.9064 |
| 2026-05-18 | 9.8858 |
| 2026-05-26 | 8.9882 |
| 2026-06-02 | 9.9686 |
| 2026-06-11 | 9.9892 |
| 2026-06-18 | 10.0098 |
| 2026-06-25 | 10.0220 |
| 2026-07-02 | 10.0368 |
| 2026-07-09 | 10.0773 |
| 2026-07-16 | 10.0882 |
| 2026-07-23 | 10.1077 |
| 2026-07-30 | 10.1127 |
| 2026-08-06 | 10.1384 |
| 2026-08-13 | 10.1489 |
| 2026-08-21 | 10.1894 |
| 2026-08-28 | 10.1699 |
| 2026-09-04 | 10.1513 |
| 2026-09-11 | 10.1891 |
| 2026-09-18 | 10.2210 |
| 2026-09-25 | 9.2280 |
High
10.2210
Low
8.8494
Average
9.8520
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.