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

Bmrn

@kaggle.cprimozi_robinhood_stock_popularity_history.bmrn
  • 151.21 KB
  • 14914 rows
  • 2 columns
Loading...

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

Bmtc

@kaggle.cprimozi_robinhood_stock_popularity_history.bmtc
  • 144.95 KB
  • 14916 rows
  • 2 columns
Loading...

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

Bmwyy

@kaggle.cprimozi_robinhood_stock_popularity_history.bmwyy
  • 127.56 KB
  • 12292 rows
  • 2 columns
Loading...

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

Bmy

@kaggle.cprimozi_robinhood_stock_popularity_history.bmy
  • 159.26 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bnd

@kaggle.cprimozi_robinhood_stock_popularity_history.bnd
  • 161.51 KB
  • 14937 rows
  • 2 columns
Loading...

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

Bndc

@kaggle.cprimozi_robinhood_stock_popularity_history.bndc
  • 144.94 KB
  • 14970 rows
  • 2 columns
Loading...

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

Bndw

@kaggle.cprimozi_robinhood_stock_popularity_history.bndw
  • 118.39 KB
  • 12082 rows
  • 2 columns
Loading...

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

Bndx

@kaggle.cprimozi_robinhood_stock_popularity_history.bndx
  • 153.43 KB
  • 14928 rows
  • 2 columns
Loading...

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

Bned

@kaggle.cprimozi_robinhood_stock_popularity_history.bned
  • 153.6 KB
  • 14963 rows
  • 2 columns
Loading...

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

Bnft

@kaggle.cprimozi_robinhood_stock_popularity_history.bnft
  • 148.49 KB
  • 14931 rows
  • 2 columns
Loading...

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

Bngo

@kaggle.cprimozi_robinhood_stock_popularity_history.bngo
  • 61.71 KB
  • 5851 rows
  • 2 columns
Loading...

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

Bnkd

@kaggle.cprimozi_robinhood_stock_popularity_history.bnkd
  • 69.48 KB
  • 7143 rows
  • 2 columns
Loading...

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

Bnko

@kaggle.cprimozi_robinhood_stock_popularity_history.bnko
  • 69.45 KB
  • 7143 rows
  • 2 columns
Loading...

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

Bnku

@kaggle.cprimozi_robinhood_stock_popularity_history.bnku
  • 69.54 KB
  • 7143 rows
  • 2 columns
Loading...

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

Bnkz

@kaggle.cprimozi_robinhood_stock_popularity_history.bnkz
  • 69.46 KB
  • 7143 rows
  • 2 columns
Loading...

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

Bno

@kaggle.cprimozi_robinhood_stock_popularity_history.bno
  • 148.95 KB
  • 14937 rows
  • 2 columns
Loading...

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

Bnov

@kaggle.cprimozi_robinhood_stock_popularity_history.bnov
  • 22.76 KB
  • 2207 rows
  • 2 columns
Loading...

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

Bns

@kaggle.cprimozi_robinhood_stock_popularity_history.bns
  • 153.24 KB
  • 14937 rows
  • 2 columns
Loading...

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

Bnso

@kaggle.cprimozi_robinhood_stock_popularity_history.bnso
  • 146.32 KB
  • 14937 rows
  • 2 columns
Loading...

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

Bntc

@kaggle.cprimozi_robinhood_stock_popularity_history.bntc
  • 20.03 KB
  • 1874 rows
  • 2 columns
Loading...

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

Bntgy

@kaggle.cprimozi_robinhood_stock_popularity_history.bntgy
  • 119.23 KB
  • 12293 rows
  • 2 columns
Loading...

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

Bntx

@kaggle.cprimozi_robinhood_stock_popularity_history.bntx
  • 28.33 KB
  • 2671 rows
  • 2 columns
Loading...

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

Bny

@kaggle.cprimozi_robinhood_stock_popularity_history.bny
  • 144.78 KB
  • 14961 rows
  • 2 columns
Loading...

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

Boch

@kaggle.cprimozi_robinhood_stock_popularity_history.boch
  • 145.21 KB
  • 14945 rows
  • 2 columns
Loading...

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

Boct

@kaggle.cprimozi_robinhood_stock_popularity_history.boct
  • 111.09 KB
  • 11502 rows
  • 2 columns
Loading...

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

Share link

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