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

Idt

@kaggle.cprimozi_robinhood_stock_popularity_history.idt
  • 147.66 KB
  • 14934 rows
  • 2 columns
Loading...

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

Idu

@kaggle.cprimozi_robinhood_stock_popularity_history.idu
  • 145.27 KB
  • 14934 rows
  • 2 columns
Loading...

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

Idv

@kaggle.cprimozi_robinhood_stock_popularity_history.idv
  • 150.81 KB
  • 14934 rows
  • 2 columns
Loading...

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

Idx

@kaggle.cprimozi_robinhood_stock_popularity_history.idx
  • 144.83 KB
  • 14934 rows
  • 2 columns
Loading...

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

Idxg

@kaggle.cprimozi_robinhood_stock_popularity_history.idxg
  • 154.43 KB
  • 14922 rows
  • 2 columns
Loading...

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

Idxx

@kaggle.cprimozi_robinhood_stock_popularity_history.idxx
  • 152.05 KB
  • 14936 rows
  • 2 columns
Loading...

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

Idy

@kaggle.cprimozi_robinhood_stock_popularity_history.idy
  • 24.95 KB
  • 2455 rows
  • 2 columns
Loading...

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

Idya

@kaggle.cprimozi_robinhood_stock_popularity_history.idya
  • 60.85 KB
  • 6096 rows
  • 2 columns
Loading...

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

Iea

@kaggle.cprimozi_robinhood_stock_popularity_history.iea
  • 25.07 KB
  • 2339 rows
  • 2 columns
Loading...

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

Iec

@kaggle.cprimozi_robinhood_stock_popularity_history.iec
  • 153.02 KB
  • 14956 rows
  • 2 columns
Loading...

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

Iecs

@kaggle.cprimozi_robinhood_stock_popularity_history.iecs
  • 130.31 KB
  • 13427 rows
  • 2 columns
Loading...

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

Iedi

@kaggle.cprimozi_robinhood_stock_popularity_history.iedi
  • 135.4 KB
  • 14031 rows
  • 2 columns
Loading...

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

Ief

@kaggle.cprimozi_robinhood_stock_popularity_history.ief
  • 151.63 KB
  • 14956 rows
  • 2 columns
Loading...

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

Iefa

@kaggle.cprimozi_robinhood_stock_popularity_history.iefa
  • 150.01 KB
  • 14914 rows
  • 2 columns
Loading...

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

Iefn

@kaggle.cprimozi_robinhood_stock_popularity_history.iefn
  • 130.69 KB
  • 13500 rows
  • 2 columns
Loading...

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

Iehs

@kaggle.cprimozi_robinhood_stock_popularity_history.iehs
  • 140.77 KB
  • 14552 rows
  • 2 columns
Loading...

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

Iei

@kaggle.cprimozi_robinhood_stock_popularity_history.iei
  • 146.75 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ieih

@kaggle.cprimozi_robinhood_stock_popularity_history.ieih
  • 138.59 KB
  • 14347 rows
  • 2 columns
Loading...

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

Iemd

@kaggle.cprimozi_robinhood_stock_popularity_history.iemd
  • 125.27 KB
  • 13069 rows
  • 2 columns
Loading...

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

Ieme

@kaggle.cprimozi_robinhood_stock_popularity_history.ieme
  • 136.4 KB
  • 14032 rows
  • 2 columns
Loading...

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

Iemg

@kaggle.cprimozi_robinhood_stock_popularity_history.iemg
  • 149.59 KB
  • 14931 rows
  • 2 columns
Loading...

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

Iemv

@kaggle.cprimozi_robinhood_stock_popularity_history.iemv
  • 126.7 KB
  • 13069 rows
  • 2 columns
Loading...

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

Ieo

@kaggle.cprimozi_robinhood_stock_popularity_history.ieo
  • 145.47 KB
  • 14956 rows
  • 2 columns
Loading...

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

Iep

@kaggle.cprimozi_robinhood_stock_popularity_history.iep
  • 152.39 KB
  • 14957 rows
  • 2 columns
Loading...

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

Iesc

@kaggle.cprimozi_robinhood_stock_popularity_history.iesc
  • 145.53 KB
  • 14920 rows
  • 2 columns
Loading...

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

Share link

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