TOP to SLL exchange rate API
Pa’anga to Leone · quoted 2026-09-25
9601.05
▼ +1.51% over 1Y
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 year, TOP/SLL traded between 8923.26 and 10448.93, averaged 9632.22 and fell 1.51%. 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 1Y: show the values
| Point | TOP/SLL |
|---|---|
| 2025-09-25 | 9748.56 |
| 2025-10-02 | 9645.49 |
| 2025-10-09 | 9622.83 |
| 2025-10-16 | 9650.94 |
| 2025-10-23 | 9618.79 |
| 2025-10-30 | 9557.77 |
| 2025-11-06 | 9620.32 |
| 2025-11-13 | 9624.61 |
| 2025-11-20 | 9561.59 |
| 2025-11-27 | 9552.64 |
| 2025-12-04 | 9549.20 |
| 2025-12-12 | 9611.60 |
| 2025-12-19 | 9606.04 |
| 2025-12-26 | 9716.71 |
| 2026-01-02 | 9545.81 |
| 2026-01-09 | 9545.98 |
| 2026-01-16 | 9696.63 |
| 2026-01-23 | 9706.78 |
| 2026-01-30 | 9766.26 |
| 2026-02-06 | 9771.04 |
| 2026-02-13 | 9790.92 |
| 2026-02-20 | 9793.59 |
| 2026-02-27 | 9795.00 |
| 2026-03-06 | 9766.11 |
| 2026-03-13 | 9768.79 |
| 2026-03-20 | 9722.70 |
| 2026-03-27 | 9806.41 |
| 2026-04-03 | 9702.79 |
| 2026-04-14 | 8923.26 |
| 2026-04-21 | 9012.09 |
| 2026-04-28 | 9028.68 |
| 2026-05-05 | 8961.83 |
| 2026-05-12 | 9824.91 |
| 2026-05-20 | 9789.20 |
| 2026-05-28 | 9789.76 |
| 2026-06-04 | 9731.38 |
| 2026-06-13 | 9590.45 |
| 2026-06-20 | 9617.74 |
| 2026-06-27 | 9514.60 |
| 2026-07-04 | 9514.13 |
| 2026-07-11 | 9502.03 |
| 2026-07-18 | 9579.18 |
| 2026-07-25 | 9924.00 |
| 2026-08-01 | 9572.28 |
| 2026-08-08 | 9639.72 |
| 2026-08-15 | 9513.73 |
| 2026-08-23 | 10448.93 |
| 2026-08-30 | 9813.24 |
| 2026-09-06 | 9724.53 |
| 2026-09-13 | 9731.91 |
| 2026-09-20 | 9660.67 |
High
10448.93
Low
8923.26
Average
9632.22
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.