LKR to VND exchange rate API
Sri Lanka Rupee to Dong · quoted 2026-09-26
78.7091
▼ +5.99% over 6M
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 6 months, LKR/VND traded between 78.1710 and 83.7258, averaged 80.0435 and fell 5.99%. 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 6M: show the values
| Point | LKR/VND |
|---|---|
| 2026-03-30 | 83.7258 |
| 2026-04-06 | 83.6439 |
| 2026-04-13 | 83.5909 |
| 2026-04-20 | 83.3076 |
| 2026-04-27 | 82.9043 |
| 2026-05-04 | 82.5419 |
| 2026-05-11 | 81.8943 |
| 2026-05-18 | 80.2590 |
| 2026-05-25 | 80.8993 |
| 2026-06-01 | 79.7725 |
| 2026-06-09 | 78.3034 |
| 2026-06-16 | 78.9380 |
| 2026-06-23 | 78.7922 |
| 2026-06-30 | 78.3842 |
| 2026-07-07 | 78.6448 |
| 2026-07-14 | 78.2080 |
| 2026-07-21 | 78.3351 |
| 2026-07-28 | 78.4242 |
| 2026-08-04 | 78.3721 |
| 2026-08-11 | 78.1710 |
| 2026-08-18 | 78.9587 |
| 2026-08-25 | 79.5974 |
| 2026-09-01 | 79.5729 |
| 2026-09-08 | 79.2865 |
| 2026-09-15 | 78.9690 |
| 2026-09-22 | 78.9679 |
High
83.7258
Low
78.1710
Average
80.0435
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.