TOP to SLL exchange rate API
Pa’anga to Leone · quoted 2026-09-25
9601.05
▼ +0.97% over 5Y
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 5 years, TOP/SLL traded between 8709.13 and 9967.41, averaged 9664.19 and fell 0.97%. 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 5Y: show the values
| Point | TOP/SLL |
|---|---|
| 2024-08-24 | 9694.91 |
| 2024-10-07 | 9847.75 |
| 2024-11-06 | 9967.41 |
| 2024-12-06 | 9730.90 |
| 2025-01-05 | 9637.94 |
| 2025-02-04 | 9535.42 |
| 2025-03-06 | 9729.15 |
| 2025-04-06 | 9604.29 |
| 2025-05-06 | 9716.65 |
| 2025-06-07 | 9315.87 |
| 2025-07-07 | 9832.83 |
| 2025-08-06 | 9930.12 |
| 2025-09-05 | 9830.18 |
| 2025-10-06 | 9610.73 |
| 2025-11-05 | 9649.79 |
| 2025-12-05 | 9588.30 |
| 2026-01-05 | 9589.56 |
| 2026-02-04 | 9819.62 |
| 2026-03-06 | 9766.11 |
| 2026-04-05 | 9759.52 |
| 2026-05-09 | 8709.13 |
| 2026-06-12 | 9719.17 |
| 2026-07-12 | 9605.01 |
| 2026-08-11 | 9685.96 |
| 2026-09-11 | 9791.67 |
High
9967.41
Low
8709.13
Average
9664.19
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.