Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccu2009
@kaggle.choweric_ice_cocoa.ice_ccu2009

  • 21.1 KB
  • 493 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Tue Sep 15 2009 00:00:00 GMT+0000 (Coordinated Universal Time)3015304830153048312
Mon Sep 14 2009 00:00:00 GMT+0000 (Coordinated Universal Time)29573052295730112019
Fri Sep 11 2009 00:00:00 GMT+0000 (Coordinated Universal Time)3075307530553055832
Thu Sep 10 2009 00:00:00 GMT+0000 (Coordinated Universal Time)30153066299830451237
Wed Sep 09 2009 00:00:00 GMT+0000 (Coordinated Universal Time)30143016301430161152
Tue Sep 08 2009 00:00:00 GMT+0000 (Coordinated Universal Time)2971297129392940962
Fri Sep 04 2009 00:00:00 GMT+0000 (Coordinated Universal Time)2933293328962896869
Thu Sep 03 2009 00:00:00 GMT+0000 (Coordinated Universal Time)29362961289828983894
Wed Sep 02 2009 00:00:00 GMT+0000 (Coordinated Universal Time)28372923283729231112
Tue Sep 01 2009 00:00:00 GMT+0000 (Coordinated Universal Time)2819283827972804699

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