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

Corv

@kaggle.cprimozi_robinhood_stock_popularity_history.corv
  • 155.98 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE corv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cost

@kaggle.cprimozi_robinhood_stock_popularity_history.cost
  • 169.98 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE cost (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cot

@kaggle.cprimozi_robinhood_stock_popularity_history.cot
  • 151.34 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE cot (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cotv

@kaggle.cprimozi_robinhood_stock_popularity_history.cotv
  • 124.35 kB
  • 12,555 rows
  • 2 columns
Loading...
CREATE TABLE cotv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Coty

@kaggle.cprimozi_robinhood_stock_popularity_history.coty
  • 161.69 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE coty (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Coup

@kaggle.cprimozi_robinhood_stock_popularity_history.coup
  • 157.88 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE coup (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Covty

@kaggle.cprimozi_robinhood_stock_popularity_history.covty
  • 121.35 kB
  • 12,292 rows
  • 2 columns
Loading...
CREATE TABLE covty (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cow

@kaggle.cprimozi_robinhood_stock_popularity_history.cow
  • 104.11 kB
  • 10,307 rows
  • 2 columns
Loading...
CREATE TABLE cow (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cown

@kaggle.cprimozi_robinhood_stock_popularity_history.cown
  • 151.47 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE cown (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cowz

@kaggle.cprimozi_robinhood_stock_popularity_history.cowz
  • 138.53 kB
  • 14,040 rows
  • 2 columns
Loading...
CREATE TABLE cowz (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cp

@kaggle.cprimozi_robinhood_stock_popularity_history.cp
  • 150.96 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE cp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpa

@kaggle.cprimozi_robinhood_stock_popularity_history.cpa
  • 150.54 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE cpa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpaa

@kaggle.cprimozi_robinhood_stock_popularity_history.cpaa
  • 35.96 kB
  • 3,535 rows
  • 2 columns
Loading...
CREATE TABLE cpaa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpac

@kaggle.cprimozi_robinhood_stock_popularity_history.cpac
  • 132.04 kB
  • 13,205 rows
  • 2 columns
Loading...
CREATE TABLE cpac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpah

@kaggle.cprimozi_robinhood_stock_popularity_history.cpah
  • 155.07 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE cpah (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpb

@kaggle.cprimozi_robinhood_stock_popularity_history.cpb
  • 155.94 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE cpb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpe

@kaggle.cprimozi_robinhood_stock_popularity_history.cpe
  • 157.72 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE cpe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cper

@kaggle.cprimozi_robinhood_stock_popularity_history.cper
  • 149.72 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE cper (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpf

@kaggle.cprimozi_robinhood_stock_popularity_history.cpf
  • 148.36 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE cpf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpg

@kaggle.cprimozi_robinhood_stock_popularity_history.cpg
  • 156.74 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE cpg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cphc

@kaggle.cprimozi_robinhood_stock_popularity_history.cphc
  • 149.31 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE cphc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cphi

@kaggle.cprimozi_robinhood_stock_popularity_history.cphi
  • 162.28 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE cphi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpi

@kaggle.cprimozi_robinhood_stock_popularity_history.cpi
  • 147.87 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE cpi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpix

@kaggle.cprimozi_robinhood_stock_popularity_history.cpix
  • 150.21 kB
  • 14,937 rows
  • 2 columns
Loading...
CREATE TABLE cpix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cpk

@kaggle.cprimozi_robinhood_stock_popularity_history.cpk
  • 149.14 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE cpk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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