TOP to LTL exchange rate API
Pa’anga to Lithuanian Litas · quoted 2026-09-25
1.2719
▲ +2.95% over YTD
1 TOP = 1.2719 LTL · 1 LTL = 0.78624 TOP · Get this rate via the API
1 TOP buys 1.2719 LTL as of 2026-09-25, so 1 LTL buys 0.78624 TOP. Over the year to date, TOP/LTL traded between 1.2276 and 1.2907, averaged 1.2646 and rose 2.95%. The API holds daily TOP/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/LTL over YTD: show the values
| Point | TOP/LTL |
|---|---|
| 2025-12-31 | 1.2355 |
| 2026-01-07 | 1.2383 |
| 2026-01-14 | 1.2500 |
| 2026-01-21 | 1.2448 |
| 2026-01-28 | 1.2276 |
| 2026-02-04 | 1.2515 |
| 2026-02-11 | 1.2433 |
| 2026-02-18 | 1.2458 |
| 2026-02-25 | 1.2534 |
| 2026-03-04 | 1.2685 |
| 2026-03-11 | 1.2652 |
| 2026-03-18 | 1.2788 |
| 2026-03-25 | 1.2672 |
| 2026-04-01 | 1.2647 |
| 2026-04-08 | 1.2545 |
| 2026-04-16 | 1.2727 |
| 2026-04-23 | 1.2576 |
| 2026-04-30 | 1.2730 |
| 2026-05-07 | 1.2670 |
| 2026-05-15 | 1.2831 |
| 2026-05-23 | 1.2614 |
| 2026-05-30 | 1.2432 |
| 2026-06-06 | 1.2590 |
| 2026-06-15 | 1.2628 |
| 2026-06-22 | 1.2803 |
| 2026-06-29 | 1.2804 |
| 2026-07-06 | 1.2763 |
| 2026-07-13 | 1.2816 |
| 2026-07-20 | 1.2828 |
| 2026-07-27 | 1.2876 |
| 2026-08-03 | 1.2707 |
| 2026-08-10 | 1.2725 |
| 2026-08-17 | 1.2715 |
| 2026-08-25 | 1.2690 |
| 2026-09-01 | 1.2722 |
| 2026-09-08 | 1.2712 |
| 2026-09-15 | 1.2702 |
| 2026-09-22 | 1.2907 |
High
1.2907
Low
1.2276
Average
1.2646
Get this rate via the API
One GET request returns the TOP/LTL 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=TOP¤cies=LTL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LTL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LTL").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/LTL API questions
How do I get the TOP/LTL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LTL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/LTL rate in rates.LTL.
How far back does TOP/LTL historical data go?
Daily TOP/LTL 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 TOP/LTL 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.