Skip to content

CAD to IQD exchange rate API

Canadian Dollar to Iraqi Dinar · quoted 2026-09-25

926.6368

▼ +1.72% over 1Y

1 CAD = 926.6368 IQD · 1 IQD = 0.001079 CAD · Get this rate via the API

1 CAD buys 926.6368 IQD as of 2026-09-25, so 1 IQD buys 0.001079 CAD. Over the last year, CAD/IQD traded between 919.6172 and 969.6244, averaged 943.9646 and fell 1.72%. The API holds daily CAD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/IQD over 1Y

CAD/IQD over 1Y: show the values
PointCAD/IQD
2025-09-25942.8931
2025-10-02939.0379
2025-10-09939.2005
2025-10-16932.0888
2025-10-23936.9132
2025-10-30934.2985
2025-11-06929.5104
2025-11-13935.5415
2025-11-20931.5706
2025-11-27932.7558
2025-12-04937.7950
2025-12-12949.4754
2025-12-19949.9344
2025-12-26958.3100
2026-01-02954.3446
2026-01-09945.9510
2026-01-16944.1244
2026-01-23950.3115
2026-01-30969.6244
2026-02-06959.4256
2026-02-13962.8391
2026-02-20958.1132
2026-02-27959.2521
2026-03-06959.6283
2026-03-13959.1741
2026-03-20950.7156
2026-03-27943.5177
2026-04-03937.9767
2026-04-10947.7619
2026-04-17958.1547
2026-04-24957.5433
2026-05-01964.6915
2026-05-08962.2899
2026-05-16953.0848
2026-05-24948.1779
2026-05-31949.4243
2026-06-09941.1914
2026-06-16934.9265
2026-06-23923.4669
2026-06-30919.6172
2026-07-07920.0250
2026-07-14931.0464
2026-07-21932.1565
2026-07-28928.7327
2026-08-04933.0013
2026-08-11940.8530
2026-08-18944.3927
2026-08-26944.4583
2026-09-02941.5425
2026-09-09950.3524
2026-09-16940.9268
2026-09-23931.3451

High

969.6244

Low

919.6172

Average

943.9646

For developers

Get this rate via the API

One GET request returns the CAD/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=CAD&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&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=CAD&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/IQD API questions

How do I get the CAD/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/IQD rate in rates.IQD.

How far back does CAD/IQD historical data go?

Daily CAD/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 CAD/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.