Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mrna
@kaggle.lszltakcs_big_stock_data.mrna

  • 174.04 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:00133.0731964111328134.27000427246094132.61000061035156133.7100067138672202704
2021-03-05 09:31:00-05:00133.87989807128906133.87989807128906131.6300048828125131.9100036621093837399
2021-03-05 09:32:00-05:00132.17999267578125133.39999389648438132.00010681152344133.369995117187528196
2021-03-05 09:33:00-05:00133.10499572753906133.78500366210938132.8249969482422132.824996948242234223
2021-03-05 09:34:00-05:00133133131.8717041015625132.080001831054736185
2021-03-05 09:35:00-05:00131.6300048828125132.1699981689453131.06170654296875131.3450012207031228480
2021-03-05 09:36:00-05:00131.0800018310547131.13999938964844130.5321044921875130.532104492187552875
2021-03-05 09:37:00-05:00130.49000549316406130.91000366210938130.39999389648438130.6996002197265633810
2021-03-05 09:38:00-05:00129.97000122070312130.6300048828125129.97000122070312130.380004882812553509

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