Skip to content

LVL to GBP exchange rate API

Latvian Lats to Pound Sterling · quoted 2026-09-24

1.2250

▼ +1.77% over 1Y

1 LVL = 1.2250 GBP · 1 GBP = 0.81635 LVL · Get this rate via the API

1 LVL buys 1.2250 GBP as of 2026-09-24, so 1 GBP buys 0.81635 LVL. Over the last year, LVL/GBP traded between 1.2095 and 1.2555, averaged 1.2319 and fell 1.77%. The API holds daily LVL/GBP rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

LVL/GBP over 1Y

LVL/GBP over 1Y: show the values
PointLVL/GBP
2025-09-241.2471
2025-10-011.2401
2025-10-081.2338
2025-10-151.2383
2025-10-221.2382
2025-10-291.2544
2025-11-051.2537
2025-11-121.2555
2025-11-191.2553
2025-11-261.2491
2025-12-031.2440
2025-12-111.2423
2025-12-181.2465
2025-12-251.2400
2026-01-011.2411
2026-01-081.2360
2026-01-151.2357
2026-01-221.2394
2026-01-291.2326
2026-02-051.2366
2026-02-121.2128
2026-02-191.2478
2026-02-261.2412
2026-03-051.2378
2026-03-121.2258
2026-03-191.2292
2026-03-261.2332
2026-04-021.2440
2026-04-091.2316
2026-04-161.2206
2026-04-231.2239
2026-04-301.2238
2026-05-071.2137
2026-05-151.2376
2026-05-231.2291
2026-05-301.2328
2026-06-061.2289
2026-06-151.2313
2026-06-221.2303
2026-06-291.2245
2026-07-061.2190
2026-07-131.2112
2026-07-201.2095
2026-07-271.2183
2026-08-031.2178
2026-08-101.2173
2026-08-171.2151
2026-08-251.2176
2026-09-011.2202
2026-09-081.2211
2026-09-151.2173
2026-09-221.2218

High

1.2555

Low

1.2095

Average

1.2319

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

LVL/GBP API questions

How do I get the LVL/GBP exchange rate from an API?

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

How far back does LVL/GBP historical data go?

Daily LVL/GBP rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free LVL/GBP 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.