Canada Crude Oil Production was last reported at 4,857 Thousand Barrels Per Day as of May 1, 2026. That is down 3.81% from the prior reading of 5,050 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 4,857 |
| Apr 2026 | 5,050 |
| Mar 2026 | 5,047 |
| Feb 2026 | 5,042 |
| Jan 2026 | 5,060 |
| Dec 2025 | 5,230 |
| Nov 2025 | 5,232 |
| Oct 2025 | 4,982 |
| Sep 2025 | 5,006 |
| Aug 2025 | 5,047 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 5,107 |
| Jun 2025 | 4,843 |
| May 2025 | 4,424 |
| Apr 2025 | 4,842 |
| Mar 2025 | 5,045 |
| Feb 2025 | 4,778 |
| Jan 2025 | 5,014 |
| Dec 2024 | 5,096 |
| Nov 2024 | 4,994 |
| Oct 2024 | 4,933 |
Pull the full history of Canada 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=CACRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CACRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CACRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();