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

Cui

@kaggle.cprimozi_robinhood_stock_popularity_history.cui
  • 153.05 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE cui (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cuk

@kaggle.cprimozi_robinhood_stock_popularity_history.cuk
  • 151.36 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE cuk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Culp

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

Cuo

@kaggle.cprimozi_robinhood_stock_popularity_history.cuo
  • 148.61 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE cuo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cure

@kaggle.cprimozi_robinhood_stock_popularity_history.cure
  • 152.95 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE cure (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Curo

@kaggle.cprimozi_robinhood_stock_popularity_history.curo
  • 152.8 kB
  • 14,984 rows
  • 2 columns
Loading...
CREATE TABLE curo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cut

@kaggle.cprimozi_robinhood_stock_popularity_history.cut
  • 148.58 kB
  • 14,933 rows
  • 2 columns
Loading...
CREATE TABLE cut (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cutr

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

Cuz

@kaggle.cprimozi_robinhood_stock_popularity_history.cuz
  • 57.09 kB
  • 5,523 rows
  • 2 columns
Loading...
CREATE TABLE cuz (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cva

@kaggle.cprimozi_robinhood_stock_popularity_history.cva
  • 155.83 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE cva (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvbf

@kaggle.cprimozi_robinhood_stock_popularity_history.cvbf
  • 148.87 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE cvbf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvco

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

Cvcy

@kaggle.cprimozi_robinhood_stock_popularity_history.cvcy
  • 148.45 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE cvcy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cve

@kaggle.cprimozi_robinhood_stock_popularity_history.cve
  • 152.54 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE cve (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cveo

@kaggle.cprimozi_robinhood_stock_popularity_history.cveo
  • 155.56 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE cveo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvet

@kaggle.cprimozi_robinhood_stock_popularity_history.cvet
  • 90.81 kB
  • 8,583 rows
  • 2 columns
Loading...
CREATE TABLE cvet (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvg

@kaggle.cprimozi_robinhood_stock_popularity_history.cvg
  • 133.59 kB
  • 13,429 rows
  • 2 columns
Loading...
CREATE TABLE cvg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvgi

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

Cvgw

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

Cvi

@kaggle.cprimozi_robinhood_stock_popularity_history.cvi
  • 151.94 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE cvi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvia

@kaggle.cprimozi_robinhood_stock_popularity_history.cvia
  • 144.92 kB
  • 14,228 rows
  • 2 columns
Loading...
CREATE TABLE cvia (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvlt

@kaggle.cprimozi_robinhood_stock_popularity_history.cvlt
  • 150.07 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE cvlt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvly

@kaggle.cprimozi_robinhood_stock_popularity_history.cvly
  • 148.32 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE cvly (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvm

@kaggle.cprimozi_robinhood_stock_popularity_history.cvm
  • 158 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE cvm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cvna

@kaggle.cprimozi_robinhood_stock_popularity_history.cvna
  • 161.23 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE cvna (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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