Skip to content

TOP to LTL exchange rate API

Pa’anga to Lithuanian Litas · quoted 2026-09-25

1.2719

▲ +1.10% over 1Y

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 last year, TOP/LTL traded between 1.2263 and 1.2901, averaged 1.2591 and rose 1.10%. 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 1Y

TOP/LTL over 1Y: show the values
PointTOP/LTL
2025-09-251.2581
2025-10-021.2444
2025-10-091.2539
2025-10-161.2539
2025-10-231.2616
2025-10-301.2520
2025-11-061.2721
2025-11-131.2646
2025-11-201.2512
2025-11-271.2399
2025-12-041.2391
2025-12-121.2279
2025-12-191.2318
2025-12-261.2416
2026-01-021.2276
2026-01-091.2380
2026-01-161.2619
2026-01-231.2426
2026-01-301.2374
2026-02-061.2454
2026-02-131.2450
2026-02-201.2533
2026-02-271.2513
2026-03-061.2651
2026-03-131.2788
2026-03-201.2719
2026-03-271.2825
2026-04-031.2677
2026-04-101.2582
2026-04-181.2263
2026-04-251.2263
2026-05-021.2263
2026-05-091.2263
2026-05-171.2610
2026-05-251.2712
2026-06-011.2733
2026-06-101.2719
2026-06-171.2778
2026-06-241.2866
2026-07-011.2775
2026-07-081.2901
2026-07-151.2780
2026-07-221.2801
2026-07-291.2873
2026-08-051.2708
2026-08-121.2705
2026-08-201.2615
2026-08-271.2692
2026-09-031.2738
2026-09-101.2682
2026-09-171.2803
2026-09-241.2856

High

1.2901

Low

1.2263

Average

1.2591

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.