Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccn2005
@kaggle.choweric_ice_cocoa.ice_ccn2005

  • 17.87 KB
  • 426 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Fri Jul 15 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1390139013901390
Thu Jul 14 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1394139413941394
Wed Jul 13 2005 00:00:00 GMT+0000 (Coordinated Universal Time)14051405138913897
Tue Jul 12 2005 00:00:00 GMT+0000 (Coordinated Universal Time)13851406138513981023
Mon Jul 11 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1392139213921392727
Fri Jul 08 2005 00:00:00 GMT+0000 (Coordinated Universal Time)13721378137213781252
Thu Jul 07 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1372137213721372428455
Wed Jul 06 2005 00:00:00 GMT+0000 (Coordinated Universal Time)141914191391139113523
Tue Jul 05 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1418141814181418559
Fri Jul 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)145314531439143930657

CREATE TABLE ice_ccn2005 (
  "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.