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

Cern

@kaggle.cprimozi_robinhood_stock_popularity_history.cern
  • 150.77 KB
  • 14935 rows
  • 2 columns
Loading...

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

Cers

@kaggle.cprimozi_robinhood_stock_popularity_history.cers
  • 152.08 KB
  • 14935 rows
  • 2 columns
Loading...

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

Cet

@kaggle.cprimozi_robinhood_stock_popularity_history.cet
  • 145.03 KB
  • 14959 rows
  • 2 columns
Loading...

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

Cetv

@kaggle.cprimozi_robinhood_stock_popularity_history.cetv
  • 149.4 KB
  • 14932 rows
  • 2 columns
Loading...

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

Cetx

@kaggle.cprimozi_robinhood_stock_popularity_history.cetx
  • 59.81 KB
  • 5619 rows
  • 2 columns
Loading...

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

Cev

@kaggle.cprimozi_robinhood_stock_popularity_history.cev
  • 144.89 KB
  • 14959 rows
  • 2 columns
Loading...

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

Ceva

@kaggle.cprimozi_robinhood_stock_popularity_history.ceva
  • 149.69 KB
  • 14934 rows
  • 2 columns
Loading...

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

Cew

@kaggle.cprimozi_robinhood_stock_popularity_history.cew
  • 144.52 KB
  • 14931 rows
  • 2 columns
Loading...

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

Cey

@kaggle.cprimozi_robinhood_stock_popularity_history.cey
  • 21.93 KB
  • 2113 rows
  • 2 columns
Loading...

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

Cez

@kaggle.cprimozi_robinhood_stock_popularity_history.cez
  • 144.42 KB
  • 14966 rows
  • 2 columns
Loading...

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

Cf

@kaggle.cprimozi_robinhood_stock_popularity_history.cf
  • 149.49 KB
  • 14936 rows
  • 2 columns
Loading...

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

Cfa

@kaggle.cprimozi_robinhood_stock_popularity_history.cfa
  • 144.87 KB
  • 14956 rows
  • 2 columns
Loading...

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

Cfb

@kaggle.cprimozi_robinhood_stock_popularity_history.cfb
  • 41.48 KB
  • 4114 rows
  • 2 columns
Loading...

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

Cfbi

@kaggle.cprimozi_robinhood_stock_popularity_history.cfbi
  • 36.87 KB
  • 3726 rows
  • 2 columns
Loading...

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

Cfbk

@kaggle.cprimozi_robinhood_stock_popularity_history.cfbk
  • 120.57 KB
  • 12450 rows
  • 2 columns
Loading...

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

Cffa

@kaggle.cprimozi_robinhood_stock_popularity_history.cffa
  • 85.98 KB
  • 8713 rows
  • 2 columns
Loading...

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

Cffi

@kaggle.cprimozi_robinhood_stock_popularity_history.cffi
  • 144.39 KB
  • 14917 rows
  • 2 columns
Loading...

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

Cffn

@kaggle.cprimozi_robinhood_stock_popularity_history.cffn
  • 146.01 KB
  • 14917 rows
  • 2 columns
Loading...

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

Cfg

@kaggle.cprimozi_robinhood_stock_popularity_history.cfg
  • 152.21 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cfms

@kaggle.cprimozi_robinhood_stock_popularity_history.cfms
  • 155.06 KB
  • 14963 rows
  • 2 columns
Loading...

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

Cfo

@kaggle.cprimozi_robinhood_stock_popularity_history.cfo
  • 145.01 KB
  • 14955 rows
  • 2 columns
Loading...

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

Cfr

@kaggle.cprimozi_robinhood_stock_popularity_history.cfr
  • 146.45 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cfruy

@kaggle.cprimozi_robinhood_stock_popularity_history.cfruy
  • 122.02 KB
  • 12294 rows
  • 2 columns
Loading...

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

Cfrx

@kaggle.cprimozi_robinhood_stock_popularity_history.cfrx
  • 150.39 KB
  • 14643 rows
  • 2 columns
Loading...

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

Cfx

@kaggle.cprimozi_robinhood_stock_popularity_history.cfx
  • 146.33 KB
  • 14914 rows
  • 2 columns
Loading...

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

Share link

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