Skip to content

GEL to CUP exchange rate API

Lari to Cuban Peso · quoted 2026-09-25

9.2280

▼ +9.12% over 30D

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 30 days, GEL/CUP traded between 9.2280 and 10.2210, averaged 10.1233 and fell 9.12%. 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 30D

GEL/CUP over 30D: show the values
PointGEL/CUP
2026-08-2610.1539
2026-08-2710.1801
2026-08-2810.1699
2026-08-2910.1865
2026-08-3010.1837
2026-08-3110.1884
2026-09-0110.1683
2026-09-0210.1574
2026-09-0310.1679
2026-09-0410.1513
2026-09-0510.1718
2026-09-0610.1730
2026-09-0710.1889
2026-09-0810.1814
2026-09-0910.1862
2026-09-1010.1838
2026-09-1110.1891
2026-09-1210.1906
2026-09-1310.1818
2026-09-1410.2018
2026-09-1510.1988
2026-09-1610.1974
2026-09-1710.1916
2026-09-1810.2210
2026-09-1910.1917
2026-09-2010.1939
2026-09-2110.1965
2026-09-2210.1949
2026-09-2310.1867
2026-09-2410.1606
2026-09-259.2280

High

10.2210

Low

9.2280

Average

10.1233

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.