Iraq Crude Oil Production was last reported at 1,320 Thousand Barrels Per Day as of May 1, 2026. That is down 7.04% from the prior reading of 1,420 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 1,320 |
| Apr 2026 | 1,420 |
| Mar 2026 | 1,620 |
| Feb 2026 | 4,461 |
| Jan 2026 | 4,391 |
| Dec 2025 | 4,321 |
| Nov 2025 | 4,391 |
| Oct 2025 | 4,461 |
| Sep 2025 | 4,461 |
| Aug 2025 | 4,461 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 4,361 |
| Jun 2025 | 4,381 |
| May 2025 | 4,371 |
| Apr 2025 | 4,341 |
| Mar 2025 | 4,411 |
| Feb 2025 | 4,331 |
| Jan 2025 | 4,361 |
| Dec 2024 | 4,281 |
| Nov 2024 | 4,311 |
| Oct 2024 | 4,331 |
Pull the full history of Iraq Crude Oil Production into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=IQCRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "IQCRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=IQCRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();