TOP to SLL exchange rate API
Pa’anga to Leone · quoted 2026-09-25
9601.05
▼ +1.33% over 6M
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 6 months, TOP/SLL traded between 8930.91 and 10567.51, averaged 9608.71 and fell 1.33%. 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 6M: show the values
| Point | TOP/SLL |
|---|---|
| 2026-03-29 | 9730.95 |
| 2026-04-05 | 9759.52 |
| 2026-04-16 | 9038.02 |
| 2026-04-23 | 8930.91 |
| 2026-04-30 | 9040.26 |
| 2026-05-07 | 8997.98 |
| 2026-05-15 | 9112.51 |
| 2026-05-23 | 9694.02 |
| 2026-05-30 | 9600.38 |
| 2026-06-06 | 9584.84 |
| 2026-06-15 | 9692.85 |
| 2026-06-22 | 9704.20 |
| 2026-06-29 | 9634.30 |
| 2026-07-06 | 9652.49 |
| 2026-07-13 | 9680.19 |
| 2026-07-20 | 9725.85 |
| 2026-07-27 | 9722.29 |
| 2026-08-03 | 9716.56 |
| 2026-08-10 | 9727.51 |
| 2026-08-17 | 9769.42 |
| 2026-08-25 | 9802.96 |
| 2026-09-01 | 9799.27 |
| 2026-09-08 | 9809.58 |
| 2026-09-15 | 9731.01 |
| 2026-09-22 | 10567.51 |
High
10567.51
Low
8930.91
Average
9608.71
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.