Canadian Fuel Prices
Weekly retail fuel prices from Natural Resources Canada
@nrcan.fuel
Weekly retail fuel prices from Natural Resources Canada
@nrcan.fuel
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.