Baselight

Canadian Fuel Prices

Weekly retail fuel prices from Natural Resources Canada

@nrcan.fuel

Loading...
Loading...

About this Dataset

Canadian Fuel Prices

This dataset contains fuel-related statistics sourced from Natural Resources Canada, with an initial focus on weekly retail fuel prices across locations.

Currently, it includes one table with historical retail fuel prices broken down by fuel type, geographic region and week of observation.

It supports use cases in transportation analysis, energy economics, policy evaluation, and regional market monitoring.

Tables

Weekly Retail Fuel Prices

@nrcan.fuel.weekly_retail_fuel_prices
  • 866.73 KB
  • 176596 rows
  • 8 columns
Loading...

CREATE TABLE weekly_retail_fuel_prices (
  "week_ending" TIMESTAMP,
  "location" VARCHAR,
  "marketing_margin" DOUBLE,
  "price" DOUBLE,
  "refining_margin" DOUBLE,
  "taxes" DOUBLE,
  "product_id" BIGINT,
  "product_name" VARCHAR
);

Share link

Anyone who has the link will be able to view this.