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

Mkc V

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

Mkd

@kaggle.cprimozi_robinhood_stock_popularity_history.mkd
  • 10.41 kB
  • 842 rows
  • 2 columns
Loading...
CREATE TABLE mkd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mkgi

@kaggle.cprimozi_robinhood_stock_popularity_history.mkgi
  • 38.11 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE mkgi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mkl

@kaggle.cprimozi_robinhood_stock_popularity_history.mkl
  • 152.21 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE mkl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mksi

@kaggle.cprimozi_robinhood_stock_popularity_history.mksi
  • 153.28 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE mksi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mktay

@kaggle.cprimozi_robinhood_stock_popularity_history.mktay
  • 122.86 kB
  • 12,297 rows
  • 2 columns
Loading...
CREATE TABLE mktay (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mktx

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

Mlab

@kaggle.cprimozi_robinhood_stock_popularity_history.mlab
  • 149.27 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE mlab (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlco

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

Mlhr

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

Mli

@kaggle.cprimozi_robinhood_stock_popularity_history.mli
  • 148.77 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE mli (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlm

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

Mln

@kaggle.cprimozi_robinhood_stock_popularity_history.mln
  • 148.83 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE mln (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlnd

@kaggle.cprimozi_robinhood_stock_popularity_history.mlnd
  • 98.96 kB
  • 9,832 rows
  • 2 columns
Loading...
CREATE TABLE mlnd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlnx

@kaggle.cprimozi_robinhood_stock_popularity_history.mlnx
  • 154.44 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE mlnx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlp

@kaggle.cprimozi_robinhood_stock_popularity_history.mlp
  • 150.15 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE mlp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpa

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpa
  • 153.34 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE mlpa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpb

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpb
  • 148.31 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE mlpb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpc

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpc
  • 147.87 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE mlpc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpe

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpe
  • 148.1 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE mlpe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpg

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpg
  • 37.47 kB
  • 3,694 rows
  • 2 columns
Loading...
CREATE TABLE mlpg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpi

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpi
  • 148.32 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE mlpi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpo

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpo
  • 148.1 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE mlpo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpq

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpq
  • 150.53 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE mlpq (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mlpx

@kaggle.cprimozi_robinhood_stock_popularity_history.mlpx
  • 152.37 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE mlpx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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