Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Amrn
@kaggle.lszltakcs_big_stock_data.amrn

  • 175.43 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:005.8200001716613775.87340021133422855.8000001907348635.809999942779541171630
2021-03-05 09:31:00-05:005.7971000671386725.8099999427795415.7501001358032235.7501001358032236944
2021-03-05 09:32:00-05:005.780000209808355.780000209808355.719999790191655.74989986419677719465
2021-03-05 09:33:00-05:005.7300000190734865.7899999618530275.7300000190734865.7702999114990239700
2021-03-05 09:34:00-05:005.780000209808355.780000209808355.7311000823974615.7553000450134289618
2021-03-05 09:35:00-05:005.7449998855590825.780000209808355.7399997711181645.76999998092651412105
2021-03-05 09:36:00-05:005.7698998451232915.7899999618530275.7600002288818365.76999998092651434423
2021-03-05 09:37:00-05:005.7600002288818365.7699999809265145.755.75500011444091816575
2021-03-05 09:38:00-05:005.755.755.7010998725891115.73000001907348624800

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