LKR to VND exchange rate API
Sri Lanka Rupee to Dong · quoted 2026-09-26
78.7091
▼ +10.44% over 1Y
1 LKR = 78.7091 VND · 1 VND = 0.01271 LKR · Get this rate via the API
1 LKR buys 78.7091 VND as of 2026-09-26, so 1 VND buys 0.01271 LKR. Over the last year, LKR/VND traded between 78.1546 and 87.8912, averaged 82.6048 and fell 10.44%. The API holds daily LKR/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/VND over 1Y: show the values
| Point | LKR/VND |
|---|---|
| 2025-09-26 | 87.8878 |
| 2025-10-03 | 87.8912 |
| 2025-10-10 | 87.1581 |
| 2025-10-17 | 87.0329 |
| 2025-10-24 | 86.8557 |
| 2025-10-31 | 86.5887 |
| 2025-11-07 | 86.4950 |
| 2025-11-14 | 86.2623 |
| 2025-11-21 | 85.7680 |
| 2025-11-28 | 85.7445 |
| 2025-12-05 | 85.6442 |
| 2025-12-12 | 85.2770 |
| 2025-12-19 | 85.2449 |
| 2025-12-26 | 85.1717 |
| 2026-01-02 | 85.0506 |
| 2026-01-09 | 85.0466 |
| 2026-01-16 | 84.9413 |
| 2026-01-23 | 84.8324 |
| 2026-01-30 | 83.9168 |
| 2026-02-06 | 83.9852 |
| 2026-02-13 | 84.0263 |
| 2026-02-20 | 84.0056 |
| 2026-02-27 | 84.3187 |
| 2026-03-06 | 84.3667 |
| 2026-03-13 | 84.5883 |
| 2026-03-20 | 84.5038 |
| 2026-03-27 | 83.8573 |
| 2026-04-03 | 83.6818 |
| 2026-04-10 | 83.5592 |
| 2026-04-17 | 83.4320 |
| 2026-04-24 | 82.9352 |
| 2026-05-01 | 82.6151 |
| 2026-05-08 | 81.8931 |
| 2026-05-15 | 80.9486 |
| 2026-05-22 | 79.2951 |
| 2026-05-29 | 80.0475 |
| 2026-06-05 | 78.5288 |
| 2026-06-13 | 78.6990 |
| 2026-06-20 | 78.9357 |
| 2026-06-27 | 78.3640 |
| 2026-07-04 | 78.3904 |
| 2026-07-11 | 78.1994 |
| 2026-07-18 | 78.1772 |
| 2026-07-25 | 78.3059 |
| 2026-08-01 | 78.4378 |
| 2026-08-08 | 78.1546 |
| 2026-08-15 | 78.8295 |
| 2026-08-22 | 79.1682 |
| 2026-08-29 | 79.6136 |
| 2026-09-05 | 79.4247 |
| 2026-09-12 | 78.6182 |
| 2026-09-19 | 78.5265 |
| 2026-09-26 | 78.7091 |
High
87.8912
Low
78.1546
Average
82.6048
Get this rate via the API
One GET request returns the LKR/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=LKR¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/VND API questions
How do I get the LKR/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/VND rate in rates.VND.
How far back does LKR/VND historical data go?
Daily LKR/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 LKR/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.