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

Mncl

@kaggle.cprimozi_robinhood_stock_popularity_history.mncl
  • 80.56 kB
  • 8,053 rows
  • 2 columns
Loading...
CREATE TABLE mncl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mndo

@kaggle.cprimozi_robinhood_stock_popularity_history.mndo
  • 68.5 kB
  • 6,620 rows
  • 2 columns
Loading...
CREATE TABLE mndo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mne

@kaggle.cprimozi_robinhood_stock_popularity_history.mne
  • 148.06 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE mne (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mni

@kaggle.cprimozi_robinhood_stock_popularity_history.mni
  • 149.53 kB
  • 14,860 rows
  • 2 columns
Loading...
CREATE TABLE mni (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnk

@kaggle.cprimozi_robinhood_stock_popularity_history.mnk
  • 158.71 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE mnk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnkd

@kaggle.cprimozi_robinhood_stock_popularity_history.mnkd
  • 162.15 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE mnkd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnlo

@kaggle.cprimozi_robinhood_stock_popularity_history.mnlo
  • 149.48 kB
  • 14,801 rows
  • 2 columns
Loading...
CREATE TABLE mnlo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnov

@kaggle.cprimozi_robinhood_stock_popularity_history.mnov
  • 154.11 kB
  • 14,935 rows
  • 2 columns
Loading...
CREATE TABLE mnov (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnp

@kaggle.cprimozi_robinhood_stock_popularity_history.mnp
  • 148.28 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE mnp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnpr

@kaggle.cprimozi_robinhood_stock_popularity_history.mnpr
  • 13.71 kB
  • 1,171 rows
  • 2 columns
Loading...
CREATE TABLE mnpr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnr

@kaggle.cprimozi_robinhood_stock_popularity_history.mnr
  • 154.82 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE mnr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnrl

@kaggle.cprimozi_robinhood_stock_popularity_history.mnrl
  • 73.33 kB
  • 6,938 rows
  • 2 columns
Loading...
CREATE TABLE mnrl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnro

@kaggle.cprimozi_robinhood_stock_popularity_history.mnro
  • 149.43 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE mnro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnsb

@kaggle.cprimozi_robinhood_stock_popularity_history.mnsb
  • 69.47 kB
  • 6,962 rows
  • 2 columns
Loading...
CREATE TABLE mnsb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnst

@kaggle.cprimozi_robinhood_stock_popularity_history.mnst
  • 9.18 kB
  • 742 rows
  • 2 columns
Loading...
CREATE TABLE mnst (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mnta

@kaggle.cprimozi_robinhood_stock_popularity_history.mnta
  • 151.53 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE mnta (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mntx

@kaggle.cprimozi_robinhood_stock_popularity_history.mntx
  • 148.94 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE mntx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mo

@kaggle.cprimozi_robinhood_stock_popularity_history.mo
  • 166.84 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE mo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Moat

@kaggle.cprimozi_robinhood_stock_popularity_history.moat
  • 151.2 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE moat (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mobl

@kaggle.cprimozi_robinhood_stock_popularity_history.mobl
  • 154.38 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE mobl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mod

@kaggle.cprimozi_robinhood_stock_popularity_history.mod
  • 152.62 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE mod (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Modn

@kaggle.cprimozi_robinhood_stock_popularity_history.modn
  • 150.4 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE modn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mofg

@kaggle.cprimozi_robinhood_stock_popularity_history.mofg
  • 148.84 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE mofg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mog A

@kaggle.cprimozi_robinhood_stock_popularity_history.mog_a
  • 9.29 kB
  • 744 rows
  • 2 columns
Loading...
CREATE TABLE mog_a (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mog B

@kaggle.cprimozi_robinhood_stock_popularity_history.mog_b
  • 9.22 kB
  • 744 rows
  • 2 columns
Loading...
CREATE TABLE mog_b (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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