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

Prta

@kaggle.cprimozi_robinhood_stock_popularity_history.prta
  • 147.95 KB
  • 14930 rows
  • 2 columns
Loading...

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

Prth

@kaggle.cprimozi_robinhood_stock_popularity_history.prth
  • 22.24 KB
  • 2113 rows
  • 2 columns
Loading...

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

Prtk

@kaggle.cprimozi_robinhood_stock_popularity_history.prtk
  • 152.48 KB
  • 14928 rows
  • 2 columns
Loading...

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

Prts

@kaggle.cprimozi_robinhood_stock_popularity_history.prts
  • 153.34 KB
  • 14928 rows
  • 2 columns
Loading...

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

Prty

@kaggle.cprimozi_robinhood_stock_popularity_history.prty
  • 155.39 KB
  • 14962 rows
  • 2 columns
Loading...

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

Pru

@kaggle.cprimozi_robinhood_stock_popularity_history.pru
  • 152.96 KB
  • 14934 rows
  • 2 columns
Loading...

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

Prvb

@kaggle.cprimozi_robinhood_stock_popularity_history.prvb
  • 130.62 KB
  • 13022 rows
  • 2 columns
Loading...

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

Prvl

@kaggle.cprimozi_robinhood_stock_popularity_history.prvl
  • 55.44 KB
  • 5421 rows
  • 2 columns
Loading...

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

Ps

@kaggle.cprimozi_robinhood_stock_popularity_history.ps
  • 151.99 KB
  • 14642 rows
  • 2 columns
Loading...

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

Psa

@kaggle.cprimozi_robinhood_stock_popularity_history.psa
  • 150.06 KB
  • 14958 rows
  • 2 columns
Loading...

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

Psb

@kaggle.cprimozi_robinhood_stock_popularity_history.psb
  • 145.56 KB
  • 14958 rows
  • 2 columns
Loading...

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

Psc

@kaggle.cprimozi_robinhood_stock_popularity_history.psc
  • 144.84 KB
  • 14970 rows
  • 2 columns
Loading...

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

Pscc

@kaggle.cprimozi_robinhood_stock_popularity_history.pscc
  • 144.16 KB
  • 14861 rows
  • 2 columns
Loading...

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

Pscd

@kaggle.cprimozi_robinhood_stock_popularity_history.pscd
  • 143.96 KB
  • 14859 rows
  • 2 columns
Loading...

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

Psce

@kaggle.cprimozi_robinhood_stock_popularity_history.psce
  • 146.15 KB
  • 14908 rows
  • 2 columns
Loading...

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

Pscf

@kaggle.cprimozi_robinhood_stock_popularity_history.pscf
  • 144.11 KB
  • 14860 rows
  • 2 columns
Loading...

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

Psch

@kaggle.cprimozi_robinhood_stock_popularity_history.psch
  • 150.27 KB
  • 14915 rows
  • 2 columns
Loading...

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

Psci

@kaggle.cprimozi_robinhood_stock_popularity_history.psci
  • 144.09 KB
  • 14860 rows
  • 2 columns
Loading...

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

Pscm

@kaggle.cprimozi_robinhood_stock_popularity_history.pscm
  • 143.85 KB
  • 14860 rows
  • 2 columns
Loading...

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

Psct

@kaggle.cprimozi_robinhood_stock_popularity_history.psct
  • 145.47 KB
  • 14919 rows
  • 2 columns
Loading...

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

Pscu

@kaggle.cprimozi_robinhood_stock_popularity_history.pscu
  • 144.12 KB
  • 14860 rows
  • 2 columns
Loading...

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

Psec

@kaggle.cprimozi_robinhood_stock_popularity_history.psec
  • 165.67 KB
  • 14922 rows
  • 2 columns
Loading...

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

Psep

@kaggle.cprimozi_robinhood_stock_popularity_history.psep
  • 36.2 KB
  • 3653 rows
  • 2 columns
Loading...

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

Pset

@kaggle.cprimozi_robinhood_stock_popularity_history.pset
  • 143.74 KB
  • 14966 rows
  • 2 columns
Loading...

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

Psf

@kaggle.cprimozi_robinhood_stock_popularity_history.psf
  • 145.98 KB
  • 14959 rows
  • 2 columns
Loading...

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

Share link

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