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

Amady

@kaggle.cprimozi_robinhood_stock_popularity_history.amady
  • 121.63 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE amady (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amag

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

Amal

@kaggle.cprimozi_robinhood_stock_popularity_history.amal
  • 125.39 kB
  • 12,436 rows
  • 2 columns
Loading...
CREATE TABLE amal (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amat

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

Amba

@kaggle.cprimozi_robinhood_stock_popularity_history.amba
  • 157.8 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE amba (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ambc

@kaggle.cprimozi_robinhood_stock_popularity_history.ambc
  • 148.73 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE ambc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ambo

@kaggle.cprimozi_robinhood_stock_popularity_history.ambo
  • 133.38 kB
  • 13,235 rows
  • 2 columns
Loading...
CREATE TABLE ambo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amc

@kaggle.cprimozi_robinhood_stock_popularity_history.amc
  • 167.3 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE amc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amca

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

Amci

@kaggle.cprimozi_robinhood_stock_popularity_history.amci
  • 94.24 kB
  • 9,448 rows
  • 2 columns
Loading...
CREATE TABLE amci (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amcr

@kaggle.cprimozi_robinhood_stock_popularity_history.amcr
  • 59.95 kB
  • 5,666 rows
  • 2 columns
Loading...
CREATE TABLE amcr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amcx

@kaggle.cprimozi_robinhood_stock_popularity_history.amcx
  • 152.64 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE amcx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amd

@kaggle.cprimozi_robinhood_stock_popularity_history.amd
  • 180.62 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE amd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ame

@kaggle.cprimozi_robinhood_stock_popularity_history.ame
  • 151.38 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE ame (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amed

@kaggle.cprimozi_robinhood_stock_popularity_history.amed
  • 152.96 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE amed (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ameh

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

Amg

@kaggle.cprimozi_robinhood_stock_popularity_history.amg
  • 152.53 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE amg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amgn

@kaggle.cprimozi_robinhood_stock_popularity_history.amgn
  • 157.48 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE amgn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amh

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

Amhc

@kaggle.cprimozi_robinhood_stock_popularity_history.amhc
  • 9.25 kB
  • 750 rows
  • 2 columns
Loading...
CREATE TABLE amhc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amj

@kaggle.cprimozi_robinhood_stock_popularity_history.amj
  • 151.3 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE amj (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amjl

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

Amk

@kaggle.cprimozi_robinhood_stock_popularity_history.amk
  • 48.8 kB
  • 4,759 rows
  • 2 columns
Loading...
CREATE TABLE amk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amkby

@kaggle.cprimozi_robinhood_stock_popularity_history.amkby
  • 127.87 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE amkby (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Amkr

@kaggle.cprimozi_robinhood_stock_popularity_history.amkr
  • 153.92 kB
  • 14,937 rows
  • 2 columns
Loading...
CREATE TABLE amkr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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