Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Pte
@kaggle.lszltakcs_big_stock_data.pte

  • 119.52 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:001.3057999610900881.3099999427795411.29999995231628421.308899998664856118343
2021-03-05 09:31:00-05:001.3099999427795411.3099999427795411.29999995231628421.299999952316284214001
2021-03-05 09:32:00-05:001.29980003833770751.29980003833770751.29499995708465581.29499995708465586339
2021-03-05 09:33:00-05:001.29149997234344481.29149997234344481.29100000858306881.29100000858306882062
2021-03-05 09:34:00-05:001.28999996185302711.28999996185302711.26890003681182861.269999980926513720776
2021-03-05 09:35:00-05:001.26999998092651371.28989994525909421.25999999046325681.271000027656555216621
2021-03-05 09:36:00-05:001.27999997138977051.27999997138977051.2676999568939211.26999998092651372164
2021-03-05 09:37:00-05:001.27419996261596681.2784999608993531.26999998092651371.26999998092651371318
2021-03-05 09:38:00-05:001.26999998092651371.27999997138977051.26999998092651371.269999980926513719847

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