Baselight

Robinhood Stock Popularity History

1 year of hourly data of the number of Robinhood users that own each stock

@kaggle.cprimozi_robinhood_stock_popularity_history

Loading...
Loading...

About this Dataset

Robinhood Stock Popularity History

Context

This data set consists of >1 year of historical data about the number of users that hold each stock available on the Robinhood stock brokerage. It is the dataset that powers https://robintrack.net/

Content

Data was collected from the Robinhood API once per hour over the entire period.

The popularity metric represents the number of unique accounts that hold at least one share of the asset. This only includes normal, long shares (not options).

Acknowledgements

Robinhood provides their popularity data publicly, which I feel is a great step in the right direction for an industry (finance) where data has traditionally been expensive, low-quality, and hard to find. I feel it's only right that I share this historical popularity data freely as well.

Caveats + Possible Issues

Robinhood gives free shares of a certain set of stocks as rewards to users for referring others to their platform. Some of the most popular stocks are at the top because of this.

The popularity metrics change over weekends and when the market is closed due to the fact that Robinhood accounts can be created/closed/transferred over those periods. The metric reported at each timestamp is the exact value that the Robinhood API reported at that instant.

Inspiration

This data can be used as a measure of retail sentiment. By seeing what traders do in response to changes in price and different news events, it can be determined if retail traders are "buying the dip" or panicking and leaving the market.

I didn't include price data due to possible legal limitations. However, it should be relatively easy to obtain this data yourself from a different source and combine it with this data set.

Tables

Stag

@kaggle.cprimozi_robinhood_stock_popularity_history.stag
  • 160.78 KB
  • 14958 rows
  • 2 columns
Loading...

CREATE TABLE stag (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Star

@kaggle.cprimozi_robinhood_stock_popularity_history.star
  • 147.49 KB
  • 14958 rows
  • 2 columns
Loading...

CREATE TABLE star (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stay

@kaggle.cprimozi_robinhood_stock_popularity_history.stay
  • 148.42 KB
  • 14959 rows
  • 2 columns
Loading...

CREATE TABLE stay (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stba

@kaggle.cprimozi_robinhood_stock_popularity_history.stba
  • 145.24 KB
  • 14942 rows
  • 2 columns
Loading...

CREATE TABLE stba (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stbfy

@kaggle.cprimozi_robinhood_stock_popularity_history.stbfy
  • 120.54 KB
  • 12292 rows
  • 2 columns
Loading...

CREATE TABLE stbfy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stc

@kaggle.cprimozi_robinhood_stock_popularity_history.stc
  • 145.01 KB
  • 14914 rows
  • 2 columns
Loading...

CREATE TABLE stc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stcn

@kaggle.cprimozi_robinhood_stock_popularity_history.stcn
  • 149.41 KB
  • 14917 rows
  • 2 columns
Loading...

CREATE TABLE stcn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ste

@kaggle.cprimozi_robinhood_stock_popularity_history.ste
  • 73.56 KB
  • 7431 rows
  • 2 columns
Loading...

CREATE TABLE ste (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stfc

@kaggle.cprimozi_robinhood_stock_popularity_history.stfc
  • 145.27 KB
  • 14944 rows
  • 2 columns
Loading...

CREATE TABLE stfc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stg

@kaggle.cprimozi_robinhood_stock_popularity_history.stg
  • 131.05 KB
  • 13408 rows
  • 2 columns
Loading...

CREATE TABLE stg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stim

@kaggle.cprimozi_robinhood_stock_popularity_history.stim
  • 135.34 KB
  • 13702 rows
  • 2 columns
Loading...

CREATE TABLE stim (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stip

@kaggle.cprimozi_robinhood_stock_popularity_history.stip
  • 145.1 KB
  • 14936 rows
  • 2 columns
Loading...

CREATE TABLE stip (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stk

@kaggle.cprimozi_robinhood_stock_popularity_history.stk
  • 146.73 KB
  • 14959 rows
  • 2 columns
Loading...

CREATE TABLE stk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stkl

@kaggle.cprimozi_robinhood_stock_popularity_history.stkl
  • 151.93 KB
  • 14924 rows
  • 2 columns
Loading...

CREATE TABLE stkl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stks

@kaggle.cprimozi_robinhood_stock_popularity_history.stks
  • 147.57 KB
  • 14962 rows
  • 2 columns
Loading...

CREATE TABLE stks (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stl

@kaggle.cprimozi_robinhood_stock_popularity_history.stl
  • 146.82 KB
  • 14914 rows
  • 2 columns
Loading...

CREATE TABLE stl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stld

@kaggle.cprimozi_robinhood_stock_popularity_history.stld
  • 151.83 KB
  • 14949 rows
  • 2 columns
Loading...

CREATE TABLE stld (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stlg

@kaggle.cprimozi_robinhood_stock_popularity_history.stlg
  • 8.78 KB
  • 719 rows
  • 2 columns
Loading...

CREATE TABLE stlg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stlv

@kaggle.cprimozi_robinhood_stock_popularity_history.stlv
  • 8.75 KB
  • 719 rows
  • 2 columns
Loading...

CREATE TABLE stlv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stm

@kaggle.cprimozi_robinhood_stock_popularity_history.stm
  • 156.06 KB
  • 14977 rows
  • 2 columns
Loading...

CREATE TABLE stm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stml

@kaggle.cprimozi_robinhood_stock_popularity_history.stml
  • 151.9 KB
  • 14922 rows
  • 2 columns
Loading...

CREATE TABLE stml (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stmp

@kaggle.cprimozi_robinhood_stock_popularity_history.stmp
  • 156.63 KB
  • 14922 rows
  • 2 columns
Loading...

CREATE TABLE stmp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stn

@kaggle.cprimozi_robinhood_stock_popularity_history.stn
  • 145.41 KB
  • 14914 rows
  • 2 columns
Loading...

CREATE TABLE stn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stnd

@kaggle.cprimozi_robinhood_stock_popularity_history.stnd
  • 138.97 KB
  • 14470 rows
  • 2 columns
Loading...

CREATE TABLE stnd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Stne

@kaggle.cprimozi_robinhood_stock_popularity_history.stne
  • 115.93 KB
  • 10932 rows
  • 2 columns
Loading...

CREATE TABLE stne (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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