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

Yi

@kaggle.cprimozi_robinhood_stock_popularity_history.yi
  • 118.15 KB
  • 11928 rows
  • 2 columns
Loading...

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

Yin

@kaggle.cprimozi_robinhood_stock_popularity_history.yin
  • 147.97 KB
  • 14966 rows
  • 2 columns
Loading...

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

Yinn

@kaggle.cprimozi_robinhood_stock_popularity_history.yinn
  • 154.04 KB
  • 14930 rows
  • 2 columns
Loading...

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

Yj

@kaggle.cprimozi_robinhood_stock_popularity_history.yj
  • 66.87 KB
  • 6453 rows
  • 2 columns
Loading...

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

Ylco

@kaggle.cprimozi_robinhood_stock_popularity_history.ylco
  • 148.69 KB
  • 14962 rows
  • 2 columns
Loading...

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

Yld

@kaggle.cprimozi_robinhood_stock_popularity_history.yld
  • 144.64 KB
  • 14963 rows
  • 2 columns
Loading...

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

Ymab

@kaggle.cprimozi_robinhood_stock_popularity_history.ymab
  • 115.13 KB
  • 11743 rows
  • 2 columns
Loading...

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

Yndx

@kaggle.cprimozi_robinhood_stock_popularity_history.yndx
  • 139.94 KB
  • 13315 rows
  • 2 columns
Loading...

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

Yolo

@kaggle.cprimozi_robinhood_stock_popularity_history.yolo
  • 75.6 KB
  • 6938 rows
  • 2 columns
Loading...

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

Yorw

@kaggle.cprimozi_robinhood_stock_popularity_history.yorw
  • 148.31 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ypf

@kaggle.cprimozi_robinhood_stock_popularity_history.ypf
  • 144.22 KB
  • 14441 rows
  • 2 columns
Loading...

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

Yrcw

@kaggle.cprimozi_robinhood_stock_popularity_history.yrcw
  • 152.33 KB
  • 14916 rows
  • 2 columns
Loading...

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

Yrd

@kaggle.cprimozi_robinhood_stock_popularity_history.yrd
  • 151.88 KB
  • 14966 rows
  • 2 columns
Loading...

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

Yten

@kaggle.cprimozi_robinhood_stock_popularity_history.yten
  • 154.26 KB
  • 14915 rows
  • 2 columns
Loading...

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

Ytra

@kaggle.cprimozi_robinhood_stock_popularity_history.ytra
  • 37.25 KB
  • 3725 rows
  • 2 columns
Loading...

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

Yum

@kaggle.cprimozi_robinhood_stock_popularity_history.yum
  • 154.43 KB
  • 14928 rows
  • 2 columns
Loading...

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

Yuma

@kaggle.cprimozi_robinhood_stock_popularity_history.yuma
  • 54.65 KB
  • 5142 rows
  • 2 columns
Loading...

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

Yumc

@kaggle.cprimozi_robinhood_stock_popularity_history.yumc
  • 153.12 KB
  • 14970 rows
  • 2 columns
Loading...

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

Yvr

@kaggle.cprimozi_robinhood_stock_popularity_history.yvr
  • 114.14 KB
  • 11145 rows
  • 2 columns
Loading...

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

Yxi

@kaggle.cprimozi_robinhood_stock_popularity_history.yxi
  • 146.12 KB
  • 14943 rows
  • 2 columns
Loading...

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

Yy

@kaggle.cprimozi_robinhood_stock_popularity_history.yy
  • 11.26 KB
  • 914 rows
  • 2 columns
Loading...

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

Yyy

@kaggle.cprimozi_robinhood_stock_popularity_history.yyy
  • 31.17 KB
  • 2863 rows
  • 2 columns
Loading...

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

Z

@kaggle.cprimozi_robinhood_stock_popularity_history.z
  • 158.29 KB
  • 14963 rows
  • 2 columns
Loading...

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

Zagg

@kaggle.cprimozi_robinhood_stock_popularity_history.zagg
  • 151.47 KB
  • 14934 rows
  • 2 columns
Loading...

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

Zayo

@kaggle.cprimozi_robinhood_stock_popularity_history.zayo
  • 151.36 KB
  • 14958 rows
  • 2 columns
Loading...

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

Share link

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