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

Sui

@kaggle.cprimozi_robinhood_stock_popularity_history.sui
  • 149.98 KB
  • 14958 rows
  • 2 columns
Loading...

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

Sum

@kaggle.cprimozi_robinhood_stock_popularity_history.sum
  • 149.29 KB
  • 14962 rows
  • 2 columns
Loading...

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

Sumr

@kaggle.cprimozi_robinhood_stock_popularity_history.sumr
  • 152.01 KB
  • 14955 rows
  • 2 columns
Loading...

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

Sun

@kaggle.cprimozi_robinhood_stock_popularity_history.sun
  • 154.6 KB
  • 14956 rows
  • 2 columns
Loading...

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

Suns

@kaggle.cprimozi_robinhood_stock_popularity_history.suns
  • 151.14 KB
  • 14926 rows
  • 2 columns
Loading...

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

Sunw

@kaggle.cprimozi_robinhood_stock_popularity_history.sunw
  • 40.81 KB
  • 3755 rows
  • 2 columns
Loading...

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

Sup

@kaggle.cprimozi_robinhood_stock_popularity_history.sup
  • 150.69 KB
  • 14936 rows
  • 2 columns
Loading...

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

Supn

@kaggle.cprimozi_robinhood_stock_popularity_history.supn
  • 151.67 KB
  • 14916 rows
  • 2 columns
Loading...

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

Supv

@kaggle.cprimozi_robinhood_stock_popularity_history.supv
  • 154.85 KB
  • 14966 rows
  • 2 columns
Loading...

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

Surf

@kaggle.cprimozi_robinhood_stock_popularity_history.surf
  • 145.23 KB
  • 14556 rows
  • 2 columns
Loading...

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

Susa

@kaggle.cprimozi_robinhood_stock_popularity_history.susa
  • 147.08 KB
  • 14951 rows
  • 2 columns
Loading...

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

Susb

@kaggle.cprimozi_robinhood_stock_popularity_history.susb
  • 21.95 KB
  • 2113 rows
  • 2 columns
Loading...

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

Susc

@kaggle.cprimozi_robinhood_stock_popularity_history.susc
  • 145.04 KB
  • 14978 rows
  • 2 columns
Loading...

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

Susl

@kaggle.cprimozi_robinhood_stock_popularity_history.susl
  • 63.75 KB
  • 6432 rows
  • 2 columns
Loading...

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

Suz

@kaggle.cprimozi_robinhood_stock_popularity_history.suz
  • 97.33 KB
  • 9831 rows
  • 2 columns
Loading...

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

Svbi

@kaggle.cprimozi_robinhood_stock_popularity_history.svbi
  • 146.9 KB
  • 14920 rows
  • 2 columns
Loading...

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

Svc

@kaggle.cprimozi_robinhood_stock_popularity_history.svc
  • 33.13 KB
  • 3147 rows
  • 2 columns
Loading...

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

Svm

@kaggle.cprimozi_robinhood_stock_popularity_history.svm
  • 39.28 KB
  • 3708 rows
  • 2 columns
Loading...

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

Svmk

@kaggle.cprimozi_robinhood_stock_popularity_history.svmk
  • 121.41 KB
  • 11623 rows
  • 2 columns
Loading...

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

Svndy

@kaggle.cprimozi_robinhood_stock_popularity_history.svndy
  • 122.07 KB
  • 12293 rows
  • 2 columns
Loading...

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

Svnly

@kaggle.cprimozi_robinhood_stock_popularity_history.svnly
  • 122.61 KB
  • 12293 rows
  • 2 columns
Loading...

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

Svra

@kaggle.cprimozi_robinhood_stock_popularity_history.svra
  • 152.01 KB
  • 14928 rows
  • 2 columns
Loading...

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

Svt

@kaggle.cprimozi_robinhood_stock_popularity_history.svt
  • 145.28 KB
  • 14942 rows
  • 2 columns
Loading...

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

Svu

@kaggle.cprimozi_robinhood_stock_popularity_history.svu
  • 135.63 KB
  • 13826 rows
  • 2 columns
Loading...

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

Svvc

@kaggle.cprimozi_robinhood_stock_popularity_history.svvc
  • 147.6 KB
  • 14930 rows
  • 2 columns
Loading...

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

Share link

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