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

Rpai

@kaggle.cprimozi_robinhood_stock_popularity_history.rpai
  • 147.07 KB
  • 14958 rows
  • 2 columns
Loading...

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

Rpar

@kaggle.cprimozi_robinhood_stock_popularity_history.rpar
  • 14.42 KB
  • 1322 rows
  • 2 columns
Loading...

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

Rpay

@kaggle.cprimozi_robinhood_stock_popularity_history.rpay
  • 50.97 KB
  • 4923 rows
  • 2 columns
Loading...

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

Rpd

@kaggle.cprimozi_robinhood_stock_popularity_history.rpd
  • 152.67 KB
  • 14963 rows
  • 2 columns
Loading...

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

Rpg

@kaggle.cprimozi_robinhood_stock_popularity_history.rpg
  • 145.83 KB
  • 14931 rows
  • 2 columns
Loading...

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

Rpla

@kaggle.cprimozi_robinhood_stock_popularity_history.rpla
  • 67.6 KB
  • 6938 rows
  • 2 columns
Loading...

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

Rpm

@kaggle.cprimozi_robinhood_stock_popularity_history.rpm
  • 147.68 KB
  • 14940 rows
  • 2 columns
Loading...

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

Rpt

@kaggle.cprimozi_robinhood_stock_popularity_history.rpt
  • 102.43 KB
  • 10477 rows
  • 2 columns
Loading...

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

Rput

@kaggle.cprimozi_robinhood_stock_popularity_history.rput
  • 36.13 KB
  • 3646 rows
  • 2 columns
Loading...

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

Rpv

@kaggle.cprimozi_robinhood_stock_popularity_history.rpv
  • 144.76 KB
  • 14928 rows
  • 2 columns
Loading...

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

Rqi

@kaggle.cprimozi_robinhood_stock_popularity_history.rqi
  • 150.11 KB
  • 14959 rows
  • 2 columns
Loading...

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

Rrbi

@kaggle.cprimozi_robinhood_stock_popularity_history.rrbi
  • 64.42 KB
  • 6578 rows
  • 2 columns
Loading...

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

Rrc

@kaggle.cprimozi_robinhood_stock_popularity_history.rrc
  • 155.96 KB
  • 14938 rows
  • 2 columns
Loading...

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

Rrd

@kaggle.cprimozi_robinhood_stock_popularity_history.rrd
  • 151.64 KB
  • 14942 rows
  • 2 columns
Loading...

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

Rrgb

@kaggle.cprimozi_robinhood_stock_popularity_history.rrgb
  • 150.78 KB
  • 14937 rows
  • 2 columns
Loading...

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

Rrr

@kaggle.cprimozi_robinhood_stock_popularity_history.rrr
  • 146.25 KB
  • 14966 rows
  • 2 columns
Loading...

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

Rrts

@kaggle.cprimozi_robinhood_stock_popularity_history.rrts
  • 72.93 KB
  • 7239 rows
  • 2 columns
Loading...

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

Rs

@kaggle.cprimozi_robinhood_stock_popularity_history.rs
  • 146.89 KB
  • 14926 rows
  • 2 columns
Loading...

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

Rsf

@kaggle.cprimozi_robinhood_stock_popularity_history.rsf
  • 55.57 KB
  • 5643 rows
  • 2 columns
Loading...

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

Rsg

@kaggle.cprimozi_robinhood_stock_popularity_history.rsg
  • 151.36 KB
  • 14917 rows
  • 2 columns
Loading...

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

Rsp

@kaggle.cprimozi_robinhood_stock_popularity_history.rsp
  • 148.88 KB
  • 14946 rows
  • 2 columns
Loading...

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

Rst

@kaggle.cprimozi_robinhood_stock_popularity_history.rst
  • 150.29 KB
  • 14917 rows
  • 2 columns
Loading...

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

Rsx

@kaggle.cprimozi_robinhood_stock_popularity_history.rsx
  • 148.19 KB
  • 14917 rows
  • 2 columns
Loading...

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

Rsxj

@kaggle.cprimozi_robinhood_stock_popularity_history.rsxj
  • 145.01 KB
  • 14948 rows
  • 2 columns
Loading...

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

Rth

@kaggle.cprimozi_robinhood_stock_popularity_history.rth
  • 146.46 KB
  • 14936 rows
  • 2 columns
Loading...

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

Share link

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