Baselight

Cocoa Futures Contracts (ICE) [2000-2022]

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

@kaggle.choweric_ice_cocoa

Ice Ccn2017
@kaggle.choweric_ice_cocoa.ice_ccn2017

  • 21.95 KB
  • 492 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

open_interest

Open Interest

Fri Jul 14 2017 00:00:00 GMT+0000 (Coordinated Universal Time)18761876187618763
Thu Jul 13 2017 00:00:00 GMT+0000 (Coordinated Universal Time)184318431833183352
Wed Jul 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)178217821782178221
Tue Jul 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)17801780178017802
Mon Jul 10 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1801180118011801213
Fri Jul 07 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1871187118351835414
Thu Jul 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1911191118901890314
Wed Jul 05 2017 00:00:00 GMT+0000 (Coordinated Universal Time)191019101910191015
Mon Jul 03 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1943194319211921226
Fri Jun 30 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19031903190319031115

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