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: show the values
| Point | LTL/GBP |
|---|---|
| 2025-09-25 | 0.25343 |
| 2025-10-02 | 0.25223 |
| 2025-10-09 | 0.25210 |
| 2025-10-16 | 0.25181 |
| 2025-10-23 | 0.25191 |
| 2025-10-30 | 0.25632 |
| 2025-11-06 | 0.25452 |
| 2025-11-13 | 0.25476 |
| 2025-11-20 | 0.25554 |
| 2025-11-27 | 0.25409 |
| 2025-12-04 | 0.25321 |
| 2025-12-12 | 0.25395 |
| 2025-12-19 | 0.25403 |
| 2025-12-26 | 0.25287 |
| 2026-01-02 | 0.25343 |
| 2026-01-09 | 0.25146 |
| 2026-01-16 | 0.25092 |
| 2026-01-23 | 0.25153 |
| 2026-01-30 | 0.25062 |
| 2026-02-06 | 0.25128 |
| 2026-02-13 | 0.25260 |
| 2026-02-20 | 0.25255 |
| 2026-02-27 | 0.25363 |
| 2026-03-06 | 0.25235 |
| 2026-03-13 | 0.25145 |
| 2026-03-20 | 0.25058 |
| 2026-03-27 | 0.25164 |
| 2026-04-03 | 0.25305 |
| 2026-04-10 | 0.25190 |
| 2026-04-17 | 0.25024 |
| 2026-04-24 | 0.25100 |
| 2026-05-01 | 0.24896 |
| 2026-05-08 | 0.24882 |
| 2026-05-16 | 0.25263 |
| 2026-05-24 | 0.24996 |
| 2026-05-31 | 0.25101 |
| 2026-06-09 | 0.24930 |
| 2026-06-16 | 0.25015 |
| 2026-06-23 | 0.25048 |
| 2026-06-30 | 0.24970 |
| 2026-07-07 | 0.24746 |
| 2026-07-14 | 0.24652 |
| 2026-07-21 | 0.24661 |
| 2026-07-28 | 0.24802 |
| 2026-08-04 | 0.24792 |
| 2026-08-11 | 0.24769 |
| 2026-08-18 | 0.24791 |
| 2026-08-26 | 0.24797 |
| 2026-09-02 | 0.24872 |
| 2026-09-09 | 0.24833 |
| 2026-09-16 | 0.24844 |
| 2026-09-23 | 0.24926 |
High
0.25632
Low
0.24652
Average
0.25105
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=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¤cies=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.