Skip to content

GEL to VUV exchange rate API

Lari to Vatu · quoted 2026-09-26

45.4852

▲ +0.33% over 30D

1 GEL = 45.4852 VUV · 1 VUV = 0.02199 GEL · Get this rate via the API

1 GEL buys 45.4852 VUV as of 2026-09-26, so 1 VUV buys 0.02199 GEL. Over the last 30 days, GEL/VUV traded between 45.0862 and 45.7152, averaged 45.4035 and rose 0.33%. The API holds daily GEL/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/VUV over 30D

GEL/VUV over 30D: show the values
PointGEL/VUV
2026-08-2745.3357
2026-08-2845.2941
2026-08-2945.3021
2026-08-3045.3037
2026-08-3145.4283
2026-09-0145.2608
2026-09-0245.2877
2026-09-0345.3378
2026-09-0445.2253
2026-09-0545.0862
2026-09-0645.2632
2026-09-0745.3683
2026-09-0845.2813
2026-09-0945.3152
2026-09-1045.3070
2026-09-1145.3705
2026-09-1245.1207
2026-09-1345.2536
2026-09-1445.5548
2026-09-1545.5436
2026-09-1645.5988
2026-09-1745.5867
2026-09-1845.7152
2026-09-1945.4897
2026-09-2045.5929
2026-09-2145.6338
2026-09-2245.5037
2026-09-2345.5201
2026-09-2445.4370
2026-09-2545.6241
2026-09-2645.4852

High

45.7152

Low

45.0862

Average

45.4035

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/VUV API questions

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

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

How far back does GEL/VUV historical data go?

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