Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Tgtx
@kaggle.lszltakcs_big_stock_data.tgtx

  • 172.3 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:0041.90000152587890642.15000152587890641.5800018310546942.0499992370605526445
2021-03-05 09:31:00-05:0041.740001678466841.7541.740001678466841.75744
2021-03-05 09:32:00-05:0041.9599990844726564241.6701011657714941.8699989318847667608
2021-03-05 09:33:00-05:0041.86999893188476642.38000106811523441.86999893188476642.2550010681152345159
2021-03-05 09:34:00-05:0042.1599998474121142.1599998474121141.7999000549316441.799900054931647974
2021-03-05 09:35:00-05:0041.62542.0699996948242241.62542.069999694824226702
2021-03-05 09:36:00-05:0041.72000122070312541.72000122070312541.72000122070312541.72000122070312519395
2021-03-05 09:37:00-05:0041.65000152587890641.65000152587890641.1599998474121141.4599990844726568470
2021-03-05 09:38:00-05:0041.6699981689453141.72000122070312541.2999992370605541.513580

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