Baselight

Instacart Stock Data (All Time)

Daily stock price of Instacart-Maplebear Inc. (NASDAQ: CART) since IPO

@kaggle.dhruvshan_instacart_stock_data_all_time

Cart
@kaggle.dhruvshan_instacart_stock_data_all_time.cart

  • 12.43 KB
  • 164 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Sep 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)4242.95000133.66999833.70000133.70000139495900
Wed Sep 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)32.00999833.4829.95999930.130.116366000
Thu Sep 21 2023 00:00:00 GMT+0000 (Coordinated Universal Time)30.20999931.929.930.6530.657264300
Fri Sep 22 2023 00:00:00 GMT+0000 (Coordinated Universal Time)31.55999931.629.9130304459400
Mon Sep 25 2023 00:00:00 GMT+0000 (Coordinated Universal Time)29.930.4229.04999930.38999930.3899993681200
Tue Sep 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)30.20000130.29999929.7529.88999929.8899991564900
Wed Sep 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)29.753028.2628.54000128.5400012995400
Thu Sep 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)28.44000130.1628.43199929.8329.832095800
Fri Sep 29 2023 00:00:00 GMT+0000 (Coordinated Universal Time)30.130.87999929.19000129.69000129.6900011925800
Mon Oct 02 2023 00:00:00 GMT+0000 (Coordinated Universal Time)29.3429.71999926.926.95999926.9599994915600

CREATE TABLE cart (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.