TOP to LSL exchange rate API
Pa’anga to Loti · quoted 2026-09-25
6.8647
▼ +1.56% over YTD
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 year to date, TOP/LSL traded between 6.7822 and 7.2730, averaged 6.9599 and fell 1.56%. 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 YTD: show the values
| Point | TOP/LSL |
|---|---|
| 2025-12-31 | 6.9736 |
| 2026-01-07 | 6.8625 |
| 2026-01-14 | 6.8965 |
| 2026-01-21 | 6.9350 |
| 2026-01-28 | 6.7822 |
| 2026-02-04 | 6.8338 |
| 2026-02-11 | 6.8191 |
| 2026-02-18 | 6.8457 |
| 2026-02-25 | 6.8230 |
| 2026-03-04 | 7.0428 |
| 2026-03-11 | 6.9262 |
| 2026-03-18 | 7.1266 |
| 2026-03-25 | 7.2108 |
| 2026-04-01 | 7.1505 |
| 2026-04-08 | 6.9973 |
| 2026-04-16 | 7.0541 |
| 2026-04-23 | 7.0251 |
| 2026-04-30 | 7.2730 |
| 2026-05-07 | 7.0951 |
| 2026-05-15 | 7.1660 |
| 2026-05-23 | 6.9759 |
| 2026-05-30 | 6.8161 |
| 2026-06-06 | 6.9590 |
| 2026-06-15 | 6.8601 |
| 2026-06-22 | 6.9830 |
| 2026-06-29 | 6.9537 |
| 2026-07-06 | 6.8691 |
| 2026-07-13 | 6.9343 |
| 2026-07-20 | 7.0209 |
| 2026-07-27 | 7.1107 |
| 2026-08-03 | 6.9919 |
| 2026-08-10 | 6.8820 |
| 2026-08-17 | 6.8993 |
| 2026-08-25 | 6.8644 |
| 2026-09-01 | 6.8895 |
| 2026-09-08 | 6.8448 |
| 2026-09-15 | 6.9068 |
| 2026-09-22 | 6.9704 |
High
7.2730
Low
6.7822
Average
6.9599
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.