Skip to content

LSL to VND exchange rate API

Loti to Dong · quoted 2026-09-27

1591.99

▲ +4.53% over 1Y

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 year, LSL/VND traded between 1500.94 and 1640.47, averaged 1585.80 and rose 4.53%. 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 1Y

LSL/VND over 1Y: show the values
PointLSL/VND
2025-09-271523.05
2025-10-041536.69
2025-10-111500.94
2025-10-181517.53
2025-10-251525.13
2025-11-011516.25
2025-11-081514.19
2025-11-151539.62
2025-11-221511.53
2025-11-291535.95
2025-12-061557.00
2025-12-141564.85
2025-12-211572.97
2025-12-281583.32
2026-01-041599.78
2026-01-111595.55
2026-01-181605.65
2026-01-251634.96
2026-02-011610.30
2026-02-081616.33
2026-02-151631.30
2026-02-221622.14
2026-03-011640.47
2026-03-081587.64
2026-03-151560.40
2026-03-221551.36
2026-03-291543.51
2026-04-051553.79
2026-04-121607.59
2026-04-191604.01
2026-04-261590.24
2026-05-031584.77
2026-05-101611.80
2026-05-181593.40
2026-05-261618.75
2026-06-021622.26
2026-06-111597.35
2026-06-181618.69
2026-06-251595.93
2026-07-021608.44
2026-07-091610.16
2026-07-161611.60
2026-07-231613.67
2026-07-301585.12
2026-08-061613.15
2026-08-131619.52
2026-08-211625.97
2026-08-281636.08
2026-09-041637.05
2026-09-111603.58
2026-09-181607.37
2026-09-251586.95

High

1640.47

Low

1500.94

Average

1585.80

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.