Skip to content

TOP to LSL exchange rate API

Pa’anga to Loti · quoted 2026-09-25

6.8647

▼ +7.39% over 1Y

1 TOP = 6.8647 LSL · 1 LSL = 0.14567 TOP · Get this rate via the API

1 TOP buys 6.8647 LSL as of 2026-09-25, so 1 LSL buys 0.14567 TOP. Over the last year, TOP/LSL traded between 6.7492 and 7.4123, averaged 7.0186 and fell 7.39%. The API holds daily TOP/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/LSL over 1Y

TOP/LSL over 1Y: show the values
PointTOP/LSL
2025-09-257.4123
2025-10-027.2804
2025-10-097.2554
2025-10-167.3387
2025-10-237.3893
2025-10-307.2326
2025-11-067.3764
2025-11-137.2602
2025-11-207.1840
2025-11-277.1428
2025-12-047.1386
2025-12-127.0427
2025-12-197.0025
2025-12-267.0550
2026-01-026.9189
2026-01-096.9028
2026-01-166.9356
2026-01-236.8117
2026-01-306.7756
2026-02-066.9079
2026-02-136.8293
2026-02-206.9020
2026-02-276.8068
2026-03-067.0588
2026-03-137.1423
2026-03-207.1387
2026-03-277.3201
2026-04-037.1725
2026-04-106.9584
2026-04-186.7492
2026-04-256.8949
2026-05-026.9195
2026-05-096.8073
2026-05-177.0840
2026-05-257.0009
2026-06-016.9717
2026-06-107.0382
2026-06-176.9551
2026-06-247.0221
2026-07-016.9315
2026-07-086.9348
2026-07-156.9226
2026-07-226.9566
2026-07-297.1063
2026-08-056.9428
2026-08-126.8752
2026-08-206.8715
2026-08-276.8389
2026-09-036.8649
2026-09-106.8565
2026-09-176.9465
2026-09-246.9387

High

7.4123

Low

6.7492

Average

7.0186

For developers

Get this rate via the API

One GET request returns the TOP/LSL 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=LSL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=LSL");
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=LSL").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/LSL API questions

How do I get the TOP/LSL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=LSL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/LSL rate in rates.LSL.

How far back does TOP/LSL historical data go?

Daily TOP/LSL 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/LSL 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.