Skip to content

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

GEL/CUP over 5Y: show the values
PointGEL/CUP
2024-08-248.8719
2024-10-078.7720
2024-11-068.8046
2024-12-068.6012
2025-01-058.5233
2025-02-048.4586
2025-03-068.6117
2025-04-068.6342
2025-05-068.7542
2025-06-078.7798
2025-07-078.8218
2025-08-068.7949
2025-09-058.9076
2025-10-068.8251
2025-11-058.8627
2025-12-058.8847
2026-01-058.9192
2026-02-048.8971
2026-03-068.8097
2026-04-058.8730
2026-05-059.8696
2026-06-069.9732
2026-07-0810.0674
2026-08-0710.1470
2026-09-0710.1889

High

10.1889

Low

8.4586

Average

9.0339

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CUP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.