Cocoa Futures Contracts (ICE) [2000-2022]
Individual contract OHLC, Volume, Open Interest data (2000-2022)
@kaggle.choweric_ice_cocoa
Individual contract OHLC, Volume, Open Interest data (2000-2022)
@kaggle.choweric_ice_cocoa
dateDate | openOpen | highHigh | lowLow | closeClose | volumeVolume | open_interestOpen Interest |
---|---|---|---|---|---|---|
Mon Jan 04 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2475 | 2475 | 2475 | 2475 | ||
Tue Jan 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2454 | 2454 | 2454 | 2454 | ||
Wed Jan 06 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2428 | 2428 | 2428 | 2428 | ||
Thu Jan 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2452 | 2452 | 2452 | 2452 | ||
Fri Jan 08 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2436 | 2436 | 2436 | 2436 | ||
Mon Jan 11 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2421 | 2421 | 2421 | 2421 | ||
Tue Jan 12 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2421 | 2421 | 2421 | 2421 | ||
Wed Jan 13 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2429 | 2429 | 2429 | 2429 | ||
Thu Jan 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2437 | 2437 | 2437 | 2437 | ||
Fri Jan 15 2021 00:00:00 GMT+0000 (Coordinated Universal Time) | 2457 | 2457 | 2457 | 2457 |
CREATE TABLE ice_ccz2022 (
"date" TIMESTAMP,
"open" BIGINT,
"high" BIGINT,
"low" BIGINT,
"close" BIGINT,
"volume" BIGINT,
"open_interest" BIGINT
);
Anyone who has the link will be able to view this.