Skip to content

SZL to IQD exchange rate API

Lilangeni to Iraqi Dinar · quoted 2026-09-26

80.3162

▲ +1.59% over YTD

1 SZL = 80.3162 IQD · 1 IQD = 0.01245 SZL · Get this rate via the API

1 SZL buys 80.3162 IQD as of 2026-09-26, so 1 IQD buys 0.01245 SZL. Over the year to date, SZL/IQD traded between 77.2822 and 82.4775, averaged 80.1567 and rose 1.59%. The API holds daily SZL/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/IQD over YTD

SZL/IQD over YTD: show the values
PointSZL/IQD
2025-12-3179.0602
2026-01-0780.1400
2026-01-1480.1159
2026-01-2179.9042
2026-01-2882.2877
2026-02-0481.9785
2026-02-1182.4775
2026-02-1881.7083
2026-02-2582.1791
2026-03-0479.3137
2026-03-1180.6036
2026-03-1878.4289
2026-03-2577.2822
2026-04-0177.6287
2026-04-0878.9550
2026-04-1580.0231
2026-04-2280.0367
2026-04-2979.1532
2026-05-0678.4583
2026-05-1479.7836
2026-05-2179.3937
2026-05-2980.3665
2026-06-0580.3496
2026-06-1480.4424
2026-06-2179.6559
2026-06-2879.5186
2026-07-0580.7456
2026-07-1280.2225
2026-07-1979.3972
2026-07-2677.8210
2026-08-0279.1911
2026-08-0981.1730
2026-08-1680.9828
2026-08-2481.9617
2026-08-3181.4167
2026-09-0781.9791
2026-09-1480.9785
2026-09-2180.6796

High

82.4775

Low

77.2822

Average

80.1567

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/IQD API questions

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

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

How far back does SZL/IQD historical data go?

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