Skip to content

GEL to VND exchange rate API

Lari to Dong · quoted 2026-09-25

10026.23

▲ +3.98% over 1Y

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 year, GEL/VND traded between 9582.71 and 10081.02, averaged 9853.88 and rose 3.98%. 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

GEL/VND over 1Y: show the values
PointGEL/VND
2025-09-259642.35
2025-10-029582.71
2025-10-099756.44
2025-10-169760.11
2025-10-239745.94
2025-10-309741.60
2025-11-069760.13
2025-11-139775.25
2025-11-209786.92
2025-11-279807.76
2025-12-049803.64
2025-12-129792.01
2025-12-199805.45
2025-12-269794.79
2026-01-029795.14
2026-01-099783.40
2026-01-169785.53
2026-01-239788.74
2026-01-309677.98
2026-02-069694.60
2026-02-139711.79
2026-02-209733.97
2026-02-279781.15
2026-03-069662.46
2026-03-139690.23
2026-03-209698.27
2026-03-279796.27
2026-04-039841.22
2026-04-109822.92
2026-04-179803.70
2026-04-249841.09
2026-05-019850.82
2026-05-089850.58
2026-05-169865.16
2026-05-249901.52
2026-05-319898.88
2026-06-099954.88
2026-06-169954.89
2026-06-239980.17
2026-06-3010008.42
2026-07-0710021.35
2026-07-1410025.67
2026-07-2110070.10
2026-07-2810081.02
2026-08-0410075.35
2026-08-1110030.66
2026-08-1810078.43
2026-08-2610031.47
2026-09-0210023.61
2026-09-0910005.94
2026-09-1610034.84
2026-09-2310022.17

High

10081.02

Low

9582.71

Average

9853.88

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.