Skip to content

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

GEL/CUP over 1Y: show the values
PointGEL/CUP
2025-09-258.8539
2025-10-028.8059
2025-10-098.8536
2025-10-168.8506
2025-10-238.8408
2025-10-308.8480
2025-11-068.8582
2025-11-138.8626
2025-11-208.8681
2025-11-278.8932
2025-12-048.8923
2025-12-128.8875
2025-12-198.9105
2025-12-268.9014
2026-01-028.9162
2026-01-098.9184
2026-01-168.9121
2026-01-238.8954
2026-01-308.9309
2026-02-068.9372
2026-02-138.9600
2026-02-208.9746
2026-02-278.9882
2026-03-068.8097
2026-03-138.8462
2026-03-208.8172
2026-03-278.8772
2026-04-038.9207
2026-04-109.8524
2026-04-179.8329
2026-04-249.8697
2026-05-019.8696
2026-05-089.8889
2026-05-168.9882
2026-05-248.9771
2026-05-319.9512
2026-06-099.9847
2026-06-169.9956
2026-06-2310.0118
2026-06-3010.0497
2026-07-0710.0672
2026-07-1410.0850
2026-07-2110.1114
2026-07-2810.1063
2026-08-0410.1250
2026-08-1110.1363
2026-08-1810.1690
2026-08-2610.1539
2026-09-0210.1574
2026-09-0910.1862
2026-09-1610.1974
2026-09-2310.1867

High

10.1974

Low

8.8059

Average

9.3776

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.