Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccz2010
@kaggle.choweric_ice_cocoa.ice_ccz2010

  • 21.59 KB
  • 493 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Wed Dec 15 2010 00:00:00 GMT+0000 (Coordinated Universal Time)295029502950295016
Tue Dec 14 2010 00:00:00 GMT+0000 (Coordinated Universal Time)2893291228932912516
Mon Dec 13 2010 00:00:00 GMT+0000 (Coordinated Universal Time)286128612861286116
Fri Dec 10 2010 00:00:00 GMT+0000 (Coordinated Universal Time)285728572857285721
Thu Dec 09 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3000300029712971223
Wed Dec 08 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3021302130153015221
Tue Dec 07 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3100310030683068321
Mon Dec 06 2010 00:00:00 GMT+0000 (Coordinated Universal Time)304830483048304821
Fri Dec 03 2010 00:00:00 GMT+0000 (Coordinated Universal Time)2911291429002905932
Thu Dec 02 2010 00:00:00 GMT+0000 (Coordinated Universal Time)27462854274528361542

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