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

Ptvcb

@kaggle.cprimozi_robinhood_stock_popularity_history.ptvcb
  • 128.34 kB
  • 12,902 rows
  • 2 columns
Loading...
CREATE TABLE ptvcb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pty

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

Pub

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

Pui

@kaggle.cprimozi_robinhood_stock_popularity_history.pui
  • 148.08 kB
  • 14,854 rows
  • 2 columns
Loading...
CREATE TABLE pui (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Puk

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

Pulm

@kaggle.cprimozi_robinhood_stock_popularity_history.pulm
  • 92.34 kB
  • 8,569 rows
  • 2 columns
Loading...
CREATE TABLE pulm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Puls

@kaggle.cprimozi_robinhood_stock_popularity_history.puls
  • 110.02 kB
  • 11,078 rows
  • 2 columns
Loading...
CREATE TABLE puls (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pump

@kaggle.cprimozi_robinhood_stock_popularity_history.pump
  • 156.85 kB
  • 14,973 rows
  • 2 columns
Loading...
CREATE TABLE pump (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Putw

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

Puyi

@kaggle.cprimozi_robinhood_stock_popularity_history.puyi
  • 79.91 kB
  • 7,407 rows
  • 2 columns
Loading...
CREATE TABLE puyi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvac

@kaggle.cprimozi_robinhood_stock_popularity_history.pvac
  • 148.86 kB
  • 14,971 rows
  • 2 columns
Loading...
CREATE TABLE pvac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvbc

@kaggle.cprimozi_robinhood_stock_popularity_history.pvbc
  • 27.54 kB
  • 2,623 rows
  • 2 columns
Loading...
CREATE TABLE pvbc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvg

@kaggle.cprimozi_robinhood_stock_popularity_history.pvg
  • 156.24 kB
  • 14,935 rows
  • 2 columns
Loading...
CREATE TABLE pvg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvh

@kaggle.cprimozi_robinhood_stock_popularity_history.pvh
  • 155.06 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE pvh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvi

@kaggle.cprimozi_robinhood_stock_popularity_history.pvi
  • 148.05 kB
  • 14,935 rows
  • 2 columns
Loading...
CREATE TABLE pvi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvl

@kaggle.cprimozi_robinhood_stock_popularity_history.pvl
  • 124.58 kB
  • 11,910 rows
  • 2 columns
Loading...
CREATE TABLE pvl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pvt

@kaggle.cprimozi_robinhood_stock_popularity_history.pvt
  • 69.22 kB
  • 6,921 rows
  • 2 columns
Loading...
CREATE TABLE pvt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pw

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

Pwb

@kaggle.cprimozi_robinhood_stock_popularity_history.pwb
  • 148.37 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE pwb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pwc

@kaggle.cprimozi_robinhood_stock_popularity_history.pwc
  • 147.27 kB
  • 14,856 rows
  • 2 columns
Loading...
CREATE TABLE pwc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pwfl

@kaggle.cprimozi_robinhood_stock_popularity_history.pwfl
  • 31.81 kB
  • 2,959 rows
  • 2 columns
Loading...
CREATE TABLE pwfl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pwod

@kaggle.cprimozi_robinhood_stock_popularity_history.pwod
  • 148.37 kB
  • 14,925 rows
  • 2 columns
Loading...
CREATE TABLE pwod (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pwr

@kaggle.cprimozi_robinhood_stock_popularity_history.pwr
  • 153.84 kB
  • 14,915 rows
  • 2 columns
Loading...
CREATE TABLE pwr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pws

@kaggle.cprimozi_robinhood_stock_popularity_history.pws
  • 148.58 kB
  • 14,984 rows
  • 2 columns
Loading...
CREATE TABLE pws (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Pwv

@kaggle.cprimozi_robinhood_stock_popularity_history.pwv
  • 148.15 kB
  • 14,903 rows
  • 2 columns
Loading...
CREATE TABLE pwv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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