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
  • 168.31 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE wfc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wfhy

@kaggle.cprimozi_robinhood_stock_popularity_history.wfhy
  • 146.74 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE wfhy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wfig

@kaggle.cprimozi_robinhood_stock_popularity_history.wfig
  • 22.39 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE wfig (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wgo

@kaggle.cprimozi_robinhood_stock_popularity_history.wgo
  • 154.92 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE wgo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wh

@kaggle.cprimozi_robinhood_stock_popularity_history.wh
  • 145.19 kB
  • 14,227 rows
  • 2 columns
Loading...
CREATE TABLE wh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Whd

@kaggle.cprimozi_robinhood_stock_popularity_history.whd
  • 153.89 kB
  • 14,989 rows
  • 2 columns
Loading...
CREATE TABLE whd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Whf

@kaggle.cprimozi_robinhood_stock_popularity_history.whf
  • 151.93 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE whf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Whg

@kaggle.cprimozi_robinhood_stock_popularity_history.whg
  • 149.89 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE whg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Whlm

@kaggle.cprimozi_robinhood_stock_popularity_history.whlm
  • 150.94 kB
  • 14,957 rows
  • 2 columns
Loading...
CREATE TABLE whlm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Whlr

@kaggle.cprimozi_robinhood_stock_popularity_history.whlr
  • 158.51 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE whlr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Whr

@kaggle.cprimozi_robinhood_stock_popularity_history.whr
  • 155.37 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE whr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wia

@kaggle.cprimozi_robinhood_stock_popularity_history.wia
  • 148.17 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE wia (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wifi

@kaggle.cprimozi_robinhood_stock_popularity_history.wifi
  • 159.15 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE wifi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wil

@kaggle.cprimozi_robinhood_stock_popularity_history.wil
  • 37.77 kB
  • 3,716 rows
  • 2 columns
Loading...
CREATE TABLE wil (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wilc

@kaggle.cprimozi_robinhood_stock_popularity_history.wilc
  • 37.74 kB
  • 3,696 rows
  • 2 columns
Loading...
CREATE TABLE wilc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wimhy

@kaggle.cprimozi_robinhood_stock_popularity_history.wimhy
  • 130.1 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE wimhy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wina

@kaggle.cprimozi_robinhood_stock_popularity_history.wina
  • 148.35 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE wina (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Winc

@kaggle.cprimozi_robinhood_stock_popularity_history.winc
  • 85.77 kB
  • 8,533 rows
  • 2 columns
Loading...
CREATE TABLE winc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wing

@kaggle.cprimozi_robinhood_stock_popularity_history.wing
  • 155.44 kB
  • 14,962 rows
  • 2 columns
Loading...
CREATE TABLE wing (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wins

@kaggle.cprimozi_robinhood_stock_popularity_history.wins
  • 40.22 kB
  • 3,720 rows
  • 2 columns
Loading...
CREATE TABLE wins (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wip

@kaggle.cprimozi_robinhood_stock_popularity_history.wip
  • 148.18 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE wip (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wire

@kaggle.cprimozi_robinhood_stock_popularity_history.wire
  • 148.95 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE wire (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wisa

@kaggle.cprimozi_robinhood_stock_popularity_history.wisa
  • 122.4 kB
  • 11,743 rows
  • 2 columns
Loading...
CREATE TABLE wisa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wit

@kaggle.cprimozi_robinhood_stock_popularity_history.wit
  • 155.68 kB
  • 14,957 rows
  • 2 columns
Loading...
CREATE TABLE wit (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Wiw

@kaggle.cprimozi_robinhood_stock_popularity_history.wiw
  • 148.47 kB
  • 14,961 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.