Skip to content

TOP to LTL exchange rate API

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

1.2719

▲ +0.43% over 30D

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 30 days, TOP/LTL traded between 1.2509 and 1.2926, averaged 1.2709 and rose 0.43%. 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 30D

TOP/LTL over 30D: show the values
PointTOP/LTL
2026-08-261.2664
2026-08-271.2692
2026-08-281.2703
2026-08-291.2641
2026-08-301.2753
2026-08-311.2749
2026-09-011.2722
2026-09-021.2763
2026-09-031.2738
2026-09-041.2703
2026-09-051.2595
2026-09-061.2609
2026-09-071.2701
2026-09-081.2712
2026-09-091.2714
2026-09-101.2682
2026-09-111.2703
2026-09-121.2578
2026-09-131.2629
2026-09-141.2725
2026-09-151.2702
2026-09-161.2698
2026-09-171.2803
2026-09-181.2509
2026-09-191.2542
2026-09-201.2662
2026-09-211.2881
2026-09-221.2907
2026-09-231.2926
2026-09-241.2856

High

1.2926

Low

1.2509

Average

1.2709

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.