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: show the values
| Point | TOP/LSL |
|---|---|
| 2025-09-25 | 7.4123 |
| 2025-10-02 | 7.2804 |
| 2025-10-09 | 7.2554 |
| 2025-10-16 | 7.3387 |
| 2025-10-23 | 7.3893 |
| 2025-10-30 | 7.2326 |
| 2025-11-06 | 7.3764 |
| 2025-11-13 | 7.2602 |
| 2025-11-20 | 7.1840 |
| 2025-11-27 | 7.1428 |
| 2025-12-04 | 7.1386 |
| 2025-12-12 | 7.0427 |
| 2025-12-19 | 7.0025 |
| 2025-12-26 | 7.0550 |
| 2026-01-02 | 6.9189 |
| 2026-01-09 | 6.9028 |
| 2026-01-16 | 6.9356 |
| 2026-01-23 | 6.8117 |
| 2026-01-30 | 6.7756 |
| 2026-02-06 | 6.9079 |
| 2026-02-13 | 6.8293 |
| 2026-02-20 | 6.9020 |
| 2026-02-27 | 6.8068 |
| 2026-03-06 | 7.0588 |
| 2026-03-13 | 7.1423 |
| 2026-03-20 | 7.1387 |
| 2026-03-27 | 7.3201 |
| 2026-04-03 | 7.1725 |
| 2026-04-10 | 6.9584 |
| 2026-04-18 | 6.7492 |
| 2026-04-25 | 6.8949 |
| 2026-05-02 | 6.9195 |
| 2026-05-09 | 6.8073 |
| 2026-05-17 | 7.0840 |
| 2026-05-25 | 7.0009 |
| 2026-06-01 | 6.9717 |
| 2026-06-10 | 7.0382 |
| 2026-06-17 | 6.9551 |
| 2026-06-24 | 7.0221 |
| 2026-07-01 | 6.9315 |
| 2026-07-08 | 6.9348 |
| 2026-07-15 | 6.9226 |
| 2026-07-22 | 6.9566 |
| 2026-07-29 | 7.1063 |
| 2026-08-05 | 6.9428 |
| 2026-08-12 | 6.8752 |
| 2026-08-20 | 6.8715 |
| 2026-08-27 | 6.8389 |
| 2026-09-03 | 6.8649 |
| 2026-09-10 | 6.8565 |
| 2026-09-17 | 6.9465 |
| 2026-09-24 | 6.9387 |
High
7.4123
Low
6.7492
Average
7.0186
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.