Cocoa Futures Contracts (ICE) [2000-2022]
Individual contract OHLC, Volume, Open Interest data (2000-2022)
@kaggle.choweric_ice_cocoa
Individual contract OHLC, Volume, Open Interest data (2000-2022)
@kaggle.choweric_ice_cocoa
CREATE TABLE ice_cch2014 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"open_interest" DOUBLE
);
Anyone who has the link will be able to view this.