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

Pek

@kaggle.cprimozi_robinhood_stock_popularity_history.pek
  • 144.95 KB
  • 14934 rows
  • 2 columns
Loading...

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

Pen

@kaggle.cprimozi_robinhood_stock_popularity_history.pen
  • 148.73 KB
  • 14963 rows
  • 2 columns
Loading...

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

Penn

@kaggle.cprimozi_robinhood_stock_popularity_history.penn
  • 152.23 KB
  • 14916 rows
  • 2 columns
Loading...

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

Peo

@kaggle.cprimozi_robinhood_stock_popularity_history.peo
  • 145.29 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pep

@kaggle.cprimozi_robinhood_stock_popularity_history.pep
  • 160.14 KB
  • 14926 rows
  • 2 columns
Loading...

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

Per

@kaggle.cprimozi_robinhood_stock_popularity_history.per
  • 159.44 KB
  • 14959 rows
  • 2 columns
Loading...

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

Peri

@kaggle.cprimozi_robinhood_stock_popularity_history.peri
  • 124.21 KB
  • 12323 rows
  • 2 columns
Loading...

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

Pery

@kaggle.cprimozi_robinhood_stock_popularity_history.pery
  • 134.66 KB
  • 13862 rows
  • 2 columns
Loading...

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

Pesi

@kaggle.cprimozi_robinhood_stock_popularity_history.pesi
  • 146.34 KB
  • 14948 rows
  • 2 columns
Loading...

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

Petq

@kaggle.cprimozi_robinhood_stock_popularity_history.petq
  • 151.41 KB
  • 14978 rows
  • 2 columns
Loading...

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

Pets

@kaggle.cprimozi_robinhood_stock_popularity_history.pets
  • 153.32 KB
  • 14934 rows
  • 2 columns
Loading...

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

Petz

@kaggle.cprimozi_robinhood_stock_popularity_history.petz
  • 38.22 KB
  • 3729 rows
  • 2 columns
Loading...

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

Petzc

@kaggle.cprimozi_robinhood_stock_popularity_history.petzc
  • 132.05 KB
  • 13834 rows
  • 2 columns
Loading...

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

Pex

@kaggle.cprimozi_robinhood_stock_popularity_history.pex
  • 21.69 KB
  • 2087 rows
  • 2 columns
Loading...

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

Pexl

@kaggle.cprimozi_robinhood_stock_popularity_history.pexl
  • 125.32 KB
  • 13069 rows
  • 2 columns
Loading...

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

Pey

@kaggle.cprimozi_robinhood_stock_popularity_history.pey
  • 153.29 KB
  • 14911 rows
  • 2 columns
Loading...

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

Pez

@kaggle.cprimozi_robinhood_stock_popularity_history.pez
  • 143.91 KB
  • 14856 rows
  • 2 columns
Loading...

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

Pfbc

@kaggle.cprimozi_robinhood_stock_popularity_history.pfbc
  • 145.3 KB
  • 14914 rows
  • 2 columns
Loading...

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

Pfbi

@kaggle.cprimozi_robinhood_stock_popularity_history.pfbi
  • 144.84 KB
  • 14926 rows
  • 2 columns
Loading...

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

Pfd

@kaggle.cprimozi_robinhood_stock_popularity_history.pfd
  • 144.73 KB
  • 14961 rows
  • 2 columns
Loading...

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

Pfe

@kaggle.cprimozi_robinhood_stock_popularity_history.pfe
  • 165.51 KB
  • 14952 rows
  • 2 columns
Loading...

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

Pfeb

@kaggle.cprimozi_robinhood_stock_popularity_history.pfeb
  • 5.02 KB
  • 308 rows
  • 2 columns
Loading...

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

Pff

@kaggle.cprimozi_robinhood_stock_popularity_history.pff
  • 151.29 KB
  • 14952 rows
  • 2 columns
Loading...

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

Pffa

@kaggle.cprimozi_robinhood_stock_popularity_history.pffa
  • 141.74 KB
  • 14642 rows
  • 2 columns
Loading...

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

Pffd

@kaggle.cprimozi_robinhood_stock_popularity_history.pffd
  • 32.01 KB
  • 3155 rows
  • 2 columns
Loading...

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

Share link

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