LKR to VND exchange rate API
Sri Lanka Rupee to Dong · quoted 2026-09-26
78.7091
▼ +7.49% over YTD
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 year to date, LKR/VND traded between 78.1852 and 85.0816, averaged 81.4106 and fell 7.49%. 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 YTD: show the values
| Point | LKR/VND |
|---|---|
| 2025-12-31 | 85.0816 |
| 2026-01-07 | 84.8619 |
| 2026-01-14 | 85.0772 |
| 2026-01-21 | 84.9160 |
| 2026-01-28 | 84.3583 |
| 2026-02-04 | 84.1060 |
| 2026-02-11 | 84.0158 |
| 2026-02-18 | 84.0035 |
| 2026-02-25 | 84.5476 |
| 2026-03-04 | 84.5987 |
| 2026-03-11 | 84.5326 |
| 2026-03-18 | 84.5845 |
| 2026-03-25 | 84.0117 |
| 2026-04-01 | 83.6177 |
| 2026-04-08 | 83.6569 |
| 2026-04-15 | 83.5405 |
| 2026-04-22 | 83.2140 |
| 2026-04-29 | 82.6091 |
| 2026-05-06 | 82.3045 |
| 2026-05-13 | 81.4014 |
| 2026-05-20 | 79.0946 |
| 2026-05-27 | 80.8178 |
| 2026-06-03 | 79.1176 |
| 2026-06-11 | 79.2851 |
| 2026-06-18 | 79.0300 |
| 2026-06-25 | 78.2817 |
| 2026-07-02 | 78.3764 |
| 2026-07-09 | 78.4998 |
| 2026-07-16 | 78.2289 |
| 2026-07-23 | 78.3935 |
| 2026-07-30 | 78.3885 |
| 2026-08-06 | 78.3252 |
| 2026-08-13 | 78.1852 |
| 2026-08-20 | 79.2410 |
| 2026-08-27 | 79.5106 |
| 2026-09-03 | 79.5923 |
| 2026-09-10 | 78.9617 |
| 2026-09-17 | 78.4296 |
| 2026-09-24 | 78.9139 |
High
85.0816
Low
78.1852
Average
81.4106
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.