Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mtc
@kaggle.lszltakcs_big_stock_data.mtc

  • 124.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:002.2599999904632572.26999998092651372.09999990463256842.190000057220459123910
2021-03-05 09:31:00-05:002.21000003814697272.21000003814697272.19109988212585452.19109988212585453576
2021-03-05 09:32:00-05:002.21000003814697272.21000003814697272.21000003814697272.2100000381469727235
2021-03-05 09:33:00-05:002.193500041961672.2400000095367432.1900000572204592.2400000095367434540
2021-03-05 09:34:00-05:002.252.2899999618530282.252.2899999618530285062
2021-03-05 09:35:00-05:002.2999999523162842.3099000453948972.2750999927520752.279999971389770512653
2021-03-05 09:36:00-05:002.28500008583068852.28500008583068852.28500008583068852.2850000858306885180
2021-03-05 09:37:00-05:002.27999997138977052.27999997138977052.27999997138977052.2799999713897705773
2021-03-05 09:38:00-05:002.2867999076843262.2867999076843262.26999998092651372.26999998092651371809

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