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: show the values
| Point | GEL/CVE |
|---|---|
| 2025-09-25 | 34.6745 |
| 2025-10-02 | 34.4895 |
| 2025-10-09 | 34.9597 |
| 2025-10-16 | 34.8870 |
| 2025-10-23 | 35.0506 |
| 2025-10-30 | 35.0034 |
| 2025-11-06 | 35.4160 |
| 2025-11-13 | 35.1823 |
| 2025-11-20 | 35.3856 |
| 2025-11-27 | 35.1969 |
| 2025-12-04 | 35.0329 |
| 2025-12-12 | 34.8631 |
| 2025-12-19 | 34.9175 |
| 2025-12-26 | 34.7238 |
| 2026-01-02 | 34.8258 |
| 2026-01-09 | 35.1333 |
| 2026-01-16 | 35.2683 |
| 2026-01-23 | 34.8862 |
| 2026-01-30 | 34.4459 |
| 2026-02-06 | 34.8031 |
| 2026-02-13 | 34.6326 |
| 2026-02-20 | 35.0426 |
| 2026-02-27 | 34.9744 |
| 2026-03-06 | 34.8566 |
| 2026-03-13 | 35.1719 |
| 2026-03-20 | 35.0402 |
| 2026-03-27 | 35.4248 |
| 2026-04-03 | 35.6149 |
| 2026-04-10 | 35.1332 |
| 2026-04-17 | 34.7304 |
| 2026-04-24 | 35.2143 |
| 2026-05-01 | 35.1973 |
| 2026-05-08 | 35.0823 |
| 2026-05-16 | 35.5126 |
| 2026-05-24 | 35.6288 |
| 2026-05-31 | 35.5160 |
| 2026-06-09 | 36.0055 |
| 2026-06-16 | 35.9263 |
| 2026-06-23 | 36.4592 |
| 2026-06-30 | 36.6760 |
| 2026-07-07 | 36.6172 |
| 2026-07-14 | 36.8368 |
| 2026-07-21 | 36.8611 |
| 2026-07-28 | 36.9778 |
| 2026-08-04 | 36.6017 |
| 2026-08-11 | 36.5288 |
| 2026-08-18 | 36.5377 |
| 2026-08-26 | 36.1969 |
| 2026-09-02 | 36.4920 |
| 2026-09-09 | 36.4415 |
| 2026-09-16 | 36.7627 |
| 2026-09-23 | 37.0753 |
High
37.2901
Low
34.4459
Average
35.5510
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.