Skip to content

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

SZL/IQD over 1Y: show the values
PointSZL/IQD
2025-09-2675.0875
2025-10-0375.6681
2025-10-1076.3604
2025-10-1775.3814
2025-10-2475.6663
2025-10-3175.8108
2025-11-0775.3477
2025-11-1476.9533
2025-11-2176.0581
2025-11-2876.3806
2025-12-0577.1406
2025-12-1377.6648
2025-12-2078.1586
2025-12-2778.6214
2026-01-0379.4711
2026-01-1079.4812
2026-01-1779.8583
2026-01-2481.2130
2026-01-3181.2177
2026-02-0781.7609
2026-02-1482.1303
2026-02-2181.7652
2026-02-2882.2641
2026-03-0779.1781
2026-03-1477.3478
2026-03-2176.5579
2026-03-2876.3387
2026-04-0477.1972
2026-04-1179.7078
2026-04-1880.1957
2026-04-2578.8105
2026-05-0278.6297
2026-05-0980.0226
2026-05-1778.5280
2026-05-2579.8899
2026-06-0180.7240
2026-06-1079.1870
2026-06-1780.9522
2026-06-2479.1924
2026-07-0179.7061
2026-07-0880.7665
2026-07-1579.8492
2026-07-2279.7407
2026-07-2978.3423
2026-08-0580.1540
2026-08-1280.8886
2026-08-2080.8934
2026-08-2782.0834
2026-09-0381.5517
2026-09-1081.6690
2026-09-1780.6230
2026-09-2480.2747

High

82.2641

Low

75.0875

Average

79.0336

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.