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: show the values
| Point | GEL/VUV |
|---|---|
| 2026-08-27 | 45.3357 |
| 2026-08-28 | 45.2941 |
| 2026-08-29 | 45.3021 |
| 2026-08-30 | 45.3037 |
| 2026-08-31 | 45.4283 |
| 2026-09-01 | 45.2608 |
| 2026-09-02 | 45.2877 |
| 2026-09-03 | 45.3378 |
| 2026-09-04 | 45.2253 |
| 2026-09-05 | 45.0862 |
| 2026-09-06 | 45.2632 |
| 2026-09-07 | 45.3683 |
| 2026-09-08 | 45.2813 |
| 2026-09-09 | 45.3152 |
| 2026-09-10 | 45.3070 |
| 2026-09-11 | 45.3705 |
| 2026-09-12 | 45.1207 |
| 2026-09-13 | 45.2536 |
| 2026-09-14 | 45.5548 |
| 2026-09-15 | 45.5436 |
| 2026-09-16 | 45.5988 |
| 2026-09-17 | 45.5867 |
| 2026-09-18 | 45.7152 |
| 2026-09-19 | 45.4897 |
| 2026-09-20 | 45.5929 |
| 2026-09-21 | 45.6338 |
| 2026-09-22 | 45.5037 |
| 2026-09-23 | 45.5201 |
| 2026-09-24 | 45.4370 |
| 2026-09-25 | 45.6241 |
| 2026-09-26 | 45.4852 |
High
45.7152
Low
45.0862
Average
45.4035
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.