GEL to VUV exchange rate API
Lari to Vatu · quoted 2026-09-26
45.4852
▲ +1.60% over 6M
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 6 months, GEL/VUV traded between 43.9751 and 45.6390, averaged 44.9597 and rose 1.60%. 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 6M: show the values
| Point | GEL/VUV |
|---|---|
| 2026-03-30 | 44.7676 |
| 2026-04-06 | 44.4405 |
| 2026-04-13 | 44.1922 |
| 2026-04-20 | 43.9751 |
| 2026-04-27 | 44.1457 |
| 2026-05-04 | 44.0495 |
| 2026-05-11 | 44.0787 |
| 2026-05-19 | 44.2940 |
| 2026-05-27 | 44.3943 |
| 2026-06-03 | 44.4273 |
| 2026-06-12 | 44.9412 |
| 2026-06-19 | 44.9803 |
| 2026-06-26 | 45.2301 |
| 2026-07-03 | 45.4879 |
| 2026-07-10 | 45.6390 |
| 2026-07-17 | 45.3465 |
| 2026-07-24 | 45.3985 |
| 2026-07-31 | 45.4989 |
| 2026-08-07 | 45.6361 |
| 2026-08-14 | 45.4883 |
| 2026-08-22 | 45.5309 |
| 2026-08-29 | 45.3021 |
| 2026-09-05 | 45.0862 |
| 2026-09-12 | 45.1207 |
| 2026-09-19 | 45.4897 |
| 2026-09-26 | 45.4852 |
High
45.6390
Low
43.9751
Average
44.9597
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.