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: show the values
| Point | SZL/IQD |
|---|---|
| 2025-12-31 | 79.0602 |
| 2026-01-07 | 80.1400 |
| 2026-01-14 | 80.1159 |
| 2026-01-21 | 79.9042 |
| 2026-01-28 | 82.2877 |
| 2026-02-04 | 81.9785 |
| 2026-02-11 | 82.4775 |
| 2026-02-18 | 81.7083 |
| 2026-02-25 | 82.1791 |
| 2026-03-04 | 79.3137 |
| 2026-03-11 | 80.6036 |
| 2026-03-18 | 78.4289 |
| 2026-03-25 | 77.2822 |
| 2026-04-01 | 77.6287 |
| 2026-04-08 | 78.9550 |
| 2026-04-15 | 80.0231 |
| 2026-04-22 | 80.0367 |
| 2026-04-29 | 79.1532 |
| 2026-05-06 | 78.4583 |
| 2026-05-14 | 79.7836 |
| 2026-05-21 | 79.3937 |
| 2026-05-29 | 80.3665 |
| 2026-06-05 | 80.3496 |
| 2026-06-14 | 80.4424 |
| 2026-06-21 | 79.6559 |
| 2026-06-28 | 79.5186 |
| 2026-07-05 | 80.7456 |
| 2026-07-12 | 80.2225 |
| 2026-07-19 | 79.3972 |
| 2026-07-26 | 77.8210 |
| 2026-08-02 | 79.1911 |
| 2026-08-09 | 81.1730 |
| 2026-08-16 | 80.9828 |
| 2026-08-24 | 81.9617 |
| 2026-08-31 | 81.4167 |
| 2026-09-07 | 81.9791 |
| 2026-09-14 | 80.9785 |
| 2026-09-21 | 80.6796 |
High
82.4775
Low
77.2822
Average
80.1567
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.