Baselight

5 Years Historical Stock Quotes

From company A to ZYXI, data on over 6000 publicly listed stocks

@kaggle.aleksthegreat_5years_dailystock_quotes

Original
@kaggle.aleksthegreat_5years_dailystock_quotes.original

  • 96.69 MB
  • 7801920 rows
  • 7 columns
datetime

Datetime

open_price

Open Price

close_price

Close Price

high_price

High Price

low_price

Low Price

volume

Volume

symbol

Symbol

2016-02-16T00:00:00Z36.7237.0837.1736.42903649A
2016-02-17T00:00:00Z35.2237.8738.1334.755382312A
2016-02-18T00:00:00Z37.7337.1937.9637.092231481A
2016-02-19T00:00:00Z36.937.4437.636.852339426A
2016-02-22T00:00:00Z37.8238.0338.1937.781792962A
2016-02-23T00:00:00Z37.5337.1737.9636.951282290A
2016-02-24T00:00:00Z36.6337.4837.536.471454952A
2016-02-25T00:00:00Z37.6237.6337.7136.961453515A
2016-02-26T00:00:00Z37.7537.5937.9237.44944266A
2016-02-29T00:00:00Z37.6537.3537.737.332187500A

CREATE TABLE original (
  "datetime" VARCHAR,
  "open_price" DOUBLE,
  "close_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "volume" BIGINT,
  "symbol" VARCHAR
);

Share link

Anyone who has the link will be able to view this.