Skip to content

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

LKR/VND over 1Y: show the values
PointLKR/VND
2025-09-2687.8878
2025-10-0387.8912
2025-10-1087.1581
2025-10-1787.0329
2025-10-2486.8557
2025-10-3186.5887
2025-11-0786.4950
2025-11-1486.2623
2025-11-2185.7680
2025-11-2885.7445
2025-12-0585.6442
2025-12-1285.2770
2025-12-1985.2449
2025-12-2685.1717
2026-01-0285.0506
2026-01-0985.0466
2026-01-1684.9413
2026-01-2384.8324
2026-01-3083.9168
2026-02-0683.9852
2026-02-1384.0263
2026-02-2084.0056
2026-02-2784.3187
2026-03-0684.3667
2026-03-1384.5883
2026-03-2084.5038
2026-03-2783.8573
2026-04-0383.6818
2026-04-1083.5592
2026-04-1783.4320
2026-04-2482.9352
2026-05-0182.6151
2026-05-0881.8931
2026-05-1580.9486
2026-05-2279.2951
2026-05-2980.0475
2026-06-0578.5288
2026-06-1378.6990
2026-06-2078.9357
2026-06-2778.3640
2026-07-0478.3904
2026-07-1178.1994
2026-07-1878.1772
2026-07-2578.3059
2026-08-0178.4378
2026-08-0878.1546
2026-08-1578.8295
2026-08-2279.1682
2026-08-2979.6136
2026-09-0579.4247
2026-09-1278.6182
2026-09-1978.5265
2026-09-2678.7091

High

87.8912

Low

78.1546

Average

82.6048

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.