GEL to CVE exchange rate API
Lari to Cape Verde Escudo · quoted 2026-09-25
37.2901
▲ +2.57% over 5Y
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 5 years, GEL/CVE traded between 34.4650 and 37.9796, averaged 35.9991 and rose 2.57%. 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 5Y: show the values
| Point | GEL/CVE |
|---|---|
| 2024-08-24 | 36.3542 |
| 2024-10-07 | 36.6452 |
| 2024-11-06 | 37.3826 |
| 2024-12-06 | 37.3905 |
| 2025-01-05 | 37.9796 |
| 2025-02-04 | 37.6488 |
| 2025-03-06 | 36.6422 |
| 2025-04-06 | 36.4909 |
| 2025-05-06 | 35.5929 |
| 2025-06-07 | 35.4152 |
| 2025-07-07 | 34.4650 |
| 2025-08-06 | 35.3136 |
| 2025-09-05 | 35.0882 |
| 2025-10-06 | 34.5334 |
| 2025-11-05 | 35.4643 |
| 2025-12-05 | 35.0606 |
| 2026-01-05 | 34.9869 |
| 2026-02-04 | 34.6785 |
| 2026-03-06 | 34.8566 |
| 2026-04-05 | 35.5617 |
| 2026-05-05 | 35.2512 |
| 2026-06-06 | 36.0138 |
| 2026-07-08 | 36.7099 |
| 2026-08-07 | 36.6415 |
| 2026-09-07 | 36.5201 |
High
37.9796
Low
34.4650
Average
35.9991
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.