TOP to SLL exchange rate API
Pa’anga to Leone · quoted 2026-09-25
9601.05
▼ +0.25% over YTD
1 TOP = 9601.05 SLL · 1 SLL = 0.000104 TOP · Get this rate via the API
1 TOP buys 9601.05 SLL as of 2026-09-25, so 1 SLL buys 0.000104 TOP. Over the year to date, TOP/SLL traded between 8829.61 and 10573.81, averaged 9626.97 and fell 0.25%. The API holds daily TOP/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/SLL over YTD: show the values
| Point | TOP/SLL |
|---|---|
| 2025-12-31 | 9624.79 |
| 2026-01-07 | 9589.02 |
| 2026-01-14 | 9680.39 |
| 2026-01-21 | 9733.08 |
| 2026-01-28 | 9730.20 |
| 2026-02-04 | 9819.62 |
| 2026-02-11 | 9810.00 |
| 2026-02-18 | 9806.78 |
| 2026-02-25 | 9800.75 |
| 2026-03-04 | 9764.18 |
| 2026-03-11 | 9746.38 |
| 2026-03-18 | 9758.10 |
| 2026-03-25 | 9718.28 |
| 2026-04-01 | 9699.82 |
| 2026-04-08 | 9737.60 |
| 2026-04-19 | 8850.76 |
| 2026-04-26 | 8829.61 |
| 2026-05-03 | 8926.11 |
| 2026-05-10 | 8869.77 |
| 2026-05-18 | 8970.77 |
| 2026-05-26 | 9780.67 |
| 2026-06-02 | 10573.81 |
| 2026-06-11 | 9650.46 |
| 2026-06-18 | 9856.39 |
| 2026-06-25 | 9649.62 |
| 2026-07-02 | 8849.23 |
| 2026-07-09 | 9661.53 |
| 2026-07-16 | 9717.00 |
| 2026-07-23 | 9791.80 |
| 2026-07-30 | 9726.45 |
| 2026-08-06 | 9706.56 |
| 2026-08-13 | 10016.46 |
| 2026-08-21 | 9776.81 |
| 2026-08-28 | 9816.00 |
| 2026-09-04 | 10509.72 |
| 2026-09-11 | 9791.67 |
| 2026-09-18 | 8883.69 |
High
10573.81
Low
8829.61
Average
9626.97
Get this rate via the API
One GET request returns the TOP/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/SLL API questions
How do I get the TOP/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/SLL rate in rates.SLL.
How far back does TOP/SLL historical data go?
Daily TOP/SLL 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/SLL 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.