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

Usv

@kaggle.cprimozi_robinhood_stock_popularity_history.usv
  • 144.54 KB
  • 14938 rows
  • 2 columns
Loading...

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

Usvm

@kaggle.cprimozi_robinhood_stock_popularity_history.usvm
  • 50.88 KB
  • 5190 rows
  • 2 columns
Loading...

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

Usws

@kaggle.cprimozi_robinhood_stock_popularity_history.usws
  • 37.85 KB
  • 3726 rows
  • 2 columns
Loading...

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

Usx

@kaggle.cprimozi_robinhood_stock_popularity_history.usx
  • 142.22 KB
  • 14035 rows
  • 2 columns
Loading...

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

Utes

@kaggle.cprimozi_robinhood_stock_popularity_history.utes
  • 145.24 KB
  • 14963 rows
  • 2 columns
Loading...

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

Utf

@kaggle.cprimozi_robinhood_stock_popularity_history.utf
  • 148.42 KB
  • 14961 rows
  • 2 columns
Loading...

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

Utg

@kaggle.cprimozi_robinhood_stock_popularity_history.utg
  • 147.88 KB
  • 14959 rows
  • 2 columns
Loading...

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

Uthr

@kaggle.cprimozi_robinhood_stock_popularity_history.uthr
  • 148.04 KB
  • 14917 rows
  • 2 columns
Loading...

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

Uti

@kaggle.cprimozi_robinhood_stock_popularity_history.uti
  • 147.84 KB
  • 14940 rows
  • 2 columns
Loading...

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

Utl

@kaggle.cprimozi_robinhood_stock_popularity_history.utl
  • 145.17 KB
  • 14940 rows
  • 2 columns
Loading...

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

Utlf

@kaggle.cprimozi_robinhood_stock_popularity_history.utlf
  • 119.21 KB
  • 12306 rows
  • 2 columns
Loading...

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

Utmd

@kaggle.cprimozi_robinhood_stock_popularity_history.utmd
  • 145.05 KB
  • 14944 rows
  • 2 columns
Loading...

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

Utrn

@kaggle.cprimozi_robinhood_stock_popularity_history.utrn
  • 114.08 KB
  • 11743 rows
  • 2 columns
Loading...

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

Utsi

@kaggle.cprimozi_robinhood_stock_popularity_history.utsi
  • 147.15 KB
  • 14934 rows
  • 2 columns
Loading...

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

Utsl

@kaggle.cprimozi_robinhood_stock_popularity_history.utsl
  • 37.57 KB
  • 3726 rows
  • 2 columns
Loading...

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

Utx

@kaggle.cprimozi_robinhood_stock_popularity_history.utx
  • 154 KB
  • 14915 rows
  • 2 columns
Loading...

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

Uugry

@kaggle.cprimozi_robinhood_stock_popularity_history.uugry
  • 119.39 KB
  • 12295 rows
  • 2 columns
Loading...

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

Uup

@kaggle.cprimozi_robinhood_stock_popularity_history.uup
  • 148.36 KB
  • 14931 rows
  • 2 columns
Loading...

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

Uuu

@kaggle.cprimozi_robinhood_stock_popularity_history.uuu
  • 151.29 KB
  • 14936 rows
  • 2 columns
Loading...

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

Uuuu

@kaggle.cprimozi_robinhood_stock_popularity_history.uuuu
  • 156.33 KB
  • 14954 rows
  • 2 columns
Loading...

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

Uve

@kaggle.cprimozi_robinhood_stock_popularity_history.uve
  • 150.21 KB
  • 14914 rows
  • 2 columns
Loading...

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

Uvsp

@kaggle.cprimozi_robinhood_stock_popularity_history.uvsp
  • 144.76 KB
  • 14917 rows
  • 2 columns
Loading...

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

Uvv

@kaggle.cprimozi_robinhood_stock_popularity_history.uvv
  • 149.56 KB
  • 14914 rows
  • 2 columns
Loading...

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

Uvxy

@kaggle.cprimozi_robinhood_stock_popularity_history.uvxy
  • 128.87 KB
  • 11812 rows
  • 2 columns
Loading...

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

Uwm

@kaggle.cprimozi_robinhood_stock_popularity_history.uwm
  • 146.08 KB
  • 14936 rows
  • 2 columns
Loading...

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

Share link

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