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

Bdj

@kaggle.cprimozi_robinhood_stock_popularity_history.bdj
  • 149.57 KB
  • 14960 rows
  • 2 columns
Loading...

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

Bdl

@kaggle.cprimozi_robinhood_stock_popularity_history.bdl
  • 144.78 KB
  • 14934 rows
  • 2 columns
Loading...

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

Bdn

@kaggle.cprimozi_robinhood_stock_popularity_history.bdn
  • 147.8 KB
  • 14958 rows
  • 2 columns
Loading...

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

Bdory

@kaggle.cprimozi_robinhood_stock_popularity_history.bdory
  • 124.4 KB
  • 12293 rows
  • 2 columns
Loading...

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

Bdr

@kaggle.cprimozi_robinhood_stock_popularity_history.bdr
  • 151.27 KB
  • 14934 rows
  • 2 columns
Loading...

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

Bdry

@kaggle.cprimozi_robinhood_stock_popularity_history.bdry
  • 42.71 KB
  • 4260 rows
  • 2 columns
Loading...

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

Bdsi

@kaggle.cprimozi_robinhood_stock_popularity_history.bdsi
  • 154.08 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bdtx

@kaggle.cprimozi_robinhood_stock_popularity_history.bdtx
  • 6.21 KB
  • 419 rows
  • 2 columns
Loading...

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

Bdx

@kaggle.cprimozi_robinhood_stock_popularity_history.bdx
  • 149.4 KB
  • 14934 rows
  • 2 columns
Loading...

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

Be

@kaggle.cprimozi_robinhood_stock_popularity_history.be
  • 137.21 KB
  • 13069 rows
  • 2 columns
Loading...

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

Beam

@kaggle.cprimozi_robinhood_stock_popularity_history.beam
  • 4.76 KB
  • 251 rows
  • 2 columns
Loading...

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

Beat

@kaggle.cprimozi_robinhood_stock_popularity_history.beat
  • 154.11 KB
  • 14928 rows
  • 2 columns
Loading...

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

Becn

@kaggle.cprimozi_robinhood_stock_popularity_history.becn
  • 148.24 KB
  • 14931 rows
  • 2 columns
Loading...

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

Bedu

@kaggle.cprimozi_robinhood_stock_popularity_history.bedu
  • 130.05 KB
  • 13222 rows
  • 2 columns
Loading...

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

Belfa

@kaggle.cprimozi_robinhood_stock_popularity_history.belfa
  • 144.83 KB
  • 14943 rows
  • 2 columns
Loading...

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

Belfb

@kaggle.cprimozi_robinhood_stock_popularity_history.belfb
  • 145.5 KB
  • 14931 rows
  • 2 columns
Loading...

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

Ben

@kaggle.cprimozi_robinhood_stock_popularity_history.ben
  • 148.25 KB
  • 14694 rows
  • 2 columns
Loading...

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

Bep

@kaggle.cprimozi_robinhood_stock_popularity_history.bep
  • 158.04 KB
  • 14923 rows
  • 2 columns
Loading...

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

Bery

@kaggle.cprimozi_robinhood_stock_popularity_history.bery
  • 148.24 KB
  • 14920 rows
  • 2 columns
Loading...

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

Best

@kaggle.cprimozi_robinhood_stock_popularity_history.best
  • 154.97 KB
  • 14979 rows
  • 2 columns
Loading...

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

Bf A

@kaggle.cprimozi_robinhood_stock_popularity_history.bf_a
  • 9.07 KB
  • 745 rows
  • 2 columns
Loading...

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

Bfam

@kaggle.cprimozi_robinhood_stock_popularity_history.bfam
  • 147.18 KB
  • 14914 rows
  • 2 columns
Loading...

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

Bf B

@kaggle.cprimozi_robinhood_stock_popularity_history.bf_b
  • 9.29 KB
  • 744 rows
  • 2 columns
Loading...

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

Bfc

@kaggle.cprimozi_robinhood_stock_popularity_history.bfc
  • 106.45 KB
  • 10955 rows
  • 2 columns
Loading...

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

Bfeb

@kaggle.cprimozi_robinhood_stock_popularity_history.bfeb
  • 5.01 KB
  • 308 rows
  • 2 columns
Loading...

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

Share link

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