Skip to content

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

TOP/LTL over YTD: show the values
PointTOP/LTL
2025-12-311.2355
2026-01-071.2383
2026-01-141.2500
2026-01-211.2448
2026-01-281.2276
2026-02-041.2515
2026-02-111.2433
2026-02-181.2458
2026-02-251.2534
2026-03-041.2685
2026-03-111.2652
2026-03-181.2788
2026-03-251.2672
2026-04-011.2647
2026-04-081.2545
2026-04-161.2727
2026-04-231.2576
2026-04-301.2730
2026-05-071.2670
2026-05-151.2831
2026-05-231.2614
2026-05-301.2432
2026-06-061.2590
2026-06-151.2628
2026-06-221.2803
2026-06-291.2804
2026-07-061.2763
2026-07-131.2816
2026-07-201.2828
2026-07-271.2876
2026-08-031.2707
2026-08-101.2725
2026-08-171.2715
2026-08-251.2690
2026-09-011.2722
2026-09-081.2712
2026-09-151.2702
2026-09-221.2907

High

1.2907

Low

1.2276

Average

1.2646

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=LTL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=LTL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.