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

Bpth

@kaggle.cprimozi_robinhood_stock_popularity_history.bpth
  • 149.67 KB
  • 14945 rows
  • 2 columns
Loading...

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

Bpy

@kaggle.cprimozi_robinhood_stock_popularity_history.bpy
  • 153.82 KB
  • 14952 rows
  • 2 columns
Loading...

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

Bqh

@kaggle.cprimozi_robinhood_stock_popularity_history.bqh
  • 144.79 KB
  • 14959 rows
  • 2 columns
Loading...

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

Br

@kaggle.cprimozi_robinhood_stock_popularity_history.br
  • 150.73 KB
  • 14954 rows
  • 2 columns
Loading...

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

Brbr

@kaggle.cprimozi_robinhood_stock_popularity_history.brbr
  • 26.95 KB
  • 2523 rows
  • 2 columns
Loading...

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

Brbs

@kaggle.cprimozi_robinhood_stock_popularity_history.brbs
  • 12.13 KB
  • 1082 rows
  • 2 columns
Loading...

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

Brc

@kaggle.cprimozi_robinhood_stock_popularity_history.brc
  • 147.09 KB
  • 14950 rows
  • 2 columns
Loading...

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

Brdcy

@kaggle.cprimozi_robinhood_stock_popularity_history.brdcy
  • 121.95 KB
  • 12295 rows
  • 2 columns
Loading...

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

Brew

@kaggle.cprimozi_robinhood_stock_popularity_history.brew
  • 153.3 KB
  • 14936 rows
  • 2 columns
Loading...

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

Brf

@kaggle.cprimozi_robinhood_stock_popularity_history.brf
  • 145.64 KB
  • 14950 rows
  • 2 columns
Loading...

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

Brfs

@kaggle.cprimozi_robinhood_stock_popularity_history.brfs
  • 151.61 KB
  • 14956 rows
  • 2 columns
Loading...

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

Brg

@kaggle.cprimozi_robinhood_stock_popularity_history.brg
  • 153.37 KB
  • 14958 rows
  • 2 columns
Loading...

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

Brid

@kaggle.cprimozi_robinhood_stock_popularity_history.brid
  • 145.84 KB
  • 14934 rows
  • 2 columns
Loading...

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

Brk A

@kaggle.cprimozi_robinhood_stock_popularity_history.brk_a
  • 9.35 KB
  • 742 rows
  • 2 columns
Loading...

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

Brk B

@kaggle.cprimozi_robinhood_stock_popularity_history.brk_b
  • 10.02 KB
  • 742 rows
  • 2 columns
Loading...

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

Brkl

@kaggle.cprimozi_robinhood_stock_popularity_history.brkl
  • 145.83 KB
  • 14934 rows
  • 2 columns
Loading...

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

Brkr

@kaggle.cprimozi_robinhood_stock_popularity_history.brkr
  • 147.55 KB
  • 14934 rows
  • 2 columns
Loading...

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

Brks

@kaggle.cprimozi_robinhood_stock_popularity_history.brks
  • 150.97 KB
  • 14934 rows
  • 2 columns
Loading...

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

Brmk

@kaggle.cprimozi_robinhood_stock_popularity_history.brmk
  • 21.67 KB
  • 1946 rows
  • 2 columns
Loading...

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

Brn

@kaggle.cprimozi_robinhood_stock_popularity_history.brn
  • 149.21 KB
  • 14950 rows
  • 2 columns
Loading...

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

Bro

@kaggle.cprimozi_robinhood_stock_popularity_history.bro
  • 148.74 KB
  • 14950 rows
  • 2 columns
Loading...

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

Brog

@kaggle.cprimozi_robinhood_stock_popularity_history.brog
  • 12.23 KB
  • 1082 rows
  • 2 columns
Loading...

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

Brp

@kaggle.cprimozi_robinhood_stock_popularity_history.brp
  • 25.3 KB
  • 2428 rows
  • 2 columns
Loading...

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

Brpa

@kaggle.cprimozi_robinhood_stock_popularity_history.brpa
  • 36.89 KB
  • 3729 rows
  • 2 columns
Loading...

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

Brpm

@kaggle.cprimozi_robinhood_stock_popularity_history.brpm
  • 66.1 KB
  • 6770 rows
  • 2 columns
Loading...

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

Share link

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