Skip to content

GEL to VUV exchange rate API

Lari to Vatu · quoted 2026-09-26

45.4852

▲ +1.27% over YTD

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 year to date, GEL/VUV traded between 43.8759 and 45.6338, averaged 44.7926 and rose 1.27%. 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 YTD

GEL/VUV over YTD: show the values
PointGEL/VUV
2025-12-3144.9158
2026-01-0744.9216
2026-01-1445.0433
2026-01-2144.9273
2026-01-2844.4747
2026-02-0444.5194
2026-02-1144.3897
2026-02-1844.2963
2026-02-2544.4303
2026-03-0443.9935
2026-03-1143.9571
2026-03-1843.9279
2026-03-2544.0210
2026-04-0144.7354
2026-04-0844.5672
2026-04-1544.1796
2026-04-2243.9611
2026-04-2943.8759
2026-05-0643.9345
2026-05-1444.1037
2026-05-2144.3776
2026-05-2944.4213
2026-06-0544.4251
2026-06-1444.9291
2026-06-2144.9046
2026-06-2845.3047
2026-07-0545.4671
2026-07-1245.5693
2026-07-1945.3467
2026-07-2645.5062
2026-08-0245.3862
2026-08-0945.5858
2026-08-1645.4824
2026-08-2445.5582
2026-08-3145.4283
2026-09-0745.3683
2026-09-1445.5548
2026-09-2145.6338

High

45.6338

Low

43.8759

Average

44.7926

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.