China Petroleum Production was last reported at 5,513 Thousand Barrels Per Day as of May 1, 2026. That is up 0.30% from the prior reading of 5,496 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 5,513 |
| Apr 2026 | 5,496 |
| Mar 2026 | 5,622 |
| Feb 2026 | 5,559 |
| Jan 2026 | 5,555 |
| Dec 2025 | 5,317 |
| Nov 2025 | 5,432 |
| Oct 2025 | 5,362 |
| Sep 2025 | 5,445 |
| Aug 2025 | 5,421 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 5,394 |
| Jun 2025 | 5,556 |
| May 2025 | 5,469 |
| Apr 2025 | 5,429 |
| Mar 2025 | 5,617 |
| Feb 2025 | 5,459 |
| Jan 2025 | 5,458 |
| Dec 2024 | 5,317 |
| Nov 2024 | 5,296 |
| Oct 2024 | 5,282 |
Pull the full history of China Petroleum 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=CNOILPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CNOILPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CNOILPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();