Baselight

Big Stock Data

Thousands of stocks from the us market with a 1min resolution.

@kaggle.lszltakcs_big_stock_data

Akba
@kaggle.lszltakcs_big_stock_data.akba

  • 148.66 KB
  • 14040 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

2021-03-04 09:30:00-05:00
2021-03-05 09:30:00-05:003.3699998855590823.3699998855590823.32999992370605473.3299999237060547105544
2021-03-05 09:31:00-05:003.3283998966217043.3283998966217043.3099999427795413.3120000362396249975
2021-03-05 09:32:00-05:003.3150000572204593.32999992370605473.2999999523162843.32500004768371668718
2021-03-05 09:33:00-05:003.3199999332427983.35989999771118163.3199999332427983.35989999771118164427
2021-03-05 09:34:00-05:003.3536000251770023.3536000251770023.32999992370605473.32999992370605476487
2021-03-05 09:35:00-05:003.3199999332427983.32999992370605473.3199999332427983.31999993324279821920
2021-03-05 09:36:00-05:003.3199999332427983.3283998966217043.3099999427795413.32010006904602055830
2021-03-05 09:37:00-05:003.3099999427795413.3099999427795413.2899999618530283.29999995231628418618
2021-03-05 09:38:00-05:003.2999999523162843.3050000667572023.2899999618530283.30500006675720224664

CREATE TABLE akba (
  "datetime" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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