Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccn2011
@kaggle.choweric_ice_cocoa.ice_ccn2011

  • 20.53 KB
  • 491 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Thu Jul 14 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3166316631663166
Wed Jul 13 2011 00:00:00 GMT+0000 (Coordinated Universal Time)320932153180318044
Tue Jul 12 2011 00:00:00 GMT+0000 (Coordinated Universal Time)309730973076307636
Mon Jul 11 2011 00:00:00 GMT+0000 (Coordinated Universal Time)30583058305830586
Fri Jul 08 2011 00:00:00 GMT+0000 (Coordinated Universal Time)309930993099309922
Thu Jul 07 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3160319431603194123
Wed Jul 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3190324931903202526
Tue Jul 05 2011 00:00:00 GMT+0000 (Coordinated Universal Time)322832283228322826
Fri Jul 01 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3142314231373137934
Thu Jun 30 2011 00:00:00 GMT+0000 (Coordinated Universal Time)3146317031463170534

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