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

Mogo

@kaggle.cprimozi_robinhood_stock_popularity_history.mogo
  • 54.82 KB
  • 5333 rows
  • 2 columns
Loading...

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

Mogu

@kaggle.cprimozi_robinhood_stock_popularity_history.mogu
  • 102.15 KB
  • 9902 rows
  • 2 columns
Loading...

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

Moh

@kaggle.cprimozi_robinhood_stock_popularity_history.moh
  • 149.51 KB
  • 14923 rows
  • 2 columns
Loading...

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

Moho

@kaggle.cprimozi_robinhood_stock_popularity_history.moho
  • 9.14 KB
  • 750 rows
  • 2 columns
Loading...

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

Mom

@kaggle.cprimozi_robinhood_stock_popularity_history.mom
  • 19.3 KB
  • 1874 rows
  • 2 columns
Loading...

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

Momo

@kaggle.cprimozi_robinhood_stock_popularity_history.momo
  • 161.43 KB
  • 14959 rows
  • 2 columns
Loading...

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

Monoy

@kaggle.cprimozi_robinhood_stock_popularity_history.monoy
  • 118.06 KB
  • 12241 rows
  • 2 columns
Loading...

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

Moo

@kaggle.cprimozi_robinhood_stock_popularity_history.moo
  • 145.27 KB
  • 14923 rows
  • 2 columns
Loading...

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

Mor

@kaggle.cprimozi_robinhood_stock_popularity_history.mor
  • 129.8 KB
  • 13234 rows
  • 2 columns
Loading...

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

Morf

@kaggle.cprimozi_robinhood_stock_popularity_history.morf
  • 53.62 KB
  • 5260 rows
  • 2 columns
Loading...

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

Morl

@kaggle.cprimozi_robinhood_stock_popularity_history.morl
  • 156.17 KB
  • 14956 rows
  • 2 columns
Loading...

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

Morn

@kaggle.cprimozi_robinhood_stock_popularity_history.morn
  • 147.19 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mort

@kaggle.cprimozi_robinhood_stock_popularity_history.mort
  • 148.32 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mos

@kaggle.cprimozi_robinhood_stock_popularity_history.mos
  • 152.16 KB
  • 14923 rows
  • 2 columns
Loading...

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

Mosc

@kaggle.cprimozi_robinhood_stock_popularity_history.mosc
  • 31.79 KB
  • 3108 rows
  • 2 columns
Loading...

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

Mosy

@kaggle.cprimozi_robinhood_stock_popularity_history.mosy
  • 39.56 KB
  • 3803 rows
  • 2 columns
Loading...

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

Moti

@kaggle.cprimozi_robinhood_stock_popularity_history.moti
  • 144.51 KB
  • 14963 rows
  • 2 columns
Loading...

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

Moto

@kaggle.cprimozi_robinhood_stock_popularity_history.moto
  • 20.42 KB
  • 1946 rows
  • 2 columns
Loading...

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

Mots

@kaggle.cprimozi_robinhood_stock_popularity_history.mots
  • 147.57 KB
  • 14990 rows
  • 2 columns
Loading...

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

Mov

@kaggle.cprimozi_robinhood_stock_popularity_history.mov
  • 150.02 KB
  • 14923 rows
  • 2 columns
Loading...

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

Moxc

@kaggle.cprimozi_robinhood_stock_popularity_history.moxc
  • 38.15 KB
  • 3739 rows
  • 2 columns
Loading...

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

Mpa

@kaggle.cprimozi_robinhood_stock_popularity_history.mpa
  • 145.2 KB
  • 14959 rows
  • 2 columns
Loading...

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

Mpaa

@kaggle.cprimozi_robinhood_stock_popularity_history.mpaa
  • 147.55 KB
  • 14917 rows
  • 2 columns
Loading...

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

Mpb

@kaggle.cprimozi_robinhood_stock_popularity_history.mpb
  • 36.74 KB
  • 3697 rows
  • 2 columns
Loading...

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

Mpc

@kaggle.cprimozi_robinhood_stock_popularity_history.mpc
  • 158.59 KB
  • 14914 rows
  • 2 columns
Loading...

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

Share link

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