Skip to content

LTL to GBP exchange rate API

Lithuanian Litas to Pound Sterling · quoted 2026-09-25

0.24862

▼ +1.90% over 1Y

1 LTL = 0.24862 GBP · 1 GBP = 4.0222 LTL · Get this rate via the API

1 LTL buys 0.24862 GBP as of 2026-09-25, so 1 GBP buys 4.0222 LTL. Over the last year, LTL/GBP traded between 0.24652 and 0.25632, averaged 0.25105 and fell 1.90%. The API holds daily LTL/GBP rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

LTL/GBP over 1Y

LTL/GBP over 1Y: show the values
PointLTL/GBP
2025-09-250.25343
2025-10-020.25223
2025-10-090.25210
2025-10-160.25181
2025-10-230.25191
2025-10-300.25632
2025-11-060.25452
2025-11-130.25476
2025-11-200.25554
2025-11-270.25409
2025-12-040.25321
2025-12-120.25395
2025-12-190.25403
2025-12-260.25287
2026-01-020.25343
2026-01-090.25146
2026-01-160.25092
2026-01-230.25153
2026-01-300.25062
2026-02-060.25128
2026-02-130.25260
2026-02-200.25255
2026-02-270.25363
2026-03-060.25235
2026-03-130.25145
2026-03-200.25058
2026-03-270.25164
2026-04-030.25305
2026-04-100.25190
2026-04-170.25024
2026-04-240.25100
2026-05-010.24896
2026-05-080.24882
2026-05-160.25263
2026-05-240.24996
2026-05-310.25101
2026-06-090.24930
2026-06-160.25015
2026-06-230.25048
2026-06-300.24970
2026-07-070.24746
2026-07-140.24652
2026-07-210.24661
2026-07-280.24802
2026-08-040.24792
2026-08-110.24769
2026-08-180.24791
2026-08-260.24797
2026-09-020.24872
2026-09-090.24833
2026-09-160.24844
2026-09-230.24926

High

0.25632

Low

0.24652

Average

0.25105

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LTL/GBP API questions

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

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

How far back does LTL/GBP historical data go?

Daily LTL/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 LTL/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.