Skip to content

GEL to CVE exchange rate API

Lari to Cape Verde Escudo · quoted 2026-09-25

37.2901

▲ +7.54% over 1Y

1 GEL = 37.2901 CVE · 1 CVE = 0.02682 GEL · Get this rate via the API

1 GEL buys 37.2901 CVE as of 2026-09-25, so 1 CVE buys 0.02682 GEL. Over the last year, GEL/CVE traded between 34.4459 and 37.2901, averaged 35.5510 and rose 7.54%. The API holds daily GEL/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/CVE over 1Y

GEL/CVE over 1Y: show the values
PointGEL/CVE
2025-09-2534.6745
2025-10-0234.4895
2025-10-0934.9597
2025-10-1634.8870
2025-10-2335.0506
2025-10-3035.0034
2025-11-0635.4160
2025-11-1335.1823
2025-11-2035.3856
2025-11-2735.1969
2025-12-0435.0329
2025-12-1234.8631
2025-12-1934.9175
2025-12-2634.7238
2026-01-0234.8258
2026-01-0935.1333
2026-01-1635.2683
2026-01-2334.8862
2026-01-3034.4459
2026-02-0634.8031
2026-02-1334.6326
2026-02-2035.0426
2026-02-2734.9744
2026-03-0634.8566
2026-03-1335.1719
2026-03-2035.0402
2026-03-2735.4248
2026-04-0335.6149
2026-04-1035.1332
2026-04-1734.7304
2026-04-2435.2143
2026-05-0135.1973
2026-05-0835.0823
2026-05-1635.5126
2026-05-2435.6288
2026-05-3135.5160
2026-06-0936.0055
2026-06-1635.9263
2026-06-2336.4592
2026-06-3036.6760
2026-07-0736.6172
2026-07-1436.8368
2026-07-2136.8611
2026-07-2836.9778
2026-08-0436.6017
2026-08-1136.5288
2026-08-1836.5377
2026-08-2636.1969
2026-09-0236.4920
2026-09-0936.4415
2026-09-1636.7627
2026-09-2337.0753

High

37.2901

Low

34.4459

Average

35.5510

For developers

Get this rate via the API

One GET request returns the GEL/CVE 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=CVE"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CVE");
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=CVE").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/CVE API questions

How do I get the GEL/CVE exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/CVE rate in rates.CVE.

How far back does GEL/CVE historical data go?

Daily GEL/CVE 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/CVE 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.