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

Wfc

@kaggle.cprimozi_robinhood_stock_popularity_history.wfc
  • 164.36 KB
  • 14926 rows
  • 2 columns
Loading...

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

Wfhy

@kaggle.cprimozi_robinhood_stock_popularity_history.wfhy
  • 143.3 KB
  • 14966 rows
  • 2 columns
Loading...

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

Wfig

@kaggle.cprimozi_robinhood_stock_popularity_history.wfig
  • 21.86 KB
  • 2113 rows
  • 2 columns
Loading...

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

Wgo

@kaggle.cprimozi_robinhood_stock_popularity_history.wgo
  • 151.29 KB
  • 14951 rows
  • 2 columns
Loading...

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

Wh

@kaggle.cprimozi_robinhood_stock_popularity_history.wh
  • 141.78 KB
  • 14227 rows
  • 2 columns
Loading...

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

Whd

@kaggle.cprimozi_robinhood_stock_popularity_history.whd
  • 150.28 KB
  • 14989 rows
  • 2 columns
Loading...

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

Whf

@kaggle.cprimozi_robinhood_stock_popularity_history.whf
  • 148.37 KB
  • 14934 rows
  • 2 columns
Loading...

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

Whg

@kaggle.cprimozi_robinhood_stock_popularity_history.whg
  • 146.38 KB
  • 14934 rows
  • 2 columns
Loading...

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

Whlm

@kaggle.cprimozi_robinhood_stock_popularity_history.whlm
  • 147.4 KB
  • 14957 rows
  • 2 columns
Loading...

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

Whlr

@kaggle.cprimozi_robinhood_stock_popularity_history.whlr
  • 154.8 KB
  • 14958 rows
  • 2 columns
Loading...

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

Whr

@kaggle.cprimozi_robinhood_stock_popularity_history.whr
  • 151.72 KB
  • 14934 rows
  • 2 columns
Loading...

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

Wia

@kaggle.cprimozi_robinhood_stock_popularity_history.wia
  • 144.7 KB
  • 14961 rows
  • 2 columns
Loading...

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

Wifi

@kaggle.cprimozi_robinhood_stock_popularity_history.wifi
  • 155.42 KB
  • 14919 rows
  • 2 columns
Loading...

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

Wil

@kaggle.cprimozi_robinhood_stock_popularity_history.wil
  • 36.88 KB
  • 3716 rows
  • 2 columns
Loading...

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

Wilc

@kaggle.cprimozi_robinhood_stock_popularity_history.wilc
  • 36.85 KB
  • 3696 rows
  • 2 columns
Loading...

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

Wimhy

@kaggle.cprimozi_robinhood_stock_popularity_history.wimhy
  • 127.05 KB
  • 12293 rows
  • 2 columns
Loading...

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

Wina

@kaggle.cprimozi_robinhood_stock_popularity_history.wina
  • 144.87 KB
  • 14926 rows
  • 2 columns
Loading...

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

Winc

@kaggle.cprimozi_robinhood_stock_popularity_history.winc
  • 83.76 KB
  • 8533 rows
  • 2 columns
Loading...

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

Wing

@kaggle.cprimozi_robinhood_stock_popularity_history.wing
  • 151.79 KB
  • 14962 rows
  • 2 columns
Loading...

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

Wins

@kaggle.cprimozi_robinhood_stock_popularity_history.wins
  • 39.28 KB
  • 3720 rows
  • 2 columns
Loading...

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

Wip

@kaggle.cprimozi_robinhood_stock_popularity_history.wip
  • 144.7 KB
  • 14956 rows
  • 2 columns
Loading...

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

Wire

@kaggle.cprimozi_robinhood_stock_popularity_history.wire
  • 145.46 KB
  • 14936 rows
  • 2 columns
Loading...

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

Wisa

@kaggle.cprimozi_robinhood_stock_popularity_history.wisa
  • 119.53 KB
  • 11743 rows
  • 2 columns
Loading...

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

Wit

@kaggle.cprimozi_robinhood_stock_popularity_history.wit
  • 152.03 KB
  • 14957 rows
  • 2 columns
Loading...

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

Wiw

@kaggle.cprimozi_robinhood_stock_popularity_history.wiw
  • 144.99 KB
  • 14961 rows
  • 2 columns
Loading...

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

Share link

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