Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Cck2008
@kaggle.choweric_ice_cocoa.ice_cck2008

  • 19.14 KB
  • 421 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Wed May 14 2008 00:00:00 GMT+0000 (Coordinated Universal Time)27452795274527742560
Tue May 13 2008 00:00:00 GMT+0000 (Coordinated Universal Time)27002772269027032672
Mon May 12 2008 00:00:00 GMT+0000 (Coordinated Universal Time)29002900288028803377
Fri May 09 2008 00:00:00 GMT+0000 (Coordinated Universal Time)2900290028752875178
Thu May 08 2008 00:00:00 GMT+0000 (Coordinated Universal Time)2815285028002800481
Wed May 07 2008 00:00:00 GMT+0000 (Coordinated Universal Time)277727772777277792
Tue May 06 2008 00:00:00 GMT+0000 (Coordinated Universal Time)2840284027812781185
Mon May 05 2008 00:00:00 GMT+0000 (Coordinated Universal Time)2690269026902690118
Fri May 02 2008 00:00:00 GMT+0000 (Coordinated Universal Time)27152740271527403120
Thu May 01 2008 00:00:00 GMT+0000 (Coordinated Universal Time)275027722700272123142

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