Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccn2006
@kaggle.choweric_ice_cocoa.ice_ccn2006

  • 17.85 KB
  • 459 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Fri Jul 14 2006 00:00:00 GMT+0000 (Coordinated Universal Time)1703170317031703342
Thu Jul 13 2006 00:00:00 GMT+0000 (Coordinated Universal Time)170317031687169140188
Wed Jul 12 2006 00:00:00 GMT+0000 (Coordinated Universal Time)168217051682169210193
Tue Jul 11 2006 00:00:00 GMT+0000 (Coordinated Universal Time)16751705167517052214
Mon Jul 10 2006 00:00:00 GMT+0000 (Coordinated Universal Time)17281731172817292214
Fri Jul 07 2006 00:00:00 GMT+0000 (Coordinated Universal Time)1724172417241724214
Thu Jul 06 2006 00:00:00 GMT+0000 (Coordinated Universal Time)169917051699170520214
Wed Jul 05 2006 00:00:00 GMT+0000 (Coordinated Universal Time)17321732170817087246
Mon Jul 03 2006 00:00:00 GMT+0000 (Coordinated Universal Time)164516751645167432242
Fri Jun 30 2006 00:00:00 GMT+0000 (Coordinated Universal Time)1650165015961646234198

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