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

Rbus

@kaggle.cprimozi_robinhood_stock_popularity_history.rbus
  • 36.89 KB
  • 3728 rows
  • 2 columns
Loading...

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

Rbz

@kaggle.cprimozi_robinhood_stock_popularity_history.rbz
  • 81.94 KB
  • 7743 rows
  • 2 columns
Loading...

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

Rc

@kaggle.cprimozi_robinhood_stock_popularity_history.rc
  • 113.89 KB
  • 11503 rows
  • 2 columns
Loading...

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

Rcd

@kaggle.cprimozi_robinhood_stock_popularity_history.rcd
  • 143.99 KB
  • 14870 rows
  • 2 columns
Loading...

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

Rcel

@kaggle.cprimozi_robinhood_stock_popularity_history.rcel
  • 32.27 KB
  • 2983 rows
  • 2 columns
Loading...

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

Rcg

@kaggle.cprimozi_robinhood_stock_popularity_history.rcg
  • 146.01 KB
  • 14961 rows
  • 2 columns
Loading...

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

Rci

@kaggle.cprimozi_robinhood_stock_popularity_history.rci
  • 146.58 KB
  • 14930 rows
  • 2 columns
Loading...

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

Rcii

@kaggle.cprimozi_robinhood_stock_popularity_history.rcii
  • 150.75 KB
  • 14928 rows
  • 2 columns
Loading...

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

Rckt

@kaggle.cprimozi_robinhood_stock_popularity_history.rckt
  • 150.58 KB
  • 14961 rows
  • 2 columns
Loading...

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

Rcky

@kaggle.cprimozi_robinhood_stock_popularity_history.rcky
  • 149.18 KB
  • 14926 rows
  • 2 columns
Loading...

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

Rcl

@kaggle.cprimozi_robinhood_stock_popularity_history.rcl
  • 152.2 KB
  • 14934 rows
  • 2 columns
Loading...

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

Rcm

@kaggle.cprimozi_robinhood_stock_popularity_history.rcm
  • 150.86 KB
  • 14973 rows
  • 2 columns
Loading...

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

Rcmt

@kaggle.cprimozi_robinhood_stock_popularity_history.rcmt
  • 145.89 KB
  • 14925 rows
  • 2 columns
Loading...

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

Rcon

@kaggle.cprimozi_robinhood_stock_popularity_history.rcon
  • 11.87 KB
  • 986 rows
  • 2 columns
Loading...

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

Rcs

@kaggle.cprimozi_robinhood_stock_popularity_history.rcs
  • 147.45 KB
  • 14959 rows
  • 2 columns
Loading...

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

Rcus

@kaggle.cprimozi_robinhood_stock_popularity_history.rcus
  • 149.79 KB
  • 14992 rows
  • 2 columns
Loading...

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

Rdcm

@kaggle.cprimozi_robinhood_stock_popularity_history.rdcm
  • 146.04 KB
  • 14934 rows
  • 2 columns
Loading...

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

Rdeiy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdeiy
  • 120.64 KB
  • 12294 rows
  • 2 columns
Loading...

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

Rdfn

@kaggle.cprimozi_robinhood_stock_popularity_history.rdfn
  • 158.14 KB
  • 14978 rows
  • 2 columns
Loading...

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

Rdhl

@kaggle.cprimozi_robinhood_stock_popularity_history.rdhl
  • 149.98 KB
  • 14956 rows
  • 2 columns
Loading...

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

Rdi

@kaggle.cprimozi_robinhood_stock_popularity_history.rdi
  • 145.22 KB
  • 14951 rows
  • 2 columns
Loading...

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

Rdib

@kaggle.cprimozi_robinhood_stock_popularity_history.rdib
  • 37.26 KB
  • 3695 rows
  • 2 columns
Loading...

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

Rdiv

@kaggle.cprimozi_robinhood_stock_popularity_history.rdiv
  • 59.8 KB
  • 6002 rows
  • 2 columns
Loading...

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

Rdn

@kaggle.cprimozi_robinhood_stock_popularity_history.rdn
  • 147.75 KB
  • 14951 rows
  • 2 columns
Loading...

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

Rdnt

@kaggle.cprimozi_robinhood_stock_popularity_history.rdnt
  • 147.83 KB
  • 14956 rows
  • 2 columns
Loading...

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

Share link

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