North Dakota Crude Oil Production was last reported at 1,158 Thousand Barrels Per Day as of June 1, 2026. That is up 3.49% from the prior reading of 1,119 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jun 2026 | 1,158 |
| May 2026 | 1,119 |
| Apr 2026 | 1,135 |
| Mar 2026 | 1,126 |
| Feb 2026 | 1,124 |
| Jan 2026 | 1,127 |
| Dec 2025 | 1,130 |
| Nov 2025 | 1,199 |
| Oct 2025 | 1,179 |
| Sep 2025 | 1,172 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Aug 2025 | 1,175 |
| Jul 2025 | 1,184 |
| Jun 2025 | 1,172 |
| May 2025 | 1,127 |
| Apr 2025 | 1,176 |
| Mar 2025 | 1,195 |
| Feb 2025 | 1,165 |
| Jan 2025 | 1,183 |
| Dec 2024 | 1,195 |
| Nov 2024 | 1,229 |
Pull the full history of North Dakota 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=USNDCRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNDCRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNDCRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();