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

Tw

@kaggle.cprimozi_robinhood_stock_popularity_history.tw
  • 74.41 KB
  • 7232 rows
  • 2 columns
Loading...

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

Twi

@kaggle.cprimozi_robinhood_stock_popularity_history.twi
  • 150.11 KB
  • 14924 rows
  • 2 columns
Loading...

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

Twin

@kaggle.cprimozi_robinhood_stock_popularity_history.twin
  • 145.9 KB
  • 14951 rows
  • 2 columns
Loading...

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

Twlo

@kaggle.cprimozi_robinhood_stock_popularity_history.twlo
  • 166.79 KB
  • 14968 rows
  • 2 columns
Loading...

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

Twm

@kaggle.cprimozi_robinhood_stock_popularity_history.twm
  • 147.86 KB
  • 14924 rows
  • 2 columns
Loading...

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

Twmc

@kaggle.cprimozi_robinhood_stock_popularity_history.twmc
  • 43.02 KB
  • 4114 rows
  • 2 columns
Loading...

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

Twn

@kaggle.cprimozi_robinhood_stock_popularity_history.twn
  • 145.47 KB
  • 14959 rows
  • 2 columns
Loading...

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

Twnk

@kaggle.cprimozi_robinhood_stock_popularity_history.twnk
  • 149.26 KB
  • 14965 rows
  • 2 columns
Loading...

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

Two

@kaggle.cprimozi_robinhood_stock_popularity_history.two
  • 158.81 KB
  • 14958 rows
  • 2 columns
Loading...

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

Twou

@kaggle.cprimozi_robinhood_stock_popularity_history.twou
  • 157.56 KB
  • 14955 rows
  • 2 columns
Loading...

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

Twst

@kaggle.cprimozi_robinhood_stock_popularity_history.twst
  • 110.88 KB
  • 10789 rows
  • 2 columns
Loading...

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

Twtr

@kaggle.cprimozi_robinhood_stock_popularity_history.twtr
  • 172.67 KB
  • 14936 rows
  • 2 columns
Loading...

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

Tx

@kaggle.cprimozi_robinhood_stock_popularity_history.tx
  • 132.04 KB
  • 13205 rows
  • 2 columns
Loading...

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

Txg

@kaggle.cprimozi_robinhood_stock_popularity_history.txg
  • 36.46 KB
  • 3439 rows
  • 2 columns
Loading...

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

Txmd

@kaggle.cprimozi_robinhood_stock_popularity_history.txmd
  • 160.18 KB
  • 14952 rows
  • 2 columns
Loading...

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

Txn

@kaggle.cprimozi_robinhood_stock_popularity_history.txn
  • 155.89 KB
  • 14943 rows
  • 2 columns
Loading...

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

Txrh

@kaggle.cprimozi_robinhood_stock_popularity_history.txrh
  • 152.65 KB
  • 14954 rows
  • 2 columns
Loading...

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

Txt

@kaggle.cprimozi_robinhood_stock_popularity_history.txt
  • 151.8 KB
  • 14943 rows
  • 2 columns
Loading...

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

Ty

@kaggle.cprimozi_robinhood_stock_popularity_history.ty
  • 145.66 KB
  • 14955 rows
  • 2 columns
Loading...

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

Tyd

@kaggle.cprimozi_robinhood_stock_popularity_history.tyd
  • 145.55 KB
  • 14919 rows
  • 2 columns
Loading...

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

Tyg

@kaggle.cprimozi_robinhood_stock_popularity_history.tyg
  • 146.33 KB
  • 14959 rows
  • 2 columns
Loading...

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

Tyht

@kaggle.cprimozi_robinhood_stock_popularity_history.tyht
  • 153.46 KB
  • 14970 rows
  • 2 columns
Loading...

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

Tyl

@kaggle.cprimozi_robinhood_stock_popularity_history.tyl
  • 146.57 KB
  • 14920 rows
  • 2 columns
Loading...

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

Tyme

@kaggle.cprimozi_robinhood_stock_popularity_history.tyme
  • 154.08 KB
  • 14978 rows
  • 2 columns
Loading...

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

Tyo

@kaggle.cprimozi_robinhood_stock_popularity_history.tyo
  • 145.27 KB
  • 14919 rows
  • 2 columns
Loading...

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

Share link

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