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

Cog

@kaggle.cprimozi_robinhood_stock_popularity_history.cog
  • 151.81 KB
  • 14926 rows
  • 2 columns
Loading...

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

Cohn

@kaggle.cprimozi_robinhood_stock_popularity_history.cohn
  • 145.98 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cohr

@kaggle.cprimozi_robinhood_stock_popularity_history.cohr
  • 150.1 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cohu

@kaggle.cprimozi_robinhood_stock_popularity_history.cohu
  • 148.32 KB
  • 14914 rows
  • 2 columns
Loading...

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

Coke

@kaggle.cprimozi_robinhood_stock_popularity_history.coke
  • 154.46 KB
  • 14956 rows
  • 2 columns
Loading...

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

Colb

@kaggle.cprimozi_robinhood_stock_popularity_history.colb
  • 145.46 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cold

@kaggle.cprimozi_robinhood_stock_popularity_history.cold
  • 154.37 KB
  • 14987 rows
  • 2 columns
Loading...

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

Coll

@kaggle.cprimozi_robinhood_stock_popularity_history.coll
  • 152.56 KB
  • 14962 rows
  • 2 columns
Loading...

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

Colm

@kaggle.cprimozi_robinhood_stock_popularity_history.colm
  • 149.43 KB
  • 14934 rows
  • 2 columns
Loading...

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

Com

@kaggle.cprimozi_robinhood_stock_popularity_history.com
  • 21.91 KB
  • 2113 rows
  • 2 columns
Loading...

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

Comb

@kaggle.cprimozi_robinhood_stock_popularity_history.comb
  • 21.91 KB
  • 2113 rows
  • 2 columns
Loading...

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

Comm

@kaggle.cprimozi_robinhood_stock_popularity_history.comm
  • 151.19 KB
  • 14920 rows
  • 2 columns
Loading...

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

Comt

@kaggle.cprimozi_robinhood_stock_popularity_history.comt
  • 146 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cone

@kaggle.cprimozi_robinhood_stock_popularity_history.cone
  • 150.91 KB
  • 14958 rows
  • 2 columns
Loading...

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

Conn

@kaggle.cprimozi_robinhood_stock_popularity_history.conn
  • 153.59 KB
  • 14914 rows
  • 2 columns
Loading...

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

Coo

@kaggle.cprimozi_robinhood_stock_popularity_history.coo
  • 146.98 KB
  • 14926 rows
  • 2 columns
Loading...

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

Coop

@kaggle.cprimozi_robinhood_stock_popularity_history.coop
  • 112.46 KB
  • 11239 rows
  • 2 columns
Loading...

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

Cop

@kaggle.cprimozi_robinhood_stock_popularity_history.cop
  • 153.54 KB
  • 14926 rows
  • 2 columns
Loading...

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

Copx

@kaggle.cprimozi_robinhood_stock_popularity_history.copx
  • 147.55 KB
  • 14937 rows
  • 2 columns
Loading...

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

Cor

@kaggle.cprimozi_robinhood_stock_popularity_history.cor
  • 147.76 KB
  • 14958 rows
  • 2 columns
Loading...

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

Core

@kaggle.cprimozi_robinhood_stock_popularity_history.core
  • 147.37 KB
  • 14936 rows
  • 2 columns
Loading...

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

Corn

@kaggle.cprimozi_robinhood_stock_popularity_history.corn
  • 149.74 KB
  • 14926 rows
  • 2 columns
Loading...

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

Corp

@kaggle.cprimozi_robinhood_stock_popularity_history.corp
  • 144.96 KB
  • 14936 rows
  • 2 columns
Loading...

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

Corr

@kaggle.cprimozi_robinhood_stock_popularity_history.corr
  • 148.7 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cort

@kaggle.cprimozi_robinhood_stock_popularity_history.cort
  • 151.29 KB
  • 14936 rows
  • 2 columns
Loading...

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

Share link

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