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
  • 36.81 KB
  • 3720 rows
  • 2 columns
Loading...

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

Brt

@kaggle.cprimozi_robinhood_stock_popularity_history.brt
  • 148.77 KB
  • 14958 rows
  • 2 columns
Loading...

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

Brx

@kaggle.cprimozi_robinhood_stock_popularity_history.brx
  • 151.32 KB
  • 14958 rows
  • 2 columns
Loading...

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

Bry

@kaggle.cprimozi_robinhood_stock_popularity_history.bry
  • 132.08 KB
  • 13045 rows
  • 2 columns
Loading...

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

Brzu

@kaggle.cprimozi_robinhood_stock_popularity_history.brzu
  • 153.87 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bsac

@kaggle.cprimozi_robinhood_stock_popularity_history.bsac
  • 128.74 KB
  • 13205 rows
  • 2 columns
Loading...

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

Bsae

@kaggle.cprimozi_robinhood_stock_popularity_history.bsae
  • 109.84 KB
  • 11406 rows
  • 2 columns
Loading...

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

Bsbe

@kaggle.cprimozi_robinhood_stock_popularity_history.bsbe
  • 110.07 KB
  • 11430 rows
  • 2 columns
Loading...

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

Bsbk

@kaggle.cprimozi_robinhood_stock_popularity_history.bsbk
  • 9.05 KB
  • 743 rows
  • 2 columns
Loading...

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

Bsbr

@kaggle.cprimozi_robinhood_stock_popularity_history.bsbr
  • 147.37 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bsce

@kaggle.cprimozi_robinhood_stock_popularity_history.bsce
  • 110.08 KB
  • 11430 rows
  • 2 columns
Loading...

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

Bsci

@kaggle.cprimozi_robinhood_stock_popularity_history.bsci
  • 144.2 KB
  • 14875 rows
  • 2 columns
Loading...

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

Bsck

@kaggle.cprimozi_robinhood_stock_popularity_history.bsck
  • 144.31 KB
  • 14875 rows
  • 2 columns
Loading...

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

Bscl

@kaggle.cprimozi_robinhood_stock_popularity_history.bscl
  • 144.78 KB
  • 14934 rows
  • 2 columns
Loading...

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

Bscm

@kaggle.cprimozi_robinhood_stock_popularity_history.bscm
  • 144.49 KB
  • 14856 rows
  • 2 columns
Loading...

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

Bscn

@kaggle.cprimozi_robinhood_stock_popularity_history.bscn
  • 144.34 KB
  • 14897 rows
  • 2 columns
Loading...

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

Bsco

@kaggle.cprimozi_robinhood_stock_popularity_history.bsco
  • 23.98 KB
  • 2333 rows
  • 2 columns
Loading...

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

Bscp

@kaggle.cprimozi_robinhood_stock_popularity_history.bscp
  • 144.95 KB
  • 14965 rows
  • 2 columns
Loading...

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

Bscq

@kaggle.cprimozi_robinhood_stock_popularity_history.bscq
  • 144.8 KB
  • 14970 rows
  • 2 columns
Loading...

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

Bscr

@kaggle.cprimozi_robinhood_stock_popularity_history.bscr
  • 145.12 KB
  • 14979 rows
  • 2 columns
Loading...

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

Bscs

@kaggle.cprimozi_robinhood_stock_popularity_history.bscs
  • 122.3 KB
  • 12723 rows
  • 2 columns
Loading...

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

Bsct

@kaggle.cprimozi_robinhood_stock_popularity_history.bsct
  • 34.46 KB
  • 3463 rows
  • 2 columns
Loading...

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

Bsd

@kaggle.cprimozi_robinhood_stock_popularity_history.bsd
  • 144.93 KB
  • 14959 rows
  • 2 columns
Loading...

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

Bsde

@kaggle.cprimozi_robinhood_stock_popularity_history.bsde
  • 110.04 KB
  • 11430 rows
  • 2 columns
Loading...

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

Bse

@kaggle.cprimozi_robinhood_stock_popularity_history.bse
  • 144.7 KB
  • 14959 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.