New Mexico Crude Oil Production was last reported at 2,367 Thousand Barrels Per Day as of June 1, 2026. That is down 1.33% from the prior reading of 2,399 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 | 2,367 |
| May 2026 | 2,399 |
| Apr 2026 | 2,357 |
| Mar 2026 | 2,302 |
| Feb 2026 | 2,303 |
| Jan 2026 | 2,118 |
| Dec 2025 | 2,233 |
| Nov 2025 | 2,298 |
| Oct 2025 | 2,321 |
| Sep 2025 | 2,282 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Aug 2025 | 2,243 |
| Jul 2025 | 2,235 |
| Jun 2025 | 2,179 |
| May 2025 | 2,174 |
| Apr 2025 | 2,154 |
| Mar 2025 | 2,194 |
| Feb 2025 | 2,114 |
| Jan 2025 | 2,031 |
| Dec 2024 | 2,117 |
| Nov 2024 | 2,129 |
Pull the full history of New Mexico 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=USNMCRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNMCRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNMCRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();