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

Ppg

@kaggle.cprimozi_robinhood_stock_popularity_history.ppg
  • 148.06 KB
  • 14933 rows
  • 2 columns
Loading...

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

Pph

@kaggle.cprimozi_robinhood_stock_popularity_history.pph
  • 144.97 KB
  • 14934 rows
  • 2 columns
Loading...

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

Pphi

@kaggle.cprimozi_robinhood_stock_popularity_history.pphi
  • 71.27 KB
  • 7335 rows
  • 2 columns
Loading...

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

Ppih

@kaggle.cprimozi_robinhood_stock_popularity_history.ppih
  • 145.03 KB
  • 14937 rows
  • 2 columns
Loading...

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

Ppl

@kaggle.cprimozi_robinhood_stock_popularity_history.ppl
  • 154.93 KB
  • 14934 rows
  • 2 columns
Loading...

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

Pplc

@kaggle.cprimozi_robinhood_stock_popularity_history.pplc
  • 145.58 KB
  • 14959 rows
  • 2 columns
Loading...

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

Ppln

@kaggle.cprimozi_robinhood_stock_popularity_history.ppln
  • 30.12 KB
  • 3000 rows
  • 2 columns
Loading...

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

Pplt

@kaggle.cprimozi_robinhood_stock_popularity_history.pplt
  • 114.85 KB
  • 11503 rows
  • 2 columns
Loading...

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

Ppmc

@kaggle.cprimozi_robinhood_stock_popularity_history.ppmc
  • 36.88 KB
  • 3731 rows
  • 2 columns
Loading...

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

Ppr

@kaggle.cprimozi_robinhood_stock_popularity_history.ppr
  • 146.51 KB
  • 14960 rows
  • 2 columns
Loading...

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

Ppsc

@kaggle.cprimozi_robinhood_stock_popularity_history.ppsc
  • 21.86 KB
  • 2109 rows
  • 2 columns
Loading...

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

Ppsi

@kaggle.cprimozi_robinhood_stock_popularity_history.ppsi
  • 37.34 KB
  • 3705 rows
  • 2 columns
Loading...

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

Ppt

@kaggle.cprimozi_robinhood_stock_popularity_history.ppt
  • 146.98 KB
  • 14961 rows
  • 2 columns
Loading...

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

Ppty

@kaggle.cprimozi_robinhood_stock_popularity_history.ppty
  • 144 KB
  • 14992 rows
  • 2 columns
Loading...

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

Pqg

@kaggle.cprimozi_robinhood_stock_popularity_history.pqg
  • 146.02 KB
  • 14979 rows
  • 2 columns
Loading...

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

Pqin

@kaggle.cprimozi_robinhood_stock_popularity_history.pqin
  • 96.03 KB
  • 9902 rows
  • 2 columns
Loading...

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

Pqlc

@kaggle.cprimozi_robinhood_stock_popularity_history.pqlc
  • 107.27 KB
  • 11099 rows
  • 2 columns
Loading...

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

Pqsg

@kaggle.cprimozi_robinhood_stock_popularity_history.pqsg
  • 96.53 KB
  • 9916 rows
  • 2 columns
Loading...

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

Pqsv

@kaggle.cprimozi_robinhood_stock_popularity_history.pqsv
  • 96.51 KB
  • 9917 rows
  • 2 columns
Loading...

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

Pra

@kaggle.cprimozi_robinhood_stock_popularity_history.pra
  • 145.28 KB
  • 14934 rows
  • 2 columns
Loading...

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

Praa

@kaggle.cprimozi_robinhood_stock_popularity_history.praa
  • 145.22 KB
  • 14944 rows
  • 2 columns
Loading...

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

Prah

@kaggle.cprimozi_robinhood_stock_popularity_history.prah
  • 147.45 KB
  • 14958 rows
  • 2 columns
Loading...

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

Prcp

@kaggle.cprimozi_robinhood_stock_popularity_history.prcp
  • 149.2 KB
  • 14943 rows
  • 2 columns
Loading...

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

Prdo

@kaggle.cprimozi_robinhood_stock_popularity_history.prdo
  • 10.13 KB
  • 842 rows
  • 2 columns
Loading...

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

Pref

@kaggle.cprimozi_robinhood_stock_popularity_history.pref
  • 144.75 KB
  • 14978 rows
  • 2 columns
Loading...

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

Share link

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