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

Cmbm

@kaggle.cprimozi_robinhood_stock_popularity_history.cmbm
  • 53.59 KB
  • 5309 rows
  • 2 columns
Loading...

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

Cmbs

@kaggle.cprimozi_robinhood_stock_popularity_history.cmbs
  • 144.72 KB
  • 14931 rows
  • 2 columns
Loading...

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

Cmc

@kaggle.cprimozi_robinhood_stock_popularity_history.cmc
  • 149.18 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmcl

@kaggle.cprimozi_robinhood_stock_popularity_history.cmcl
  • 147.34 KB
  • 14978 rows
  • 2 columns
Loading...

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

Cmcm

@kaggle.cprimozi_robinhood_stock_popularity_history.cmcm
  • 151.97 KB
  • 14957 rows
  • 2 columns
Loading...

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

Cmco

@kaggle.cprimozi_robinhood_stock_popularity_history.cmco
  • 146.13 KB
  • 14956 rows
  • 2 columns
Loading...

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

Cmcsa

@kaggle.cprimozi_robinhood_stock_popularity_history.cmcsa
  • 161.95 KB
  • 14933 rows
  • 2 columns
Loading...

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

Cmct

@kaggle.cprimozi_robinhood_stock_popularity_history.cmct
  • 36.51 KB
  • 3647 rows
  • 2 columns
Loading...

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

Cmd

@kaggle.cprimozi_robinhood_stock_popularity_history.cmd
  • 146.68 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmdy

@kaggle.cprimozi_robinhood_stock_popularity_history.cmdy
  • 36.91 KB
  • 3731 rows
  • 2 columns
Loading...

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

Cme

@kaggle.cprimozi_robinhood_stock_popularity_history.cme
  • 149.86 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmf

@kaggle.cprimozi_robinhood_stock_popularity_history.cmf
  • 146.56 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmg

@kaggle.cprimozi_robinhood_stock_popularity_history.cmg
  • 158.35 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmi

@kaggle.cprimozi_robinhood_stock_popularity_history.cmi
  • 151.44 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmls

@kaggle.cprimozi_robinhood_stock_popularity_history.cmls
  • 125.03 KB
  • 12902 rows
  • 2 columns
Loading...

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

Cmo

@kaggle.cprimozi_robinhood_stock_popularity_history.cmo
  • 147.38 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cmp

@kaggle.cprimozi_robinhood_stock_popularity_history.cmp
  • 147.27 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmpgy

@kaggle.cprimozi_robinhood_stock_popularity_history.cmpgy
  • 120.19 KB
  • 12295 rows
  • 2 columns
Loading...

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

Cmpr

@kaggle.cprimozi_robinhood_stock_popularity_history.cmpr
  • 16.47 KB
  • 1538 rows
  • 2 columns
Loading...

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

Cmre

@kaggle.cprimozi_robinhood_stock_popularity_history.cmre
  • 151.59 KB
  • 14943 rows
  • 2 columns
Loading...

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

Cmrx

@kaggle.cprimozi_robinhood_stock_popularity_history.cmrx
  • 148.59 KB
  • 14943 rows
  • 2 columns
Loading...

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

Cms

@kaggle.cprimozi_robinhood_stock_popularity_history.cms
  • 148 KB
  • 14954 rows
  • 2 columns
Loading...

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

Cmt

@kaggle.cprimozi_robinhood_stock_popularity_history.cmt
  • 145.99 KB
  • 14924 rows
  • 2 columns
Loading...

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

Cmtl

@kaggle.cprimozi_robinhood_stock_popularity_history.cmtl
  • 148.88 KB
  • 14938 rows
  • 2 columns
Loading...

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

Cmu

@kaggle.cprimozi_robinhood_stock_popularity_history.cmu
  • 145.63 KB
  • 14961 rows
  • 2 columns
Loading...

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

Share link

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