Skip to content

SZL to IRR exchange rate API

Lilangeni to Iranian Rial · quoted 2026-09-26

84270.94

▲ +3398.19% over 1Y

1 SZL = 84270.94 IRR · 1 IRR = 0.000012 SZL · Get this rate via the API

1 SZL buys 84270.94 IRR as of 2026-09-26, so 1 IRR buys 0.000012 SZL. Over the last year, SZL/IRR traded between 2408.98 and 86090.92, averaged 58141.51 and rose 3398.19%. The API holds daily SZL/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/IRR over 1Y

SZL/IRR over 1Y: show the values
PointSZL/IRR
2025-09-262408.98
2025-10-032428.01
2025-10-102446.66
2025-10-172422.02
2025-10-242424.71
2025-10-312433.71
2025-11-072422.65
2025-11-142471.63
2025-11-212450.02
2025-11-282456.90
2025-12-052477.25
2025-12-132488.89
2025-12-202509.47
2025-12-272519.61
2026-01-032552.16
2026-01-1060620.15
2026-01-1764863.40
2026-01-2466712.92
2026-01-3170207.52
2026-02-0775310.17
2026-02-1480230.46
2026-02-2180048.90
2026-02-2882525.21
2026-03-0779765.09
2026-03-1477852.70
2026-03-2176678.07
2026-03-2876528.07
2026-04-0477526.44
2026-04-1180080.44
2026-04-1880899.72
2026-04-2579363.25
2026-05-0278869.80
2026-05-0980114.26
2026-05-1778999.10
2026-05-2580880.90
2026-06-0183240.86
2026-06-1083138.31
2026-06-1784951.52
2026-06-2482938.83
2026-07-0183764.67
2026-07-0884538.73
2026-07-1584083.91
2026-07-2283588.76
2026-07-2982199.32
2026-08-0584046.72
2026-08-1284893.19
2026-08-2085362.40
2026-08-2786090.92
2026-09-0385672.96
2026-09-1085689.01
2026-09-1784084.77
2026-09-2483955.20

High

86090.92

Low

2408.98

Average

58141.51

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/IRR API questions

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

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

How far back does SZL/IRR historical data go?

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