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

Scon

@kaggle.cprimozi_robinhood_stock_popularity_history.scon
  • 8.98 KB
  • 744 rows
  • 2 columns
Loading...

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

Scor

@kaggle.cprimozi_robinhood_stock_popularity_history.scor
  • 143.66 KB
  • 14293 rows
  • 2 columns
Loading...

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

Scpe

@kaggle.cprimozi_robinhood_stock_popularity_history.scpe
  • 36.42 KB
  • 3677 rows
  • 2 columns
Loading...

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

Scph

@kaggle.cprimozi_robinhood_stock_popularity_history.scph
  • 146.21 KB
  • 14980 rows
  • 2 columns
Loading...

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

Scpl

@kaggle.cprimozi_robinhood_stock_popularity_history.scpl
  • 68.18 KB
  • 6578 rows
  • 2 columns
Loading...

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

Scs

@kaggle.cprimozi_robinhood_stock_popularity_history.scs
  • 151.59 KB
  • 14949 rows
  • 2 columns
Loading...

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

Scsc

@kaggle.cprimozi_robinhood_stock_popularity_history.scsc
  • 145.51 KB
  • 14920 rows
  • 2 columns
Loading...

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

Scu

@kaggle.cprimozi_robinhood_stock_popularity_history.scu
  • 35.22 KB
  • 3463 rows
  • 2 columns
Loading...

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

Scvl

@kaggle.cprimozi_robinhood_stock_popularity_history.scvl
  • 150.88 KB
  • 14923 rows
  • 2 columns
Loading...

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

Scwx

@kaggle.cprimozi_robinhood_stock_popularity_history.scwx
  • 147.31 KB
  • 14966 rows
  • 2 columns
Loading...

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

Scx

@kaggle.cprimozi_robinhood_stock_popularity_history.scx
  • 145.54 KB
  • 14949 rows
  • 2 columns
Loading...

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

Scyx

@kaggle.cprimozi_robinhood_stock_popularity_history.scyx
  • 160.01 KB
  • 14916 rows
  • 2 columns
Loading...

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

Scz

@kaggle.cprimozi_robinhood_stock_popularity_history.scz
  • 145.42 KB
  • 14949 rows
  • 2 columns
Loading...

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

Sd

@kaggle.cprimozi_robinhood_stock_popularity_history.sd
  • 148.64 KB
  • 14970 rows
  • 2 columns
Loading...

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

Sdag

@kaggle.cprimozi_robinhood_stock_popularity_history.sdag
  • 93.65 KB
  • 9639 rows
  • 2 columns
Loading...

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

Sdc

@kaggle.cprimozi_robinhood_stock_popularity_history.sdc
  • 39.64 KB
  • 3461 rows
  • 2 columns
Loading...

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

Sdci

@kaggle.cprimozi_robinhood_stock_popularity_history.sdci
  • 144.45 KB
  • 14949 rows
  • 2 columns
Loading...

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

Sdd

@kaggle.cprimozi_robinhood_stock_popularity_history.sdd
  • 144.74 KB
  • 14926 rows
  • 2 columns
Loading...

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

Sdem

@kaggle.cprimozi_robinhood_stock_popularity_history.sdem
  • 147.97 KB
  • 14962 rows
  • 2 columns
Loading...

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

Sdg

@kaggle.cprimozi_robinhood_stock_popularity_history.sdg
  • 145.31 KB
  • 14966 rows
  • 2 columns
Loading...

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

Sdga

@kaggle.cprimozi_robinhood_stock_popularity_history.sdga
  • 112.53 KB
  • 11670 rows
  • 2 columns
Loading...

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

Sdgr

@kaggle.cprimozi_robinhood_stock_popularity_history.sdgr
  • 3.89 KB
  • 163 rows
  • 2 columns
Loading...

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

Sdi

@kaggle.cprimozi_robinhood_stock_popularity_history.sdi
  • 37.12 KB
  • 3732 rows
  • 2 columns
Loading...

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

Sdiv

@kaggle.cprimozi_robinhood_stock_popularity_history.sdiv
  • 158.66 KB
  • 14914 rows
  • 2 columns
Loading...

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

Sdog

@kaggle.cprimozi_robinhood_stock_popularity_history.sdog
  • 146.55 KB
  • 14955 rows
  • 2 columns
Loading...

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

Share link

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