Baselight

Commodity Prices Dataset (2000 - 2023)

A daily time-series of commodity futures for over 20 different commodities.

@kaggle.debashish311601_commodity_prices

Commodity Futures
@kaggle.debashish311601_commodity_prices.commodity_futures

  • 618.22 KB
  • 6092 rows
  • 24 columns
date

Date

natural_gas

NATURAL GAS

gold

GOLD

wti_crude

WTI CRUDE

brent_crude

BRENT CRUDE

soybeans

SOYBEANS

corn

CORN

copper

COPPER

silver

SILVER

low_sulphur_gas_oil

LOW SULPHUR GAS OIL

live_cattle

LIVE CATTLE

soybean_oil

SOYBEAN OIL

aluminium

ALUMINIUM

soybean_meal

SOYBEAN MEAL

zinc

ZINC

uls_diesel

ULS DIESEL

nickel

NICKEL

wheat

WHEAT

sugar

SUGAR

gasoline

GASOLINE

coffee

COFFEE

lean_hogs

LEAN HOGS

hrw_wheat

HRW WHEAT

cotton

COTTON

Mon Jan 03 2000 00:00:00 GMT+0000 (Coordinated Universal Time)456.5200.7569.715.44146.41237.58446247.56.1116.555.975274.2551.07
Tue Jan 04 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.176283.725.5524.39464.252030.8485.375213.569.07515.571617.5147.9121567.788314247.255.77116.2555.62527450.73
Wed Jan 05 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.168282.124.9123.73469.252030.85655.2121368.97515.741636.5150.71209.2566.558307249.755.81118.655.075276.2551.56
Thu Jan 06 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.196282.424.7823.62468203.750.8535.167211.2570.07515.721639.75149.1121266.288252248.55.77116.8555.17527552.08
Fri Jan 07 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.173282.924.2223.09471.52070.8545.195205.2570.87515.91652149.11209.2564.758174251.755.84114.1555.625277.7553.96
Mon Jan 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.216282.724.6723.73466.25208.50.84655.1919670.77515.711636.75147.71196.7564.728130253.55.83117.5555.65279.7553.56
Tue Jan 11 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.26284.425.7724.62467207.250.84355.195201.570.87515.571640.75148.8118566.758052.5253.755.67117.856.02528054.18
Wed Jan 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.244283.726.2824.81472.5215.50.8665.143201.570.42515.681643.5150.91195.7568.478191258.755.45118.9554.8285.7553.72
Thu Jan 13 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.252285.126.6924.98481.75220.750.85655.153208.2570.616.121633.75153.8119469.288107263.55.49118.5554.82529054.75
Fri Jan 14 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2.322284.928.0225.47485.52190.86255.15213.7570.82516.031653.51551195.7573.8181252655.45112.5556.1529355.12

CREATE TABLE commodity_futures (
  "date" TIMESTAMP,
  "natural_gas" DOUBLE,
  "gold" DOUBLE,
  "wti_crude" DOUBLE,
  "brent_crude" DOUBLE,
  "soybeans" DOUBLE,
  "corn" DOUBLE,
  "copper" DOUBLE,
  "silver" DOUBLE,
  "low_sulphur_gas_oil" DOUBLE,
  "live_cattle" DOUBLE,
  "soybean_oil" DOUBLE,
  "aluminium" DOUBLE,
  "soybean_meal" DOUBLE,
  "zinc" DOUBLE,
  "uls_diesel" DOUBLE,
  "nickel" DOUBLE,
  "wheat" DOUBLE,
  "sugar" DOUBLE,
  "gasoline" DOUBLE,
  "coffee" DOUBLE,
  "lean_hogs" DOUBLE,
  "hrw_wheat" DOUBLE,
  "cotton" DOUBLE
);

Share link

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