Skip to content

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

CHF/IQD over 1Y: show the values
PointCHF/IQD
2025-09-251645.82
2025-10-021645.78
2025-10-091634.24
2025-10-161640.32
2025-10-231643.17
2025-10-301628.71
2025-11-061621.55
2025-11-131646.81
2025-11-201623.18
2025-11-271625.65
2025-12-041636.52
2025-12-121641.87
2025-12-191646.94
2025-12-261660.88
2026-01-021652.55
2026-01-091641.55
2026-01-161635.72
2026-01-231655.49
2026-01-301706.93
2026-02-061685.45
2026-02-131706.00
2026-02-201690.44
2026-02-271700.50
2026-03-061674.39
2026-03-131669.69
2026-03-201656.54
2026-03-271642.16
2026-04-031634.76
2026-04-101660.15
2026-04-171674.15
2026-04-241667.87
2026-05-011676.97
2026-05-081688.21
2026-05-161664.91
2026-05-241671.80
2026-05-311676.64
2026-06-091647.14
2026-06-161646.87
2026-06-231617.89
2026-06-301617.11
2026-07-071622.37
2026-07-141618.80
2026-07-211617.76
2026-07-281598.15
2026-08-041621.01
2026-08-111618.30
2026-08-181612.48
2026-08-261628.74
2026-09-021610.73
2026-09-091621.28
2026-09-161601.44
2026-09-231594.59

High

1706.93

Low

1580.45

Average

1644.33

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.