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

Trne

@kaggle.cprimozi_robinhood_stock_popularity_history.trne
  • 64.26 KB
  • 6578 rows
  • 2 columns
Loading...

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

Trno

@kaggle.cprimozi_robinhood_stock_popularity_history.trno
  • 146.25 KB
  • 14958 rows
  • 2 columns
Loading...

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

Trns

@kaggle.cprimozi_robinhood_stock_popularity_history.trns
  • 145.75 KB
  • 14914 rows
  • 2 columns
Loading...

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

Trnx

@kaggle.cprimozi_robinhood_stock_popularity_history.trnx
  • 43.46 KB
  • 3851 rows
  • 2 columns
Loading...

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

Trov

@kaggle.cprimozi_robinhood_stock_popularity_history.trov
  • 87.69 KB
  • 8247 rows
  • 2 columns
Loading...

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

Trow

@kaggle.cprimozi_robinhood_stock_popularity_history.trow
  • 150.14 KB
  • 14936 rows
  • 2 columns
Loading...

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

Trox

@kaggle.cprimozi_robinhood_stock_popularity_history.trox
  • 79.68 KB
  • 7454 rows
  • 2 columns
Loading...

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

Trp

@kaggle.cprimozi_robinhood_stock_popularity_history.trp
  • 64.89 KB
  • 6432 rows
  • 2 columns
Loading...

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

Trpx

@kaggle.cprimozi_robinhood_stock_popularity_history.trpx
  • 154.23 KB
  • 14973 rows
  • 2 columns
Loading...

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

Trq

@kaggle.cprimozi_robinhood_stock_popularity_history.trq
  • 162.62 KB
  • 14951 rows
  • 2 columns
Loading...

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

Trs

@kaggle.cprimozi_robinhood_stock_popularity_history.trs
  • 144.82 KB
  • 14951 rows
  • 2 columns
Loading...

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

Trst

@kaggle.cprimozi_robinhood_stock_popularity_history.trst
  • 148.56 KB
  • 14954 rows
  • 2 columns
Loading...

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

Trt

@kaggle.cprimozi_robinhood_stock_popularity_history.trt
  • 146.31 KB
  • 14951 rows
  • 2 columns
Loading...

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

Trtn

@kaggle.cprimozi_robinhood_stock_popularity_history.trtn
  • 147.83 KB
  • 14969 rows
  • 2 columns
Loading...

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

Trtx

@kaggle.cprimozi_robinhood_stock_popularity_history.trtx
  • 147.35 KB
  • 14978 rows
  • 2 columns
Loading...

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

Trty

@kaggle.cprimozi_robinhood_stock_popularity_history.trty
  • 115.7 KB
  • 11948 rows
  • 2 columns
Loading...

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

Tru

@kaggle.cprimozi_robinhood_stock_popularity_history.tru
  • 148.82 KB
  • 14963 rows
  • 2 columns
Loading...

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

True

@kaggle.cprimozi_robinhood_stock_popularity_history.true
  • 153.29 KB
  • 14956 rows
  • 2 columns
Loading...

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

Trup

@kaggle.cprimozi_robinhood_stock_popularity_history.trup
  • 152.05 KB
  • 14957 rows
  • 2 columns
Loading...

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

Trv

@kaggle.cprimozi_robinhood_stock_popularity_history.trv
  • 149.52 KB
  • 14951 rows
  • 2 columns
Loading...

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

Trvg

@kaggle.cprimozi_robinhood_stock_popularity_history.trvg
  • 152.53 KB
  • 14971 rows
  • 2 columns
Loading...

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

Trvi

@kaggle.cprimozi_robinhood_stock_popularity_history.trvi
  • 64.83 KB
  • 6478 rows
  • 2 columns
Loading...

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

Trvn

@kaggle.cprimozi_robinhood_stock_popularity_history.trvn
  • 160.37 KB
  • 14932 rows
  • 2 columns
Loading...

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

Trwh

@kaggle.cprimozi_robinhood_stock_popularity_history.trwh
  • 72.88 KB
  • 7335 rows
  • 2 columns
Loading...

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

Trx

@kaggle.cprimozi_robinhood_stock_popularity_history.trx
  • 71.72 KB
  • 6842 rows
  • 2 columns
Loading...

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

Share link

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