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

Usep

@kaggle.cprimozi_robinhood_stock_popularity_history.usep
  • 37.07 kB
  • 3,653 rows
  • 2 columns
Loading...
CREATE TABLE usep (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Useq

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

Usfd

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

Usfr

@kaggle.cprimozi_robinhood_stock_popularity_history.usfr
  • 149 kB
  • 14,940 rows
  • 2 columns
Loading...
CREATE TABLE usfr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ushg

@kaggle.cprimozi_robinhood_stock_popularity_history.ushg
  • 19.78 kB
  • 1,874 rows
  • 2 columns
Loading...
CREATE TABLE ushg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ushy

@kaggle.cprimozi_robinhood_stock_popularity_history.ushy
  • 38.47 kB
  • 3,728 rows
  • 2 columns
Loading...
CREATE TABLE ushy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usi

@kaggle.cprimozi_robinhood_stock_popularity_history.usi
  • 67.56 kB
  • 6,770 rows
  • 2 columns
Loading...
CREATE TABLE usi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usig

@kaggle.cprimozi_robinhood_stock_popularity_history.usig
  • 127.43 kB
  • 12,900 rows
  • 2 columns
Loading...
CREATE TABLE usig (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usio

@kaggle.cprimozi_robinhood_stock_popularity_history.usio
  • 52.83 kB
  • 5,190 rows
  • 2 columns
Loading...
CREATE TABLE usio (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usl

@kaggle.cprimozi_robinhood_stock_popularity_history.usl
  • 149.16 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE usl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uslb

@kaggle.cprimozi_robinhood_stock_popularity_history.uslb
  • 148.23 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE uslb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uslm

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

Uslv

@kaggle.cprimozi_robinhood_stock_popularity_history.uslv
  • 116.57 kB
  • 11,167 rows
  • 2 columns
Loading...
CREATE TABLE uslv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usm

@kaggle.cprimozi_robinhood_stock_popularity_history.usm
  • 151.52 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE usm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usmc

@kaggle.cprimozi_robinhood_stock_popularity_history.usmc
  • 148.97 kB
  • 14,980 rows
  • 2 columns
Loading...
CREATE TABLE usmc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usmf

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

Usmv

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

Usna

@kaggle.cprimozi_robinhood_stock_popularity_history.usna
  • 152.21 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE usna (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uso

@kaggle.cprimozi_robinhood_stock_popularity_history.uso
  • 164.02 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE uso (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usoi

@kaggle.cprimozi_robinhood_stock_popularity_history.usoi
  • 87.9 kB
  • 8,531 rows
  • 2 columns
Loading...
CREATE TABLE usoi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Usph

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

Usrt

@kaggle.cprimozi_robinhood_stock_popularity_history.usrt
  • 152.33 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE usrt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ussg

@kaggle.cprimozi_robinhood_stock_popularity_history.ussg
  • 80.04 kB
  • 7,928 rows
  • 2 columns
Loading...
CREATE TABLE ussg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ust

@kaggle.cprimozi_robinhood_stock_popularity_history.ust
  • 148.43 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE ust (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ustb

@kaggle.cprimozi_robinhood_stock_popularity_history.ustb
  • 51.9 kB
  • 5,190 rows
  • 2 columns
Loading...
CREATE TABLE ustb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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