Canadian Fuel Prices
Weekly retail fuel prices from Natural Resources Canada
@nrcan.fuel
Weekly retail fuel prices from Natural Resources Canada
@nrcan.fuel
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.
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
);Anyone who has the link will be able to view this.