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

Burby

@kaggle.cprimozi_robinhood_stock_popularity_history.burby
  • 123.13 KB
  • 12293 rows
  • 2 columns
Loading...

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

Burg

@kaggle.cprimozi_robinhood_stock_popularity_history.burg
  • 150.91 KB
  • 14926 rows
  • 2 columns
Loading...

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

Burl

@kaggle.cprimozi_robinhood_stock_popularity_history.burl
  • 151.02 KB
  • 14927 rows
  • 2 columns
Loading...

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

Buse

@kaggle.cprimozi_robinhood_stock_popularity_history.buse
  • 145.65 KB
  • 14951 rows
  • 2 columns
Loading...

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

Buy

@kaggle.cprimozi_robinhood_stock_popularity_history.buy
  • 144.9 KB
  • 14981 rows
  • 2 columns
Loading...

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

Buyn

@kaggle.cprimozi_robinhood_stock_popularity_history.buyn
  • 144.94 KB
  • 14983 rows
  • 2 columns
Loading...

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

Bv

@kaggle.cprimozi_robinhood_stock_popularity_history.bv
  • 134.73 KB
  • 13531 rows
  • 2 columns
Loading...

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

Bval

@kaggle.cprimozi_robinhood_stock_popularity_history.bval
  • 144.43 KB
  • 14974 rows
  • 2 columns
Loading...

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

Bvn

@kaggle.cprimozi_robinhood_stock_popularity_history.bvn
  • 129.94 KB
  • 13205 rows
  • 2 columns
Loading...

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

Bvsn

@kaggle.cprimozi_robinhood_stock_popularity_history.bvsn
  • 147.85 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bvxv

@kaggle.cprimozi_robinhood_stock_popularity_history.bvxv
  • 146.45 KB
  • 14962 rows
  • 2 columns
Loading...

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

Bw

@kaggle.cprimozi_robinhood_stock_popularity_history.bw
  • 47.62 KB
  • 4639 rows
  • 2 columns
Loading...

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

Bwa

@kaggle.cprimozi_robinhood_stock_popularity_history.bwa
  • 151.25 KB
  • 14921 rows
  • 2 columns
Loading...

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

Bway

@kaggle.cprimozi_robinhood_stock_popularity_history.bway
  • 68.64 KB
  • 6962 rows
  • 2 columns
Loading...

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

Bwb

@kaggle.cprimozi_robinhood_stock_popularity_history.bwb
  • 145.27 KB
  • 14992 rows
  • 2 columns
Loading...

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

Bwen

@kaggle.cprimozi_robinhood_stock_popularity_history.bwen
  • 148.77 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bwfg

@kaggle.cprimozi_robinhood_stock_popularity_history.bwfg
  • 144.65 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bwg

@kaggle.cprimozi_robinhood_stock_popularity_history.bwg
  • 145.15 KB
  • 14959 rows
  • 2 columns
Loading...

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

Bwina

@kaggle.cprimozi_robinhood_stock_popularity_history.bwina
  • 115.95 KB
  • 11940 rows
  • 2 columns
Loading...

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

Bwinb

@kaggle.cprimozi_robinhood_stock_popularity_history.bwinb
  • 115.81 KB
  • 11924 rows
  • 2 columns
Loading...

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

Bwl A

@kaggle.cprimozi_robinhood_stock_popularity_history.bwl_a
  • 9 KB
  • 742 rows
  • 2 columns
Loading...

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

Bwmc

@kaggle.cprimozi_robinhood_stock_popularity_history.bwmc
  • 37.47 KB
  • 3739 rows
  • 2 columns
Loading...

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

Bwx

@kaggle.cprimozi_robinhood_stock_popularity_history.bwx
  • 145.03 KB
  • 14921 rows
  • 2 columns
Loading...

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

Bwxt

@kaggle.cprimozi_robinhood_stock_popularity_history.bwxt
  • 148.52 KB
  • 14921 rows
  • 2 columns
Loading...

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

Bwz

@kaggle.cprimozi_robinhood_stock_popularity_history.bwz
  • 144.43 KB
  • 14921 rows
  • 2 columns
Loading...

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

Share link

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