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

Brqs

@kaggle.cprimozi_robinhood_stock_popularity_history.brqs
  • 37.69 kB
  • 3,720 rows
  • 2 columns
Loading...
CREATE TABLE brqs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Brt

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

Brx

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

Bry

@kaggle.cprimozi_robinhood_stock_popularity_history.bry
  • 135.25 kB
  • 13,045 rows
  • 2 columns
Loading...
CREATE TABLE bry (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Brzu

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

Bsac

@kaggle.cprimozi_robinhood_stock_popularity_history.bsac
  • 131.83 kB
  • 13,205 rows
  • 2 columns
Loading...
CREATE TABLE bsac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsae

@kaggle.cprimozi_robinhood_stock_popularity_history.bsae
  • 112.48 kB
  • 11,406 rows
  • 2 columns
Loading...
CREATE TABLE bsae (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsbe

@kaggle.cprimozi_robinhood_stock_popularity_history.bsbe
  • 112.71 kB
  • 11,430 rows
  • 2 columns
Loading...
CREATE TABLE bsbe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsbk

@kaggle.cprimozi_robinhood_stock_popularity_history.bsbk
  • 9.27 kB
  • 743 rows
  • 2 columns
Loading...
CREATE TABLE bsbk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsbr

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

Bsce

@kaggle.cprimozi_robinhood_stock_popularity_history.bsce
  • 112.72 kB
  • 11,430 rows
  • 2 columns
Loading...
CREATE TABLE bsce (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsci

@kaggle.cprimozi_robinhood_stock_popularity_history.bsci
  • 147.66 kB
  • 14,875 rows
  • 2 columns
Loading...
CREATE TABLE bsci (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsck

@kaggle.cprimozi_robinhood_stock_popularity_history.bsck
  • 147.78 kB
  • 14,875 rows
  • 2 columns
Loading...
CREATE TABLE bsck (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bscl

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

Bscm

@kaggle.cprimozi_robinhood_stock_popularity_history.bscm
  • 147.96 kB
  • 14,856 rows
  • 2 columns
Loading...
CREATE TABLE bscm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bscn

@kaggle.cprimozi_robinhood_stock_popularity_history.bscn
  • 147.8 kB
  • 14,897 rows
  • 2 columns
Loading...
CREATE TABLE bscn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsco

@kaggle.cprimozi_robinhood_stock_popularity_history.bsco
  • 24.55 kB
  • 2,333 rows
  • 2 columns
Loading...
CREATE TABLE bsco (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bscp

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

Bscq

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

Bscr

@kaggle.cprimozi_robinhood_stock_popularity_history.bscr
  • 148.6 kB
  • 14,979 rows
  • 2 columns
Loading...
CREATE TABLE bscr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bscs

@kaggle.cprimozi_robinhood_stock_popularity_history.bscs
  • 125.24 kB
  • 12,723 rows
  • 2 columns
Loading...
CREATE TABLE bscs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsct

@kaggle.cprimozi_robinhood_stock_popularity_history.bsct
  • 35.28 kB
  • 3,463 rows
  • 2 columns
Loading...
CREATE TABLE bsct (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bsd

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

Bsde

@kaggle.cprimozi_robinhood_stock_popularity_history.bsde
  • 112.69 kB
  • 11,430 rows
  • 2 columns
Loading...
CREATE TABLE bsde (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Bse

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

Share link

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