LKR to VEF exchange rate API
Sri Lanka Rupee to Bolivar · quoted 2026-09-27
258812.26
▲ +7.68% over 30D
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 last 30 days, LKR/VEF traded between 240349.95 and 258812.26, averaged 249979.21 and rose 7.68%. 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 30D: show the values
| Point | LKR/VEF |
|---|---|
| 2026-08-28 | 240349.95 |
| 2026-08-29 | 241055.40 |
| 2026-08-30 | 240706.28 |
| 2026-08-31 | 240840.98 |
| 2026-09-01 | 242128.38 |
| 2026-09-02 | 243125.02 |
| 2026-09-03 | 243553.93 |
| 2026-09-04 | 244194.16 |
| 2026-09-05 | 245646.43 |
| 2026-09-06 | 245356.28 |
| 2026-09-07 | 245939.01 |
| 2026-09-08 | 245972.70 |
| 2026-09-09 | 247635.00 |
| 2026-09-10 | 248549.09 |
| 2026-09-11 | 249237.06 |
| 2026-09-12 | 254224.83 |
| 2026-09-13 | 252462.39 |
| 2026-09-14 | 251052.11 |
| 2026-09-15 | 253616.64 |
| 2026-09-16 | 252858.90 |
| 2026-09-17 | 254283.26 |
| 2026-09-19 | 255986.20 |
| 2026-09-20 | 255853.31 |
| 2026-09-21 | 255827.27 |
| 2026-09-22 | 257272.58 |
| 2026-09-23 | 258166.05 |
| 2026-09-24 | 257984.85 |
| 2026-09-25 | 257873.59 |
| 2026-09-26 | 258812.26 |
High
258812.26
Low
240349.95
Average
249979.21
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.