Skip to content

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

LKR/VND over YTD: show the values
PointLKR/VND
2025-12-3185.0816
2026-01-0784.8619
2026-01-1485.0772
2026-01-2184.9160
2026-01-2884.3583
2026-02-0484.1060
2026-02-1184.0158
2026-02-1884.0035
2026-02-2584.5476
2026-03-0484.5987
2026-03-1184.5326
2026-03-1884.5845
2026-03-2584.0117
2026-04-0183.6177
2026-04-0883.6569
2026-04-1583.5405
2026-04-2283.2140
2026-04-2982.6091
2026-05-0682.3045
2026-05-1381.4014
2026-05-2079.0946
2026-05-2780.8178
2026-06-0379.1176
2026-06-1179.2851
2026-06-1879.0300
2026-06-2578.2817
2026-07-0278.3764
2026-07-0978.4998
2026-07-1678.2289
2026-07-2378.3935
2026-07-3078.3885
2026-08-0678.3252
2026-08-1378.1852
2026-08-2079.2410
2026-08-2779.5106
2026-09-0379.5923
2026-09-1078.9617
2026-09-1778.4296
2026-09-2478.9139

High

85.0816

Low

78.1852

Average

81.4106

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.