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

Warfy

@kaggle.cprimozi_robinhood_stock_popularity_history.warfy
  • 122.02 KB
  • 12294 rows
  • 2 columns
Loading...

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

Wash

@kaggle.cprimozi_robinhood_stock_popularity_history.wash
  • 145.1 KB
  • 14920 rows
  • 2 columns
Loading...

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

Wat

@kaggle.cprimozi_robinhood_stock_popularity_history.wat
  • 147.33 KB
  • 14951 rows
  • 2 columns
Loading...

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

Watt

@kaggle.cprimozi_robinhood_stock_popularity_history.watt
  • 154.65 KB
  • 14942 rows
  • 2 columns
Loading...

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

Wb

@kaggle.cprimozi_robinhood_stock_popularity_history.wb
  • 158.24 KB
  • 14956 rows
  • 2 columns
Loading...

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

Wba

@kaggle.cprimozi_robinhood_stock_popularity_history.wba
  • 161.23 KB
  • 14951 rows
  • 2 columns
Loading...

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

Wbai

@kaggle.cprimozi_robinhood_stock_popularity_history.wbai
  • 148.33 KB
  • 14956 rows
  • 2 columns
Loading...

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

Wbal

@kaggle.cprimozi_robinhood_stock_popularity_history.wbal
  • 137.58 KB
  • 14417 rows
  • 2 columns
Loading...

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

Wbc

@kaggle.cprimozi_robinhood_stock_popularity_history.wbc
  • 145.44 KB
  • 14928 rows
  • 2 columns
Loading...

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

Wbie

@kaggle.cprimozi_robinhood_stock_popularity_history.wbie
  • 144.19 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wbif

@kaggle.cprimozi_robinhood_stock_popularity_history.wbif
  • 144.58 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wbig

@kaggle.cprimozi_robinhood_stock_popularity_history.wbig
  • 36.8 KB
  • 3717 rows
  • 2 columns
Loading...

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

Wbii

@kaggle.cprimozi_robinhood_stock_popularity_history.wbii
  • 144.72 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wbil

@kaggle.cprimozi_robinhood_stock_popularity_history.wbil
  • 21.83 KB
  • 2109 rows
  • 2 columns
Loading...

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

Wbin

@kaggle.cprimozi_robinhood_stock_popularity_history.wbin
  • 47.03 KB
  • 4759 rows
  • 2 columns
Loading...

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

Wbit

@kaggle.cprimozi_robinhood_stock_popularity_history.wbit
  • 58.19 KB
  • 5954 rows
  • 2 columns
Loading...

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

Wbiy

@kaggle.cprimozi_robinhood_stock_popularity_history.wbiy
  • 21.93 KB
  • 2113 rows
  • 2 columns
Loading...

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

Wbk

@kaggle.cprimozi_robinhood_stock_popularity_history.wbk
  • 147.52 KB
  • 14955 rows
  • 2 columns
Loading...

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

Wbnd

@kaggle.cprimozi_robinhood_stock_popularity_history.wbnd
  • 110.14 KB
  • 11430 rows
  • 2 columns
Loading...

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

Wbs

@kaggle.cprimozi_robinhood_stock_popularity_history.wbs
  • 145.77 KB
  • 14928 rows
  • 2 columns
Loading...

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

Wbt

@kaggle.cprimozi_robinhood_stock_popularity_history.wbt
  • 147.3 KB
  • 14966 rows
  • 2 columns
Loading...

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

Wcc

@kaggle.cprimozi_robinhood_stock_popularity_history.wcc
  • 146.13 KB
  • 14926 rows
  • 2 columns
Loading...

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

Wcg

@kaggle.cprimozi_robinhood_stock_popularity_history.wcg
  • 143.81 KB
  • 14393 rows
  • 2 columns
Loading...

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

Wchn

@kaggle.cprimozi_robinhood_stock_popularity_history.wchn
  • 144.22 KB
  • 14985 rows
  • 2 columns
Loading...

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

Wcld

@kaggle.cprimozi_robinhood_stock_popularity_history.wcld
  • 36.02 KB
  • 3606 rows
  • 2 columns
Loading...

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

Share link

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