CHF to IQD exchange rate API
Swiss Franc to Iraqi Dinar · quoted 2026-09-25
1580.45
▼ +3.97% over 1Y
1 CHF = 1580.45 IQD · 1 IQD = 0.000633 CHF · Get this rate via the API
1 CHF buys 1580.45 IQD as of 2026-09-25, so 1 IQD buys 0.000633 CHF. Over the last year, CHF/IQD traded between 1580.45 and 1706.93, averaged 1644.33 and fell 3.97%. The API holds daily CHF/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/IQD over 1Y: show the values
| Point | CHF/IQD |
|---|---|
| 2025-09-25 | 1645.82 |
| 2025-10-02 | 1645.78 |
| 2025-10-09 | 1634.24 |
| 2025-10-16 | 1640.32 |
| 2025-10-23 | 1643.17 |
| 2025-10-30 | 1628.71 |
| 2025-11-06 | 1621.55 |
| 2025-11-13 | 1646.81 |
| 2025-11-20 | 1623.18 |
| 2025-11-27 | 1625.65 |
| 2025-12-04 | 1636.52 |
| 2025-12-12 | 1641.87 |
| 2025-12-19 | 1646.94 |
| 2025-12-26 | 1660.88 |
| 2026-01-02 | 1652.55 |
| 2026-01-09 | 1641.55 |
| 2026-01-16 | 1635.72 |
| 2026-01-23 | 1655.49 |
| 2026-01-30 | 1706.93 |
| 2026-02-06 | 1685.45 |
| 2026-02-13 | 1706.00 |
| 2026-02-20 | 1690.44 |
| 2026-02-27 | 1700.50 |
| 2026-03-06 | 1674.39 |
| 2026-03-13 | 1669.69 |
| 2026-03-20 | 1656.54 |
| 2026-03-27 | 1642.16 |
| 2026-04-03 | 1634.76 |
| 2026-04-10 | 1660.15 |
| 2026-04-17 | 1674.15 |
| 2026-04-24 | 1667.87 |
| 2026-05-01 | 1676.97 |
| 2026-05-08 | 1688.21 |
| 2026-05-16 | 1664.91 |
| 2026-05-24 | 1671.80 |
| 2026-05-31 | 1676.64 |
| 2026-06-09 | 1647.14 |
| 2026-06-16 | 1646.87 |
| 2026-06-23 | 1617.89 |
| 2026-06-30 | 1617.11 |
| 2026-07-07 | 1622.37 |
| 2026-07-14 | 1618.80 |
| 2026-07-21 | 1617.76 |
| 2026-07-28 | 1598.15 |
| 2026-08-04 | 1621.01 |
| 2026-08-11 | 1618.30 |
| 2026-08-18 | 1612.48 |
| 2026-08-26 | 1628.74 |
| 2026-09-02 | 1610.73 |
| 2026-09-09 | 1621.28 |
| 2026-09-16 | 1601.44 |
| 2026-09-23 | 1594.59 |
High
1706.93
Low
1580.45
Average
1644.33
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/IQD API questions
How do I get the CHF/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/IQD rate in rates.IQD.
How far back does CHF/IQD historical data go?
Daily CHF/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 CHF/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.