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

Reis

@kaggle.cprimozi_robinhood_stock_popularity_history.reis
  • 136.41 kB
  • 13,719 rows
  • 2 columns
Loading...
CREATE TABLE reis (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rek

@kaggle.cprimozi_robinhood_stock_popularity_history.rek
  • 149.08 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE rek (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rekr

@kaggle.cprimozi_robinhood_stock_popularity_history.rekr
  • 74.86 kB
  • 6,650 rows
  • 2 columns
Loading...
CREATE TABLE rekr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rell

@kaggle.cprimozi_robinhood_stock_popularity_history.rell
  • 149.33 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE rell (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Relv

@kaggle.cprimozi_robinhood_stock_popularity_history.relv
  • 149.18 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE relv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Relx

@kaggle.cprimozi_robinhood_stock_popularity_history.relx
  • 132.67 kB
  • 13,205 rows
  • 2 columns
Loading...
CREATE TABLE relx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rem

@kaggle.cprimozi_robinhood_stock_popularity_history.rem
  • 152.5 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE rem (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reml

@kaggle.cprimozi_robinhood_stock_popularity_history.reml
  • 152.93 kB
  • 14,969 rows
  • 2 columns
Loading...
CREATE TABLE reml (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Remx

@kaggle.cprimozi_robinhood_stock_popularity_history.remx
  • 153.57 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE remx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Renn

@kaggle.cprimozi_robinhood_stock_popularity_history.renn
  • 160.49 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE renn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Renw

@kaggle.cprimozi_robinhood_stock_popularity_history.renw
  • 34.63 kB
  • 3,378 rows
  • 2 columns
Loading...
CREATE TABLE renw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Renx

@kaggle.cprimozi_robinhood_stock_popularity_history.renx
  • 110.92 kB
  • 11,132 rows
  • 2 columns
Loading...
CREATE TABLE renx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reph

@kaggle.cprimozi_robinhood_stock_popularity_history.reph
  • 154.1 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE reph (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Repl

@kaggle.cprimozi_robinhood_stock_popularity_history.repl
  • 135.38 kB
  • 13,177 rows
  • 2 columns
Loading...
CREATE TABLE repl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Res

@kaggle.cprimozi_robinhood_stock_popularity_history.res
  • 152.58 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE res (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Resi

@kaggle.cprimozi_robinhood_stock_popularity_history.resi
  • 25 kB
  • 2,333 rows
  • 2 columns
Loading...
CREATE TABLE resi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Resn

@kaggle.cprimozi_robinhood_stock_popularity_history.resn
  • 155.72 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE resn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reta

@kaggle.cprimozi_robinhood_stock_popularity_history.reta
  • 153.73 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE reta (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Retl

@kaggle.cprimozi_robinhood_stock_popularity_history.retl
  • 151.39 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE retl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reto

@kaggle.cprimozi_robinhood_stock_popularity_history.reto
  • 38.74 kB
  • 3,728 rows
  • 2 columns
Loading...
CREATE TABLE reto (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rev

@kaggle.cprimozi_robinhood_stock_popularity_history.rev
  • 154.25 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE rev (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Revg

@kaggle.cprimozi_robinhood_stock_popularity_history.revg
  • 152.02 kB
  • 14,971 rows
  • 2 columns
Loading...
CREATE TABLE revg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Revs

@kaggle.cprimozi_robinhood_stock_popularity_history.revs
  • 24.62 kB
  • 2,358 rows
  • 2 columns
Loading...
CREATE TABLE revs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rew

@kaggle.cprimozi_robinhood_stock_popularity_history.rew
  • 61.22 kB
  • 6,073 rows
  • 2 columns
Loading...
CREATE TABLE rew (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rex

@kaggle.cprimozi_robinhood_stock_popularity_history.rex
  • 148.2 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE rex (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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