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: show the values
| Point | LKR/VEF |
|---|---|
| 2025-12-31 | 95138.83 |
| 2026-01-07 | 99411.47 |
| 2026-01-14 | 107263.62 |
| 2026-01-21 | 110832.35 |
| 2026-01-28 | 115897.58 |
| 2026-02-04 | 120203.43 |
| 2026-02-11 | 123254.76 |
| 2026-02-19 | 127955.80 |
| 2026-02-26 | 132095.98 |
| 2026-03-05 | 136493.08 |
| 2026-03-12 | 140809.52 |
| 2026-03-19 | 144481.41 |
| 2026-03-26 | 147425.65 |
| 2026-04-03 | 149713.54 |
| 2026-05-14 | 156241.48 |
| 2026-05-24 | 158526.17 |
| 2026-05-31 | 166053.00 |
| 2026-06-09 | 167347.58 |
| 2026-06-16 | 176956.58 |
| 2026-06-23 | 184042.35 |
| 2026-06-30 | 184797.59 |
| 2026-07-08 | 201882.72 |
| 2026-07-15 | 214786.46 |
| 2026-07-22 | 218409.06 |
| 2026-07-29 | 220747.95 |
| 2026-08-05 | 224237.12 |
| 2026-08-12 | 227301.88 |
| 2026-08-20 | 234091.79 |
| 2026-08-27 | 239081.29 |
| 2026-09-03 | 243553.93 |
| 2026-09-10 | 248549.09 |
| 2026-09-17 | 254283.26 |
| 2026-09-25 | 257873.59 |
High
258812.26
Low
95138.83
Average
176133.89
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.