Skip to content

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

TOP/SLL over 5Y: show the values
PointTOP/SLL
2024-08-249694.91
2024-10-079847.75
2024-11-069967.41
2024-12-069730.90
2025-01-059637.94
2025-02-049535.42
2025-03-069729.15
2025-04-069604.29
2025-05-069716.65
2025-06-079315.87
2025-07-079832.83
2025-08-069930.12
2025-09-059830.18
2025-10-069610.73
2025-11-059649.79
2025-12-059588.30
2026-01-059589.56
2026-02-049819.62
2026-03-069766.11
2026-04-059759.52
2026-05-098709.13
2026-06-129719.17
2026-07-129605.01
2026-08-119685.96
2026-09-119791.67

High

9967.41

Low

8709.13

Average

9664.19

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.