LSL to VND exchange rate API
Loti to Dong · quoted 2026-09-27
1591.99
▲ +13.05% over 5Y
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 5 years, LSL/VND traded between 1328.31 and 1635.60, averaged 1493.03 and rose 13.05%. 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 5Y: show the values
| Point | LSL/VND |
|---|---|
| 2024-08-24 | 1408.20 |
| 2024-10-07 | 1400.29 |
| 2024-11-06 | 1423.26 |
| 2024-12-06 | 1389.66 |
| 2025-01-05 | 1345.21 |
| 2025-02-04 | 1328.31 |
| 2025-03-06 | 1377.11 |
| 2025-04-06 | 1338.59 |
| 2025-05-06 | 1399.77 |
| 2025-06-07 | 1454.97 |
| 2025-07-07 | 1467.14 |
| 2025-08-06 | 1450.25 |
| 2025-09-05 | 1471.30 |
| 2025-10-06 | 1512.23 |
| 2025-11-05 | 1504.79 |
| 2025-12-05 | 1557.59 |
| 2026-01-05 | 1596.11 |
| 2026-02-04 | 1635.57 |
| 2026-03-06 | 1586.59 |
| 2026-04-05 | 1553.79 |
| 2026-05-05 | 1569.81 |
| 2026-06-06 | 1590.10 |
| 2026-07-08 | 1622.91 |
| 2026-08-07 | 1607.58 |
| 2026-09-07 | 1635.60 |
High
1635.60
Low
1328.31
Average
1493.03
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=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¤cies=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.