SZL to IQD exchange rate API
Lilangeni to Iraqi Dinar · quoted 2026-09-26
80.3162
▲ +6.96% over 1Y
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 last year, SZL/IQD traded between 75.0875 and 82.2641, averaged 79.0336 and rose 6.96%. 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 1Y: show the values
| Point | SZL/IQD |
|---|---|
| 2025-09-26 | 75.0875 |
| 2025-10-03 | 75.6681 |
| 2025-10-10 | 76.3604 |
| 2025-10-17 | 75.3814 |
| 2025-10-24 | 75.6663 |
| 2025-10-31 | 75.8108 |
| 2025-11-07 | 75.3477 |
| 2025-11-14 | 76.9533 |
| 2025-11-21 | 76.0581 |
| 2025-11-28 | 76.3806 |
| 2025-12-05 | 77.1406 |
| 2025-12-13 | 77.6648 |
| 2025-12-20 | 78.1586 |
| 2025-12-27 | 78.6214 |
| 2026-01-03 | 79.4711 |
| 2026-01-10 | 79.4812 |
| 2026-01-17 | 79.8583 |
| 2026-01-24 | 81.2130 |
| 2026-01-31 | 81.2177 |
| 2026-02-07 | 81.7609 |
| 2026-02-14 | 82.1303 |
| 2026-02-21 | 81.7652 |
| 2026-02-28 | 82.2641 |
| 2026-03-07 | 79.1781 |
| 2026-03-14 | 77.3478 |
| 2026-03-21 | 76.5579 |
| 2026-03-28 | 76.3387 |
| 2026-04-04 | 77.1972 |
| 2026-04-11 | 79.7078 |
| 2026-04-18 | 80.1957 |
| 2026-04-25 | 78.8105 |
| 2026-05-02 | 78.6297 |
| 2026-05-09 | 80.0226 |
| 2026-05-17 | 78.5280 |
| 2026-05-25 | 79.8899 |
| 2026-06-01 | 80.7240 |
| 2026-06-10 | 79.1870 |
| 2026-06-17 | 80.9522 |
| 2026-06-24 | 79.1924 |
| 2026-07-01 | 79.7061 |
| 2026-07-08 | 80.7665 |
| 2026-07-15 | 79.8492 |
| 2026-07-22 | 79.7407 |
| 2026-07-29 | 78.3423 |
| 2026-08-05 | 80.1540 |
| 2026-08-12 | 80.8886 |
| 2026-08-20 | 80.8934 |
| 2026-08-27 | 82.0834 |
| 2026-09-03 | 81.5517 |
| 2026-09-10 | 81.6690 |
| 2026-09-17 | 80.6230 |
| 2026-09-24 | 80.2747 |
High
82.2641
Low
75.0875
Average
79.0336
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.