GEL to VND exchange rate API
Lari to Dong · quoted 2026-09-25
10025.46
▲ +3.97% over 1Y
1 GEL = 10025.46 VND · 1 VND = 0.000100 GEL · Get this rate via the API
1 GEL buys 10025.46 VND as of 2026-09-25, so 1 VND buys 0.000100 GEL. Over the last year, GEL/VND traded between 9582.71 and 10081.02, averaged 9853.87 and rose 3.97%. 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 1Y: show the values
| Point | GEL/VND |
|---|---|
| 2025-09-25 | 9642.35 |
| 2025-10-02 | 9582.71 |
| 2025-10-09 | 9756.44 |
| 2025-10-16 | 9760.11 |
| 2025-10-23 | 9745.94 |
| 2025-10-30 | 9741.60 |
| 2025-11-06 | 9760.13 |
| 2025-11-13 | 9775.25 |
| 2025-11-20 | 9786.92 |
| 2025-11-27 | 9807.76 |
| 2025-12-04 | 9803.64 |
| 2025-12-12 | 9792.01 |
| 2025-12-19 | 9805.45 |
| 2025-12-26 | 9794.79 |
| 2026-01-02 | 9795.14 |
| 2026-01-09 | 9783.40 |
| 2026-01-16 | 9785.53 |
| 2026-01-23 | 9788.74 |
| 2026-01-30 | 9677.98 |
| 2026-02-06 | 9694.60 |
| 2026-02-13 | 9711.79 |
| 2026-02-20 | 9733.97 |
| 2026-02-27 | 9781.15 |
| 2026-03-06 | 9662.46 |
| 2026-03-13 | 9690.23 |
| 2026-03-20 | 9698.27 |
| 2026-03-27 | 9796.27 |
| 2026-04-03 | 9841.22 |
| 2026-04-10 | 9822.92 |
| 2026-04-17 | 9803.70 |
| 2026-04-24 | 9841.09 |
| 2026-05-01 | 9850.82 |
| 2026-05-08 | 9850.58 |
| 2026-05-16 | 9865.16 |
| 2026-05-24 | 9901.52 |
| 2026-05-31 | 9898.88 |
| 2026-06-09 | 9954.88 |
| 2026-06-16 | 9954.89 |
| 2026-06-23 | 9980.17 |
| 2026-06-30 | 10008.42 |
| 2026-07-07 | 10021.35 |
| 2026-07-14 | 10025.67 |
| 2026-07-21 | 10070.10 |
| 2026-07-28 | 10081.02 |
| 2026-08-04 | 10075.35 |
| 2026-08-11 | 10030.66 |
| 2026-08-18 | 10078.43 |
| 2026-08-26 | 10031.47 |
| 2026-09-02 | 10023.61 |
| 2026-09-09 | 10005.94 |
| 2026-09-16 | 10034.84 |
| 2026-09-23 | 10022.17 |
High
10081.02
Low
9582.71
Average
9853.87
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.