Skip to content

LKR to VEF exchange rate API

Sri Lanka Rupee to Bolivar · quoted 2026-09-27

258812.26

▲ +172.04% over YTD

1 LKR = 258812.26 VEF · 1 VEF = 0.000004 LKR · Get this rate via the API

1 LKR buys 258812.26 VEF as of 2026-09-27, so 1 VEF buys 0.000004 LKR. Over the year to date, LKR/VEF traded between 95138.83 and 258812.26, averaged 176133.89 and rose 172.04%. The API holds daily LKR/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/VEF over YTD

LKR/VEF over YTD: show the values
PointLKR/VEF
2025-12-3195138.83
2026-01-0799411.47
2026-01-14107263.62
2026-01-21110832.35
2026-01-28115897.58
2026-02-04120203.43
2026-02-11123254.76
2026-02-19127955.80
2026-02-26132095.98
2026-03-05136493.08
2026-03-12140809.52
2026-03-19144481.41
2026-03-26147425.65
2026-04-03149713.54
2026-05-14156241.48
2026-05-24158526.17
2026-05-31166053.00
2026-06-09167347.58
2026-06-16176956.58
2026-06-23184042.35
2026-06-30184797.59
2026-07-08201882.72
2026-07-15214786.46
2026-07-22218409.06
2026-07-29220747.95
2026-08-05224237.12
2026-08-12227301.88
2026-08-20234091.79
2026-08-27239081.29
2026-09-03243553.93
2026-09-10248549.09
2026-09-17254283.26
2026-09-25257873.59

High

258812.26

Low

95138.83

Average

176133.89

For developers

Get this rate via the API

One GET request returns the LKR/VEF 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=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=VEF");
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=VEF").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/VEF API questions

How do I get the LKR/VEF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/VEF rate in rates.VEF.

How far back does LKR/VEF historical data go?

Daily LKR/VEF 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/VEF 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.