Baselight

Russell 3000 Stock History

When in doubt, use more data!

@kaggle.williecosta_russell_3000_stock_history

Loading...
Loading...

About this Dataset

Russell 3000 Stock History

OHLCA data for stocks on the Russell 3000 index, arranged to make modeling easy for the smart people in the room. This is obviously not financial advice and I'm not responsible or liable whatsoever if you blow up your life savings trying to do clever things.

Tables

Prices

@kaggle.williecosta_russell_3000_stock_history.prices
  • 324.08 MB
  • 12995445 rows
  • 9 columns
Loading...

CREATE TABLE prices (
  "unnamed_0" BIGINT,
  "symbol" VARCHAR,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adjusted" DOUBLE
);

Share link

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