Crude Imports from Canada was last reported at 123,210 Thousand Barrels as of June 1, 2026. That is up 2.32% from the prior reading of 120,414 Thousand Barrels. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels) |
|---|---|
| Jun 2026 | 123,210 |
| May 2026 | 120,414 |
| Apr 2026 | 123,058 |
| Mar 2026 | 125,220 |
| Feb 2026 | 112,366 |
| Jan 2026 | 124,344 |
| Dec 2025 | 132,404 |
| Nov 2025 | 108,551 |
| Oct 2025 | 118,203 |
| Sep 2025 | 122,141 |
| Date | Value (Thousand Barrels) |
|---|---|
| Aug 2025 | 115,159 |
| Jul 2025 | 125,911 |
| Jun 2025 | 110,212 |
| May 2025 | 118,352 |
| Apr 2025 | 112,555 |
| Mar 2025 | 116,552 |
| Feb 2025 | 114,779 |
| Jan 2025 | 132,410 |
| Dec 2024 | 131,243 |
| Nov 2024 | 118,898 |
Pull the full history of Crude Imports from Canada 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=USCRUDEIMPCANADA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPCANADA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPCANADA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();