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

Pai

@kaggle.cprimozi_robinhood_stock_popularity_history.pai
  • 145 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pak

@kaggle.cprimozi_robinhood_stock_popularity_history.pak
  • 148.48 KB
  • 14962 rows
  • 2 columns
Loading...

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

Pall

@kaggle.cprimozi_robinhood_stock_popularity_history.pall
  • 115.97 KB
  • 11503 rows
  • 2 columns
Loading...

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

Pam

@kaggle.cprimozi_robinhood_stock_popularity_history.pam
  • 149.74 KB
  • 14956 rows
  • 2 columns
Loading...

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

Panl

@kaggle.cprimozi_robinhood_stock_popularity_history.panl
  • 36.9 KB
  • 3691 rows
  • 2 columns
Loading...

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

Panw

@kaggle.cprimozi_robinhood_stock_popularity_history.panw
  • 157.77 KB
  • 14951 rows
  • 2 columns
Loading...

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

Papr

@kaggle.cprimozi_robinhood_stock_popularity_history.papr
  • 71.11 KB
  • 7311 rows
  • 2 columns
Loading...

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

Par

@kaggle.cprimozi_robinhood_stock_popularity_history.par
  • 147.82 KB
  • 14922 rows
  • 2 columns
Loading...

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

Parr

@kaggle.cprimozi_robinhood_stock_popularity_history.parr
  • 145.84 KB
  • 14957 rows
  • 2 columns
Loading...

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

Pass

@kaggle.cprimozi_robinhood_stock_popularity_history.pass
  • 96.18 KB
  • 9838 rows
  • 2 columns
Loading...

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

Pati

@kaggle.cprimozi_robinhood_stock_popularity_history.pati
  • 37.24 KB
  • 3718 rows
  • 2 columns
Loading...

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

Patk

@kaggle.cprimozi_robinhood_stock_popularity_history.patk
  • 148.19 KB
  • 14931 rows
  • 2 columns
Loading...

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

Paug

@kaggle.cprimozi_robinhood_stock_popularity_history.paug
  • 43.64 KB
  • 4425 rows
  • 2 columns
Loading...

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

Pave

@kaggle.cprimozi_robinhood_stock_popularity_history.pave
  • 145.4 KB
  • 14972 rows
  • 2 columns
Loading...

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

Pavm

@kaggle.cprimozi_robinhood_stock_popularity_history.pavm
  • 153.14 KB
  • 14969 rows
  • 2 columns
Loading...

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

Pawz

@kaggle.cprimozi_robinhood_stock_popularity_history.pawz
  • 105.19 KB
  • 10644 rows
  • 2 columns
Loading...

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

Payc

@kaggle.cprimozi_robinhood_stock_popularity_history.payc
  • 154 KB
  • 14914 rows
  • 2 columns
Loading...

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

Pays

@kaggle.cprimozi_robinhood_stock_popularity_history.pays
  • 71.08 KB
  • 6674 rows
  • 2 columns
Loading...

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

Payx

@kaggle.cprimozi_robinhood_stock_popularity_history.payx
  • 149.71 KB
  • 14914 rows
  • 2 columns
Loading...

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

Pb

@kaggle.cprimozi_robinhood_stock_popularity_history.pb
  • 145.02 KB
  • 14920 rows
  • 2 columns
Loading...

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

Pba

@kaggle.cprimozi_robinhood_stock_popularity_history.pba
  • 154.68 KB
  • 14949 rows
  • 2 columns
Loading...

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

Pbbi

@kaggle.cprimozi_robinhood_stock_popularity_history.pbbi
  • 145.05 KB
  • 14966 rows
  • 2 columns
Loading...

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

Pbct

@kaggle.cprimozi_robinhood_stock_popularity_history.pbct
  • 153.03 KB
  • 14940 rows
  • 2 columns
Loading...

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

Pbd

@kaggle.cprimozi_robinhood_stock_popularity_history.pbd
  • 146.36 KB
  • 14944 rows
  • 2 columns
Loading...

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

Pbe

@kaggle.cprimozi_robinhood_stock_popularity_history.pbe
  • 145.13 KB
  • 14937 rows
  • 2 columns
Loading...

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

Share link

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