Baselight

Stock Market Analysis

Quantitative Analysis of Stock Market

@kaggle.thesnak_stock_market_analysis

Stocks
@kaggle.thesnak_stock_market_analysis.stocks

  • 16.36 KB
  • 248 rows
  • 8 columns
ticker

Ticker

date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

AAPLTue Feb 07 2023 00:00:00 GMT+0000 (Coordinated Universal Time)150.63999938964844155.22999572753906150.63999938964844154.64999389648438154.414230346679783322600
AAPLWed Feb 08 2023 00:00:00 GMT+0000 (Coordinated Universal Time)153.8800048828125154.5800018310547151.1699981689453151.9199981689453151.688400268554764120100
AAPLThu Feb 09 2023 00:00:00 GMT+0000 (Coordinated Universal Time)153.77999877929688154.3300018310547150.4199981689453150.8699951171875150.6399993896484456007100
AAPLFri Feb 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)149.4600067138672151.33999633789062149.22000122070312151.00999450683594151.0099945068359457450700
AAPLMon Feb 13 2023 00:00:00 GMT+0000 (Coordinated Universal Time)150.9499969482422154.25999450683594150.9199981689453153.85000610351562153.8500061035156262199000
AAPLTue Feb 14 2023 00:00:00 GMT+0000 (Coordinated Universal Time)152.1199951171875153.77000427246094150.86000061035156153.1999969482422153.199996948242261707600
AAPLWed Feb 15 2023 00:00:00 GMT+0000 (Coordinated Universal Time)153.11000061035156155.5152.8800048828125155.3300018310547155.330001831054765573800
AAPLThu Feb 16 2023 00:00:00 GMT+0000 (Coordinated Universal Time)153.50999450683594156.3300018310547153.35000610351562153.7100067138672153.710006713867268167900
AAPLFri Feb 17 2023 00:00:00 GMT+0000 (Coordinated Universal Time)152.35000610351562153150.85000610351562152.5500030517578152.550003051757859144100
AAPLTue Feb 21 2023 00:00:00 GMT+0000 (Coordinated Universal Time)150.1999969482422151.3000030517578148.41000366210938148.47999572753906148.4799957275390658867200

CREATE TABLE stocks (
  "ticker" VARCHAR,
  "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.