TOP to SLL exchange rate API
Pa’anga to Leone · quoted 2026-09-25
9601.05
▼ +1.90% over 30D
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 last 30 days, TOP/SLL traded between 8883.69 and 10567.51, averaged 9815.20 and fell 1.90%. 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 30D: show the values
| Point | TOP/SLL |
|---|---|
| 2026-08-26 | 9787.14 |
| 2026-08-27 | 9804.05 |
| 2026-08-28 | 9816.00 |
| 2026-08-29 | 9946.59 |
| 2026-08-30 | 9813.24 |
| 2026-08-31 | 9798.38 |
| 2026-09-01 | 9799.27 |
| 2026-09-02 | 9808.91 |
| 2026-09-03 | 9808.83 |
| 2026-09-04 | 10509.72 |
| 2026-09-05 | 9886.93 |
| 2026-09-06 | 9724.53 |
| 2026-09-07 | 9788.48 |
| 2026-09-08 | 9809.58 |
| 2026-09-09 | 9820.81 |
| 2026-09-10 | 9797.12 |
| 2026-09-11 | 9791.67 |
| 2026-09-12 | 9692.07 |
| 2026-09-13 | 9731.91 |
| 2026-09-14 | 9779.92 |
| 2026-09-15 | 9731.01 |
| 2026-09-16 | 10457.33 |
| 2026-09-17 | 9750.61 |
| 2026-09-18 | 8883.69 |
| 2026-09-19 | 9568.83 |
| 2026-09-20 | 9660.67 |
| 2026-09-21 | 9820.29 |
| 2026-09-22 | 10567.51 |
| 2026-09-23 | 9810.40 |
| 2026-09-24 | 9704.57 |
High
10567.51
Low
8883.69
Average
9815.20
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.