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

Qhc

@kaggle.cprimozi_robinhood_stock_popularity_history.qhc
  • 149.06 KB
  • 14966 rows
  • 2 columns
Loading...

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

Qid

@kaggle.cprimozi_robinhood_stock_popularity_history.qid
  • 149.61 KB
  • 14930 rows
  • 2 columns
Loading...

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

Qint

@kaggle.cprimozi_robinhood_stock_popularity_history.qint
  • 114.89 KB
  • 11949 rows
  • 2 columns
Loading...

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

Qiwi

@kaggle.cprimozi_robinhood_stock_popularity_history.qiwi
  • 150.75 KB
  • 14956 rows
  • 2 columns
Loading...

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

Qlc

@kaggle.cprimozi_robinhood_stock_popularity_history.qlc
  • 144.6 KB
  • 14963 rows
  • 2 columns
Loading...

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

Qld

@kaggle.cprimozi_robinhood_stock_popularity_history.qld
  • 149.91 KB
  • 14926 rows
  • 2 columns
Loading...

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

Qls

@kaggle.cprimozi_robinhood_stock_popularity_history.qls
  • 144.81 KB
  • 14962 rows
  • 2 columns
Loading...

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

Qlta

@kaggle.cprimozi_robinhood_stock_popularity_history.qlta
  • 144.89 KB
  • 14914 rows
  • 2 columns
Loading...

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

Qlv

@kaggle.cprimozi_robinhood_stock_popularity_history.qlv
  • 47.69 KB
  • 4830 rows
  • 2 columns
Loading...

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

Qlvd

@kaggle.cprimozi_robinhood_stock_popularity_history.qlvd
  • 47.66 KB
  • 4830 rows
  • 2 columns
Loading...

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

Qlve

@kaggle.cprimozi_robinhood_stock_popularity_history.qlve
  • 47.67 KB
  • 4830 rows
  • 2 columns
Loading...

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

Qlys

@kaggle.cprimozi_robinhood_stock_popularity_history.qlys
  • 149.98 KB
  • 14934 rows
  • 2 columns
Loading...

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

Qmco

@kaggle.cprimozi_robinhood_stock_popularity_history.qmco
  • 5.4 KB
  • 331 rows
  • 2 columns
Loading...

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

Qmj

@kaggle.cprimozi_robinhood_stock_popularity_history.qmj
  • 4.8 KB
  • 284 rows
  • 2 columns
Loading...

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

Qmn

@kaggle.cprimozi_robinhood_stock_popularity_history.qmn
  • 144.26 KB
  • 14950 rows
  • 2 columns
Loading...

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

Qmom

@kaggle.cprimozi_robinhood_stock_popularity_history.qmom
  • 145.18 KB
  • 14965 rows
  • 2 columns
Loading...

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

Qnst

@kaggle.cprimozi_robinhood_stock_popularity_history.qnst
  • 154 KB
  • 14916 rows
  • 2 columns
Loading...

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

Qqew

@kaggle.cprimozi_robinhood_stock_popularity_history.qqew
  • 145.6 KB
  • 14917 rows
  • 2 columns
Loading...

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

Qqh

@kaggle.cprimozi_robinhood_stock_popularity_history.qqh
  • 28.02 KB
  • 2791 rows
  • 2 columns
Loading...

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

Qqq

@kaggle.cprimozi_robinhood_stock_popularity_history.qqq
  • 163.76 KB
  • 14920 rows
  • 2 columns
Loading...

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

Qqqe

@kaggle.cprimozi_robinhood_stock_popularity_history.qqqe
  • 146.54 KB
  • 14936 rows
  • 2 columns
Loading...

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

Qqqx

@kaggle.cprimozi_robinhood_stock_popularity_history.qqqx
  • 148.07 KB
  • 14961 rows
  • 2 columns
Loading...

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

Qqxt

@kaggle.cprimozi_robinhood_stock_popularity_history.qqxt
  • 144.89 KB
  • 14956 rows
  • 2 columns
Loading...

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

Qrft

@kaggle.cprimozi_robinhood_stock_popularity_history.qrft
  • 60.24 KB
  • 6145 rows
  • 2 columns
Loading...

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

Qrhc

@kaggle.cprimozi_robinhood_stock_popularity_history.qrhc
  • 148.89 KB
  • 14956 rows
  • 2 columns
Loading...

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

Share link

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