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

Smh

@kaggle.cprimozi_robinhood_stock_popularity_history.smh
  • 152.06 KB
  • 14943 rows
  • 2 columns
Loading...

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

Smhb

@kaggle.cprimozi_robinhood_stock_popularity_history.smhb
  • 104.88 KB
  • 10573 rows
  • 2 columns
Loading...

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

Smhd

@kaggle.cprimozi_robinhood_stock_popularity_history.smhd
  • 152.81 KB
  • 14961 rows
  • 2 columns
Loading...

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

Smhi

@kaggle.cprimozi_robinhood_stock_popularity_history.smhi
  • 120.25 KB
  • 12375 rows
  • 2 columns
Loading...

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

Smin

@kaggle.cprimozi_robinhood_stock_popularity_history.smin
  • 146.96 KB
  • 14943 rows
  • 2 columns
Loading...

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

Smit

@kaggle.cprimozi_robinhood_stock_popularity_history.smit
  • 146.74 KB
  • 14920 rows
  • 2 columns
Loading...

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

Smlf

@kaggle.cprimozi_robinhood_stock_popularity_history.smlf
  • 144.82 KB
  • 14962 rows
  • 2 columns
Loading...

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

Smll

@kaggle.cprimozi_robinhood_stock_popularity_history.smll
  • 144.83 KB
  • 14957 rows
  • 2 columns
Loading...

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

Smlp

@kaggle.cprimozi_robinhood_stock_popularity_history.smlp
  • 153.2 KB
  • 14958 rows
  • 2 columns
Loading...

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

Smlv

@kaggle.cprimozi_robinhood_stock_popularity_history.smlv
  • 144.89 KB
  • 14951 rows
  • 2 columns
Loading...

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

Smm

@kaggle.cprimozi_robinhood_stock_popularity_history.smm
  • 145.24 KB
  • 14961 rows
  • 2 columns
Loading...

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

Smmc

@kaggle.cprimozi_robinhood_stock_popularity_history.smmc
  • 44.69 KB
  • 4520 rows
  • 2 columns
Loading...

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

Smmd

@kaggle.cprimozi_robinhood_stock_popularity_history.smmd
  • 21.9 KB
  • 2114 rows
  • 2 columns
Loading...

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

Smmf

@kaggle.cprimozi_robinhood_stock_popularity_history.smmf
  • 144.6 KB
  • 14924 rows
  • 2 columns
Loading...

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

Smmt

@kaggle.cprimozi_robinhood_stock_popularity_history.smmt
  • 149.66 KB
  • 14961 rows
  • 2 columns
Loading...

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

Smmu

@kaggle.cprimozi_robinhood_stock_popularity_history.smmu
  • 144.59 KB
  • 14928 rows
  • 2 columns
Loading...

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

Smmv

@kaggle.cprimozi_robinhood_stock_popularity_history.smmv
  • 145.2 KB
  • 14970 rows
  • 2 columns
Loading...

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

Smn

@kaggle.cprimozi_robinhood_stock_popularity_history.smn
  • 144.75 KB
  • 14903 rows
  • 2 columns
Loading...

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

Smnny

@kaggle.cprimozi_robinhood_stock_popularity_history.smnny
  • 121.52 KB
  • 12292 rows
  • 2 columns
Loading...

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

Smog

@kaggle.cprimozi_robinhood_stock_popularity_history.smog
  • 146.15 KB
  • 14942 rows
  • 2 columns
Loading...

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

Smp

@kaggle.cprimozi_robinhood_stock_popularity_history.smp
  • 145.57 KB
  • 14942 rows
  • 2 columns
Loading...

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

Smpl

@kaggle.cprimozi_robinhood_stock_popularity_history.smpl
  • 137.52 KB
  • 13394 rows
  • 2 columns
Loading...

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

Smrt

@kaggle.cprimozi_robinhood_stock_popularity_history.smrt
  • 154.56 KB
  • 14951 rows
  • 2 columns
Loading...

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

Smsi

@kaggle.cprimozi_robinhood_stock_popularity_history.smsi
  • 152.43 KB
  • 14926 rows
  • 2 columns
Loading...

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

Smtc

@kaggle.cprimozi_robinhood_stock_popularity_history.smtc
  • 148.21 KB
  • 14944 rows
  • 2 columns
Loading...

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

Share link

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