Skip to content

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

TOP/SLL over 1Y: show the values
PointTOP/SLL
2025-09-259748.56
2025-10-029645.49
2025-10-099622.83
2025-10-169650.94
2025-10-239618.79
2025-10-309557.77
2025-11-069620.32
2025-11-139624.61
2025-11-209561.59
2025-11-279552.64
2025-12-049549.20
2025-12-129611.60
2025-12-199606.04
2025-12-269716.71
2026-01-029545.81
2026-01-099545.98
2026-01-169696.63
2026-01-239706.78
2026-01-309766.26
2026-02-069771.04
2026-02-139790.92
2026-02-209793.59
2026-02-279795.00
2026-03-069766.11
2026-03-139768.79
2026-03-209722.70
2026-03-279806.41
2026-04-039702.79
2026-04-148923.26
2026-04-219012.09
2026-04-289028.68
2026-05-058961.83
2026-05-129824.91
2026-05-209789.20
2026-05-289789.76
2026-06-049731.38
2026-06-139590.45
2026-06-209617.74
2026-06-279514.60
2026-07-049514.13
2026-07-119502.03
2026-07-189579.18
2026-07-259924.00
2026-08-019572.28
2026-08-089639.72
2026-08-159513.73
2026-08-2310448.93
2026-08-309813.24
2026-09-069724.53
2026-09-139731.91
2026-09-209660.67

High

10448.93

Low

8923.26

Average

9632.22

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=SLL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.