GEL to VND exchange rate API
Lari to Dong · quoted 2026-09-25
10026.23
▼ +0.05% over 30D
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 last 30 days, GEL/VND traded between 9930.26 and 10068.20, averaged 10024.30 and fell 0.05%. 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 30D: show the values
| Point | GEL/VND |
|---|---|
| 2026-08-26 | 10031.47 |
| 2026-08-27 | 10054.39 |
| 2026-08-28 | 10045.40 |
| 2026-08-29 | 10035.03 |
| 2026-08-30 | 10045.84 |
| 2026-08-31 | 10056.80 |
| 2026-09-01 | 10037.19 |
| 2026-09-02 | 10023.61 |
| 2026-09-03 | 10045.77 |
| 2026-09-04 | 10023.95 |
| 2026-09-05 | 10001.27 |
| 2026-09-06 | 10025.65 |
| 2026-09-07 | 10053.18 |
| 2026-09-08 | 10023.05 |
| 2026-09-09 | 10005.94 |
| 2026-09-10 | 9993.31 |
| 2026-09-11 | 9998.85 |
| 2026-09-12 | 9930.26 |
| 2026-09-13 | 9956.55 |
| 2026-09-14 | 10021.69 |
| 2026-09-15 | 10035.18 |
| 2026-09-16 | 10034.84 |
| 2026-09-17 | 10036.75 |
| 2026-09-18 | 10068.20 |
| 2026-09-19 | 9999.50 |
| 2026-09-20 | 10033.34 |
| 2026-09-21 | 10045.88 |
| 2026-09-22 | 10042.63 |
| 2026-09-23 | 10022.17 |
| 2026-09-24 | 9996.91 |
| 2026-09-25 | 10026.79 |
High
10068.20
Low
9930.26
Average
10024.30
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.