Commodity Price Range 1877-Present
Historical Futures Contract Pricing for Wheat, Corn, and Oats
@kaggle.thedevastator_commodity_price_range_1877_present
Historical Futures Contract Pricing for Wheat, Corn, and Oats
@kaggle.thedevastator_commodity_price_range_1877_present
CREATE TABLE rangedata_commodities_since1877 (
"date" VARCHAR,
"range_w_f1" DOUBLE,
"range_w_f2" DOUBLE,
"range_c_f1" DOUBLE,
"range_c_f2" DOUBLE,
"range_o_f1" DOUBLE,
"range_o_f2" DOUBLE
);
Anyone who has the link will be able to view this.