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: show the values
| Point | LSL/VND |
|---|---|
| 2025-09-27 | 1523.05 |
| 2025-10-04 | 1536.69 |
| 2025-10-11 | 1500.94 |
| 2025-10-18 | 1517.53 |
| 2025-10-25 | 1525.13 |
| 2025-11-01 | 1516.25 |
| 2025-11-08 | 1514.19 |
| 2025-11-15 | 1539.62 |
| 2025-11-22 | 1511.53 |
| 2025-11-29 | 1535.95 |
| 2025-12-06 | 1557.00 |
| 2025-12-14 | 1564.85 |
| 2025-12-21 | 1572.97 |
| 2025-12-28 | 1583.32 |
| 2026-01-04 | 1599.78 |
| 2026-01-11 | 1595.55 |
| 2026-01-18 | 1605.65 |
| 2026-01-25 | 1634.96 |
| 2026-02-01 | 1610.30 |
| 2026-02-08 | 1616.33 |
| 2026-02-15 | 1631.30 |
| 2026-02-22 | 1622.14 |
| 2026-03-01 | 1640.47 |
| 2026-03-08 | 1587.64 |
| 2026-03-15 | 1560.40 |
| 2026-03-22 | 1551.36 |
| 2026-03-29 | 1543.51 |
| 2026-04-05 | 1553.79 |
| 2026-04-12 | 1607.59 |
| 2026-04-19 | 1604.01 |
| 2026-04-26 | 1590.24 |
| 2026-05-03 | 1584.77 |
| 2026-05-10 | 1611.80 |
| 2026-05-18 | 1593.40 |
| 2026-05-26 | 1618.75 |
| 2026-06-02 | 1622.26 |
| 2026-06-11 | 1597.35 |
| 2026-06-18 | 1618.69 |
| 2026-06-25 | 1595.93 |
| 2026-07-02 | 1608.44 |
| 2026-07-09 | 1610.16 |
| 2026-07-16 | 1611.60 |
| 2026-07-23 | 1613.67 |
| 2026-07-30 | 1585.12 |
| 2026-08-06 | 1613.15 |
| 2026-08-13 | 1619.52 |
| 2026-08-21 | 1625.97 |
| 2026-08-28 | 1636.08 |
| 2026-09-04 | 1637.05 |
| 2026-09-11 | 1603.58 |
| 2026-09-18 | 1607.37 |
| 2026-09-25 | 1586.95 |
High
1640.47
Low
1500.94
Average
1585.80
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.