Skip to content

GEL to VEF exchange rate API

Lari to Bolivar · quoted 2026-09-25

32808824.80

▲ +199.27% over YTD

1 GEL = 32808824.80 VEF · 1 VEF = 0.000000 GEL · Get this rate via the API

1 GEL buys 32808824.80 VEF as of 2026-09-25, so 1 VEF buys 0.000000 GEL. Over the year to date, GEL/VEF traded between 10962867.32 and 32808824.80, averaged 21767764.60 and rose 199.27%. The API holds daily GEL/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/VEF over YTD

GEL/VEF over YTD: show the values
PointGEL/VEF
2025-12-3110962867.32
2026-01-0711463810.59
2026-01-1412339020.52
2026-01-2112785641.53
2026-01-2813375145.87
2026-02-0413860229.00
2026-02-1114229329.66
2026-02-1914825928.55
2026-02-2615326106.67
2026-03-0515603607.66
2026-03-1216088415.09
2026-03-1916600118.87
2026-03-2617194644.23
2026-04-0317606735.60
2026-05-1419020459.92
2026-05-2419717190.55
2026-05-3120597228.82
2026-06-0921275274.62
2026-06-1622316031.99
2026-06-2323311619.17
2026-06-3023595725.09
2026-07-0825766113.10
2026-07-1527526538.27
2026-07-2228072516.55
2026-07-2928347911.02
2026-08-0528839088.76
2026-08-1229141175.32
2026-08-2029727853.97
2026-08-2730232650.28
2026-09-0330740231.63
2026-09-1031456124.78
2026-09-1732541011.85
2026-09-2532808824.80

High

32808824.80

Low

10962867.32

Average

21767764.60

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/VEF API questions

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

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

How far back does GEL/VEF historical data go?

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