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

Abcb

@kaggle.cprimozi_robinhood_stock_popularity_history.abcb
  • 148.62 KB
  • 14956 rows
  • 2 columns
Loading...

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

Abcd

@kaggle.cprimozi_robinhood_stock_popularity_history.abcd
  • 147.61 KB
  • 14951 rows
  • 2 columns
Loading...

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

Abdc

@kaggle.cprimozi_robinhood_stock_popularity_history.abdc
  • 147.84 KB
  • 14676 rows
  • 2 columns
Loading...

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

Abeo

@kaggle.cprimozi_robinhood_stock_popularity_history.abeo
  • 154.5 KB
  • 14959 rows
  • 2 columns
Loading...

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

Abeq

@kaggle.cprimozi_robinhood_stock_popularity_history.abeq
  • 7.7 KB
  • 600 rows
  • 2 columns
Loading...

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

Abev

@kaggle.cprimozi_robinhood_stock_popularity_history.abev
  • 148.41 KB
  • 14001 rows
  • 2 columns
Loading...

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

Abg

@kaggle.cprimozi_robinhood_stock_popularity_history.abg
  • 146.09 KB
  • 14943 rows
  • 2 columns
Loading...

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

Abio

@kaggle.cprimozi_robinhood_stock_popularity_history.abio
  • 74.32 KB
  • 7263 rows
  • 2 columns
Loading...

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

Abm

@kaggle.cprimozi_robinhood_stock_popularity_history.abm
  • 148.4 KB
  • 14943 rows
  • 2 columns
Loading...

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

Abmd

@kaggle.cprimozi_robinhood_stock_popularity_history.abmd
  • 158.18 KB
  • 14926 rows
  • 2 columns
Loading...

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

Abr

@kaggle.cprimozi_robinhood_stock_popularity_history.abr
  • 158.78 KB
  • 14958 rows
  • 2 columns
Loading...

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

Abt

@kaggle.cprimozi_robinhood_stock_popularity_history.abt
  • 157.89 KB
  • 14943 rows
  • 2 columns
Loading...

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

Abtx

@kaggle.cprimozi_robinhood_stock_popularity_history.abtx
  • 145.72 KB
  • 14965 rows
  • 2 columns
Loading...

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

Abus

@kaggle.cprimozi_robinhood_stock_popularity_history.abus
  • 152.5 KB
  • 14934 rows
  • 2 columns
Loading...

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

Ac

@kaggle.cprimozi_robinhood_stock_popularity_history.ac
  • 37.1 KB
  • 3720 rows
  • 2 columns
Loading...

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

Aca

@kaggle.cprimozi_robinhood_stock_popularity_history.aca
  • 105.81 KB
  • 10668 rows
  • 2 columns
Loading...

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

Acad

@kaggle.cprimozi_robinhood_stock_popularity_history.acad
  • 153.98 KB
  • 14936 rows
  • 2 columns
Loading...

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

Acam

@kaggle.cprimozi_robinhood_stock_popularity_history.acam
  • 68.89 KB
  • 7010 rows
  • 2 columns
Loading...

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

Acb

@kaggle.cprimozi_robinhood_stock_popularity_history.acb
  • 136.28 KB
  • 11457 rows
  • 2 columns
Loading...

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

Acbi

@kaggle.cprimozi_robinhood_stock_popularity_history.acbi
  • 147.35 KB
  • 14965 rows
  • 2 columns
Loading...

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

Acc

@kaggle.cprimozi_robinhood_stock_popularity_history.acc
  • 149.73 KB
  • 14958 rows
  • 2 columns
Loading...

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

Acco

@kaggle.cprimozi_robinhood_stock_popularity_history.acco
  • 150.64 KB
  • 14936 rows
  • 2 columns
Loading...

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

Acel

@kaggle.cprimozi_robinhood_stock_popularity_history.acel
  • 19.23 KB
  • 1807 rows
  • 2 columns
Loading...

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

Acer

@kaggle.cprimozi_robinhood_stock_popularity_history.acer
  • 150.32 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aces

@kaggle.cprimozi_robinhood_stock_popularity_history.aces
  • 134.67 KB
  • 13680 rows
  • 2 columns
Loading...

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

Share link

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