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

Psi

@kaggle.cprimozi_robinhood_stock_popularity_history.psi
  • 149.83 KB
  • 14909 rows
  • 2 columns
Loading...

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

Psj

@kaggle.cprimozi_robinhood_stock_popularity_history.psj
  • 149.57 KB
  • 14902 rows
  • 2 columns
Loading...

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

Psk

@kaggle.cprimozi_robinhood_stock_popularity_history.psk
  • 146.88 KB
  • 14914 rows
  • 2 columns
Loading...

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

Psl

@kaggle.cprimozi_robinhood_stock_popularity_history.psl
  • 144.2 KB
  • 14861 rows
  • 2 columns
Loading...

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

Pslv

@kaggle.cprimozi_robinhood_stock_popularity_history.pslv
  • 148.72 KB
  • 14961 rows
  • 2 columns
Loading...

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

Psm

@kaggle.cprimozi_robinhood_stock_popularity_history.psm
  • 45.68 KB
  • 4639 rows
  • 2 columns
Loading...

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

Psmb

@kaggle.cprimozi_robinhood_stock_popularity_history.psmb
  • 144.32 KB
  • 14911 rows
  • 2 columns
Loading...

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

Psmc

@kaggle.cprimozi_robinhood_stock_popularity_history.psmc
  • 144.36 KB
  • 14911 rows
  • 2 columns
Loading...

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

Psmg

@kaggle.cprimozi_robinhood_stock_popularity_history.psmg
  • 144.73 KB
  • 14913 rows
  • 2 columns
Loading...

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

Psmm

@kaggle.cprimozi_robinhood_stock_popularity_history.psmm
  • 144.29 KB
  • 14911 rows
  • 2 columns
Loading...

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

Psmmy

@kaggle.cprimozi_robinhood_stock_popularity_history.psmmy
  • 120.32 KB
  • 12294 rows
  • 2 columns
Loading...

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

Psmt

@kaggle.cprimozi_robinhood_stock_popularity_history.psmt
  • 146.5 KB
  • 14916 rows
  • 2 columns
Loading...

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

Psn

@kaggle.cprimozi_robinhood_stock_popularity_history.psn
  • 66.07 KB
  • 6426 rows
  • 2 columns
Loading...

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

Psnl

@kaggle.cprimozi_robinhood_stock_popularity_history.psnl
  • 55.6 KB
  • 5421 rows
  • 2 columns
Loading...

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

Pso

@kaggle.cprimozi_robinhood_stock_popularity_history.pso
  • 148.51 KB
  • 14956 rows
  • 2 columns
Loading...

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

Psp

@kaggle.cprimozi_robinhood_stock_popularity_history.psp
  • 146.37 KB
  • 14909 rows
  • 2 columns
Loading...

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

Psq

@kaggle.cprimozi_robinhood_stock_popularity_history.psq
  • 149.43 KB
  • 14914 rows
  • 2 columns
Loading...

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

Psr

@kaggle.cprimozi_robinhood_stock_popularity_history.psr
  • 143.94 KB
  • 14853 rows
  • 2 columns
Loading...

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

Pst

@kaggle.cprimozi_robinhood_stock_popularity_history.pst
  • 144.74 KB
  • 14914 rows
  • 2 columns
Loading...

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

Pstg

@kaggle.cprimozi_robinhood_stock_popularity_history.pstg
  • 154.97 KB
  • 14964 rows
  • 2 columns
Loading...

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

Psti

@kaggle.cprimozi_robinhood_stock_popularity_history.psti
  • 46.46 KB
  • 4615 rows
  • 2 columns
Loading...

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

Pstl

@kaggle.cprimozi_robinhood_stock_popularity_history.pstl
  • 62.06 KB
  • 6263 rows
  • 2 columns
Loading...

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

Pstv

@kaggle.cprimozi_robinhood_stock_popularity_history.pstv
  • 45.89 KB
  • 4329 rows
  • 2 columns
Loading...

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

Psv

@kaggle.cprimozi_robinhood_stock_popularity_history.psv
  • 58.26 KB
  • 5762 rows
  • 2 columns
Loading...

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

Psx

@kaggle.cprimozi_robinhood_stock_popularity_history.psx
  • 152.06 KB
  • 14920 rows
  • 2 columns
Loading...

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

Share link

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