GEL to VND exchange rate API
Lari to Dong · quoted 2026-09-25
10026.23
▲ +2.27% over YTD
1 GEL = 10026.23 VND · 1 VND = 0.000100 GEL · Get this rate via the API
1 GEL buys 10026.23 VND as of 2026-09-25, so 1 VND buys 0.000100 GEL. Over the year to date, GEL/VND traded between 9672.41 and 10098.63, averaged 9889.97 and rose 2.27%. The API holds daily GEL/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/VND over YTD: show the values
| Point | GEL/VND |
|---|---|
| 2025-12-31 | 9803.97 |
| 2026-01-07 | 9786.00 |
| 2026-01-14 | 9786.82 |
| 2026-01-21 | 9795.93 |
| 2026-01-28 | 9735.36 |
| 2026-02-04 | 9697.96 |
| 2026-02-11 | 9699.33 |
| 2026-02-18 | 9729.28 |
| 2026-02-25 | 9808.49 |
| 2026-03-04 | 9721.72 |
| 2026-03-11 | 9672.41 |
| 2026-03-18 | 9726.10 |
| 2026-03-25 | 9763.07 |
| 2026-04-01 | 9837.52 |
| 2026-04-08 | 9829.36 |
| 2026-04-15 | 9840.57 |
| 2026-04-22 | 9819.55 |
| 2026-04-29 | 9810.65 |
| 2026-05-06 | 9818.70 |
| 2026-05-14 | 9884.27 |
| 2026-05-21 | 9912.87 |
| 2026-05-29 | 9919.01 |
| 2026-06-05 | 9931.70 |
| 2026-06-14 | 9932.01 |
| 2026-06-21 | 9969.40 |
| 2026-06-28 | 9982.81 |
| 2026-07-05 | 10004.62 |
| 2026-07-12 | 9984.28 |
| 2026-07-19 | 10003.59 |
| 2026-07-26 | 10062.33 |
| 2026-08-02 | 10044.41 |
| 2026-08-09 | 10055.92 |
| 2026-08-16 | 10036.39 |
| 2026-08-24 | 10098.63 |
| 2026-08-31 | 10056.80 |
| 2026-09-07 | 10053.18 |
| 2026-09-14 | 10021.69 |
| 2026-09-21 | 10045.88 |
High
10098.63
Low
9672.41
Average
9889.97
Get this rate via the API
One GET request returns the GEL/VND 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=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/VND API questions
How do I get the GEL/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/VND rate in rates.VND.
How far back does GEL/VND historical data go?
Daily GEL/VND 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/VND 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.