Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

Individual contract OHLC, Volume, Open Interest data (2000-2022)

@kaggle.choweric_ice_cocoa

Ice Cck2010
@kaggle.choweric_ice_cocoa.ice_cck2010

  • 21.44 KB
  • 493 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Thu May 13 2010 00:00:00 GMT+0000 (Coordinated Universal Time)293129462900290010
Wed May 12 2010 00:00:00 GMT+0000 (Coordinated Universal Time)296029602959295966
Tue May 11 2010 00:00:00 GMT+0000 (Coordinated Universal Time)301030102945295549
Mon May 10 2010 00:00:00 GMT+0000 (Coordinated Universal Time)30613061306130619
Fri May 07 2010 00:00:00 GMT+0000 (Coordinated Universal Time)31183118300030001612
Thu May 06 2010 00:00:00 GMT+0000 (Coordinated Universal Time)32153215318131901628
Wed May 05 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3217321731903190735
Tue May 04 2010 00:00:00 GMT+0000 (Coordinated Universal Time)32223222313831591439
Mon May 03 2010 00:00:00 GMT+0000 (Coordinated Universal Time)32253232322032201150
Fri Apr 30 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3202322932023229250

CREATE TABLE ice_cck2010 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "open_interest" DOUBLE
);

Share link

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