Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Asml
@kaggle.lszltakcs_big_stock_data.asml

  • 171.5 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:00527.969970703125527.969970703125523.9199829101562523.940002441406273233
2021-03-05 09:31:00-05:00524.2000122070312524.3099975585938523.239990234375523.609985351562521758
2021-03-05 09:32:00-05:00523.510009765625523.510009765625521.7000122070312523.2299804687511334
2021-03-05 09:33:00-05:00523.1300048828125524.75522.9000244140625523.36999511718756643
2021-03-05 09:34:00-05:00520.7999877929688521.1500244140625520.6500244140625520.71997070312510487
2021-03-05 09:35:00-05:00520520.260009765625519.1599731445312519.309997558593814524
2021-03-05 09:36:00-05:00519.1300048828125522.030029296875518.9199829101562521.900024414062511565
2021-03-05 09:37:00-05:00521.4500122070312521.4500122070312519.469970703125520.5949707031254673
2021-03-05 09:38:00-05:00520.5700073242188520.9199829101562520.1199951171875520.15997314453124725

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