Skip to content

GEL to VUV exchange rate API

Lari to Vatu · quoted 2026-09-26

45.4852

▲ +5.10% over 1Y

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 year, GEL/VUV traded between 43.2796 and 45.6667, averaged 44.7960 and rose 5.10%. 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 1Y

GEL/VUV over 1Y: show the values
PointGEL/VUV
2025-09-2643.2796
2025-10-0344.2104
2025-10-1045.0262
2025-10-1745.2609
2025-10-2444.8647
2025-10-3144.9192
2025-11-0745.1688
2025-11-1445.0394
2025-11-2145.2930
2025-11-2845.4031
2025-12-0545.2643
2025-12-1344.9136
2025-12-2045.0066
2025-12-2744.8340
2026-01-0344.8421
2026-01-1044.7267
2026-01-1744.8823
2026-01-2444.6325
2026-01-3144.1064
2026-02-0744.5263
2026-02-1444.4687
2026-02-2144.4048
2026-02-2844.2495
2026-03-0743.6567
2026-03-1443.3390
2026-03-2143.9049
2026-03-2844.6604
2026-04-0444.2919
2026-04-1144.3097
2026-04-1843.7255
2026-04-2543.9599
2026-05-0244.3243
2026-05-0944.1213
2026-05-1744.1483
2026-05-2544.3610
2026-06-0144.3754
2026-06-1044.9057
2026-06-1744.8413
2026-06-2445.1913
2026-07-0145.5765
2026-07-0845.6667
2026-07-1545.4870
2026-07-2245.5005
2026-07-2945.6222
2026-08-0545.5898
2026-08-1245.4113
2026-08-2045.4038
2026-08-2745.3357
2026-09-0345.3378
2026-09-1045.3070
2026-09-1745.5867
2026-09-2445.4370

High

45.6667

Low

43.2796

Average

44.7960

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.