Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Dxcm
@kaggle.lszltakcs_big_stock_data.dxcm

  • 168.26 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:00360.4299926757813361.510009765625360360.429992675781310712
2021-03-05 09:31:00-05:00359.57000732421875361.6400146484375359.0199890136719361.64001464843752529
2021-03-05 09:32:00-05:00359.7449951171875359.7449951171875359.7449951171875359.7449951171875491
2021-03-05 09:33:00-05:00359.3399963378906361.1700134277344358.7900085449219360.01998901367191785
2021-03-05 09:34:00-05:003603603603602144
2021-03-05 09:35:00-05:00361.3200073242188361.3200073242188361.3200073242188361.3200073242188360
2021-03-05 09:36:00-05:00359.75359.75359.5799865722656359.70498657226561918
2021-03-05 09:37:00-05:00358.4800109863281358.5899963378906358.4800109863281358.58999633789061164
2021-03-05 09:38:00-05:00359.2699890136719360.4299926757813359.2699890136719360.42999267578134374

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