Skip to content

LSL to VND exchange rate API

Loti to Dong · quoted 2026-09-27

1591.99

▲ +3.13% over 6M

1 LSL = 1591.99 VND · 1 VND = 0.000628 LSL · Get this rate via the API

1 LSL buys 1591.99 VND as of 2026-09-27, so 1 VND buys 0.000628 LSL. Over the last 6 months, LSL/VND traded between 1543.75 and 1636.11, averaged 1601.00 and rose 3.13%. The API holds daily LSL/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LSL/VND over 6M

LSL/VND over 6M: show the values
PointLSL/VND
2026-03-311543.75
2026-04-071562.45
2026-04-141610.49
2026-04-211614.80
2026-04-281600.18
2026-05-051569.81
2026-05-121603.79
2026-05-201584.51
2026-05-281603.73
2026-06-041617.59
2026-06-131619.84
2026-06-201602.11
2026-06-271599.23
2026-07-041619.81
2026-07-111607.92
2026-07-181589.30
2026-07-251564.01
2026-08-011586.73
2026-08-081623.09
2026-08-151618.11
2026-08-231628.86
2026-08-301617.22
2026-09-061636.11
2026-09-131608.01
2026-09-201602.57

High

1636.11

Low

1543.75

Average

1601.00

For developers

Get this rate via the API

One GET request returns the LSL/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=LSL&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&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=LSL&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

LSL/VND API questions

How do I get the LSL/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LSL/VND rate in rates.VND.

How far back does LSL/VND historical data go?

Daily LSL/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 LSL/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.