Skip to content

LSL to VND exchange rate API

Loti to Dong · quoted 2026-09-27

1591.99

▲ +0.16% over YTD

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 year to date, LSL/VND traded between 1561.86 and 1645.74, averaged 1608.94 and rose 0.16%. 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 YTD

LSL/VND over YTD: show the values
PointLSL/VND
2025-12-311589.39
2026-01-071612.41
2026-01-141610.94
2026-01-211607.12
2026-01-281645.74
2026-02-041635.57
2026-02-111638.78
2026-02-181626.22
2026-02-251644.30
2026-03-041590.98
2026-03-111619.06
2026-03-181582.00
2026-03-251561.86
2026-04-011565.58
2026-04-081601.06
2026-04-151612.70
2026-04-221612.23
2026-04-291599.03
2026-05-061581.57
2026-05-141610.35
2026-05-211602.89
2026-05-291626.10
2026-06-051617.88
2026-06-141618.72
2026-06-211604.79
2026-06-281599.31
2026-07-051624.48
2026-07-121608.40
2026-07-191592.96
2026-07-261566.94
2026-08-021592.11
2026-08-091628.45
2026-08-161618.77
2026-08-241638.22
2026-08-311617.52
2026-09-071635.60
2026-09-141607.84
2026-09-211608.99

High

1645.74

Low

1561.86

Average

1608.94

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.