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: show the values
| Point | GEL/VUV |
|---|---|
| 2025-09-26 | 43.2796 |
| 2025-10-03 | 44.2104 |
| 2025-10-10 | 45.0262 |
| 2025-10-17 | 45.2609 |
| 2025-10-24 | 44.8647 |
| 2025-10-31 | 44.9192 |
| 2025-11-07 | 45.1688 |
| 2025-11-14 | 45.0394 |
| 2025-11-21 | 45.2930 |
| 2025-11-28 | 45.4031 |
| 2025-12-05 | 45.2643 |
| 2025-12-13 | 44.9136 |
| 2025-12-20 | 45.0066 |
| 2025-12-27 | 44.8340 |
| 2026-01-03 | 44.8421 |
| 2026-01-10 | 44.7267 |
| 2026-01-17 | 44.8823 |
| 2026-01-24 | 44.6325 |
| 2026-01-31 | 44.1064 |
| 2026-02-07 | 44.5263 |
| 2026-02-14 | 44.4687 |
| 2026-02-21 | 44.4048 |
| 2026-02-28 | 44.2495 |
| 2026-03-07 | 43.6567 |
| 2026-03-14 | 43.3390 |
| 2026-03-21 | 43.9049 |
| 2026-03-28 | 44.6604 |
| 2026-04-04 | 44.2919 |
| 2026-04-11 | 44.3097 |
| 2026-04-18 | 43.7255 |
| 2026-04-25 | 43.9599 |
| 2026-05-02 | 44.3243 |
| 2026-05-09 | 44.1213 |
| 2026-05-17 | 44.1483 |
| 2026-05-25 | 44.3610 |
| 2026-06-01 | 44.3754 |
| 2026-06-10 | 44.9057 |
| 2026-06-17 | 44.8413 |
| 2026-06-24 | 45.1913 |
| 2026-07-01 | 45.5765 |
| 2026-07-08 | 45.6667 |
| 2026-07-15 | 45.4870 |
| 2026-07-22 | 45.5005 |
| 2026-07-29 | 45.6222 |
| 2026-08-05 | 45.5898 |
| 2026-08-12 | 45.4113 |
| 2026-08-20 | 45.4038 |
| 2026-08-27 | 45.3357 |
| 2026-09-03 | 45.3378 |
| 2026-09-10 | 45.3070 |
| 2026-09-17 | 45.5867 |
| 2026-09-24 | 45.4370 |
High
45.6667
Low
43.2796
Average
44.7960
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.