Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccu2011
@kaggle.choweric_ice_cocoa.ice_ccu2011

  • 20.92 KB
  • 493 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Thu Sep 15 2011 00:00:00 GMT+0000 (Coordinated Universal Time)278427842784278412
Wed Sep 14 2011 00:00:00 GMT+0000 (Coordinated Universal Time)28722872277627935214
Tue Sep 13 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2871287128252848214
Mon Sep 12 2011 00:00:00 GMT+0000 (Coordinated Universal Time)28652865285128511314
Fri Sep 09 2011 00:00:00 GMT+0000 (Coordinated Universal Time)28982898282628682625
Thu Sep 08 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2907290929072909323
Wed Sep 07 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2952295229462946124
Tue Sep 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)297729772977297724
Fri Sep 02 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3092309230923092226
Thu Sep 01 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3067306730603060226

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