Skip to content

TOP to SZL exchange rate API

Pa’anga to Lilangeni · quoted 2026-09-25

6.9401

▼ +6.37% over 1Y

1 TOP = 6.9401 SZL · 1 SZL = 0.14409 TOP · Get this rate via the API

1 TOP buys 6.9401 SZL as of 2026-09-25, so 1 SZL buys 0.14409 TOP. Over the last year, TOP/SZL traded between 6.7756 and 7.4123, averaged 7.0205 and fell 6.37%. The API holds daily TOP/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/SZL over 1Y

TOP/SZL over 1Y: show the values
PointTOP/SZL
2025-09-257.4123
2025-10-027.2804
2025-10-097.2554
2025-10-167.3387
2025-10-237.3893
2025-10-307.2326
2025-11-067.3764
2025-11-137.2602
2025-11-207.1840
2025-11-277.1428
2025-12-047.1386
2025-12-127.0427
2025-12-197.0025
2025-12-267.0550
2026-01-026.9189
2026-01-096.9028
2026-01-166.9356
2026-01-236.8117
2026-01-306.7756
2026-02-066.9079
2026-02-136.8293
2026-02-206.9020
2026-02-276.8068
2026-03-067.0588
2026-03-137.1423
2026-03-207.1387
2026-03-277.3201
2026-04-037.1725
2026-04-106.9585
2026-04-186.7843
2026-04-256.8921
2026-05-026.9194
2026-05-096.7990
2026-05-177.0840
2026-05-257.0009
2026-06-016.9717
2026-06-107.0382
2026-06-176.9551
2026-06-247.0221
2026-07-016.9315
2026-07-086.9348
2026-07-156.9226
2026-07-226.9566
2026-07-297.1063
2026-08-056.9428
2026-08-126.8752
2026-08-206.8715
2026-08-276.8389
2026-09-036.8649
2026-09-106.8565
2026-09-176.9465
2026-09-246.9387

High

7.4123

Low

6.7756

Average

7.0205

For developers

Get this rate via the API

One GET request returns the TOP/SZL 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=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=SZL");
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=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/SZL API questions

How do I get the TOP/SZL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/SZL rate in rates.SZL.

How far back does TOP/SZL historical data go?

Daily TOP/SZL 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/SZL 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.