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

Tflo

@kaggle.cprimozi_robinhood_stock_popularity_history.tflo
  • 144.96 KB
  • 14943 rows
  • 2 columns
Loading...

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

Tflt

@kaggle.cprimozi_robinhood_stock_popularity_history.tflt
  • 123.68 KB
  • 12926 rows
  • 2 columns
Loading...

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

Tfsl

@kaggle.cprimozi_robinhood_stock_popularity_history.tfsl
  • 146.49 KB
  • 14917 rows
  • 2 columns
Loading...

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

Tfx

@kaggle.cprimozi_robinhood_stock_popularity_history.tfx
  • 146.23 KB
  • 14914 rows
  • 2 columns
Loading...

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

Tg

@kaggle.cprimozi_robinhood_stock_popularity_history.tg
  • 145.59 KB
  • 14930 rows
  • 2 columns
Loading...

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

Tga

@kaggle.cprimozi_robinhood_stock_popularity_history.tga
  • 150.89 KB
  • 14937 rows
  • 2 columns
Loading...

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

Tgb

@kaggle.cprimozi_robinhood_stock_popularity_history.tgb
  • 158.34 KB
  • 14937 rows
  • 2 columns
Loading...

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

Tgc

@kaggle.cprimozi_robinhood_stock_popularity_history.tgc
  • 151.16 KB
  • 14936 rows
  • 2 columns
Loading...

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

Tge

@kaggle.cprimozi_robinhood_stock_popularity_history.tge
  • 151.24 KB
  • 14960 rows
  • 2 columns
Loading...

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

Tgen

@kaggle.cprimozi_robinhood_stock_popularity_history.tgen
  • 147.31 KB
  • 14956 rows
  • 2 columns
Loading...

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

Tgh

@kaggle.cprimozi_robinhood_stock_popularity_history.tgh
  • 147.08 KB
  • 14937 rows
  • 2 columns
Loading...

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

Tgi

@kaggle.cprimozi_robinhood_stock_popularity_history.tgi
  • 148.54 KB
  • 14937 rows
  • 2 columns
Loading...

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

Tgls

@kaggle.cprimozi_robinhood_stock_popularity_history.tgls
  • 37.63 KB
  • 3705 rows
  • 2 columns
Loading...

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

Tgna

@kaggle.cprimozi_robinhood_stock_popularity_history.tgna
  • 149.27 KB
  • 14949 rows
  • 2 columns
Loading...

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

Tgp

@kaggle.cprimozi_robinhood_stock_popularity_history.tgp
  • 147.52 KB
  • 14956 rows
  • 2 columns
Loading...

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

Tgs

@kaggle.cprimozi_robinhood_stock_popularity_history.tgs
  • 148.54 KB
  • 14956 rows
  • 2 columns
Loading...

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

Tgt

@kaggle.cprimozi_robinhood_stock_popularity_history.tgt
  • 166.06 KB
  • 14936 rows
  • 2 columns
Loading...

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

Tgtx

@kaggle.cprimozi_robinhood_stock_popularity_history.tgtx
  • 159.16 KB
  • 14942 rows
  • 2 columns
Loading...

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

Th

@kaggle.cprimozi_robinhood_stock_popularity_history.th
  • 76.76 KB
  • 7647 rows
  • 2 columns
Loading...

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

Thbr

@kaggle.cprimozi_robinhood_stock_popularity_history.thbr
  • 29.61 KB
  • 2935 rows
  • 2 columns
Loading...

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

Thc

@kaggle.cprimozi_robinhood_stock_popularity_history.thc
  • 149.98 KB
  • 14956 rows
  • 2 columns
Loading...

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

Thca

@kaggle.cprimozi_robinhood_stock_popularity_history.thca
  • 44.48 KB
  • 4496 rows
  • 2 columns
Loading...

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

Thcb

@kaggle.cprimozi_robinhood_stock_popularity_history.thcb
  • 72.92 KB
  • 7455 rows
  • 2 columns
Loading...

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

Thcx

@kaggle.cprimozi_robinhood_stock_popularity_history.thcx
  • 53.74 KB
  • 4998 rows
  • 2 columns
Loading...

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

Thd

@kaggle.cprimozi_robinhood_stock_popularity_history.thd
  • 109.07 KB
  • 11104 rows
  • 2 columns
Loading...

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

Share link

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