Skip to content

LSL to VND exchange rate API

Loti to Dong · quoted 2026-09-27

1591.99

▼ +2.69% over 30D

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 30 days, LSL/VND traded between 1586.95 and 1637.05, averaged 1613.10 and fell 2.69%. 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 30D

LSL/VND over 30D: show the values
PointLSL/VND
2026-08-281636.08
2026-08-291615.97
2026-08-301617.22
2026-08-311617.52
2026-09-011623.63
2026-09-021617.19
2026-09-031631.79
2026-09-041637.05
2026-09-051633.43
2026-09-061636.11
2026-09-071635.60
2026-09-081631.21
2026-09-091626.91
2026-09-101621.08
2026-09-111603.58
2026-09-121600.96
2026-09-131608.01
2026-09-141607.84
2026-09-151602.27
2026-09-161607.00
2026-09-171596.41
2026-09-181607.37
2026-09-191599.75
2026-09-201602.57
2026-09-211608.99
2026-09-221606.51
2026-09-231610.73
2026-09-241592.47
2026-09-251586.95
2026-09-261591.99

High

1637.05

Low

1586.95

Average

1613.10

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.