Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccu2001
@kaggle.choweric_ice_cocoa.ice_ccu2001

  • 17.63 KB
  • 431 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Tue Sep 18 2001 00:00:00 GMT+0000 (Coordinated Universal Time)925930920925817
Mon Sep 17 2001 00:00:00 GMT+0000 (Coordinated Universal Time)9279299279273854
Mon Sep 10 2001 00:00:00 GMT+0000 (Coordinated Universal Time)897897889889155
Fri Sep 07 2001 00:00:00 GMT+0000 (Coordinated Universal Time)880900880900558
Thu Sep 06 2001 00:00:00 GMT+0000 (Coordinated Universal Time)873880860880562
Wed Sep 05 2001 00:00:00 GMT+0000 (Coordinated Universal Time)89289285787010129
Tue Sep 04 2001 00:00:00 GMT+0000 (Coordinated Universal Time)90790887988727129
Fri Aug 31 2001 00:00:00 GMT+0000 (Coordinated Universal Time)91692791692732142
Thu Aug 30 2001 00:00:00 GMT+0000 (Coordinated Universal Time)94094092593329142
Wed Aug 29 2001 00:00:00 GMT+0000 (Coordinated Universal Time)9589589389388147

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