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

Wsc

@kaggle.cprimozi_robinhood_stock_popularity_history.wsc
  • 147.42 KB
  • 14965 rows
  • 2 columns
Loading...

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

Wsfs

@kaggle.cprimozi_robinhood_stock_popularity_history.wsfs
  • 146.06 KB
  • 14956 rows
  • 2 columns
Loading...

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

Wsg

@kaggle.cprimozi_robinhood_stock_popularity_history.wsg
  • 48.49 KB
  • 4585 rows
  • 2 columns
Loading...

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

Wsm

@kaggle.cprimozi_robinhood_stock_popularity_history.wsm
  • 148.85 KB
  • 14934 rows
  • 2 columns
Loading...

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

Wso

@kaggle.cprimozi_robinhood_stock_popularity_history.wso
  • 267.59 KB
  • 29105 rows
  • 2 columns
Loading...

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

Wso B

@kaggle.cprimozi_robinhood_stock_popularity_history.wso_b
  • 8.97 KB
  • 743 rows
  • 2 columns
Loading...

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

Wsr

@kaggle.cprimozi_robinhood_stock_popularity_history.wsr
  • 155.84 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wst

@kaggle.cprimozi_robinhood_stock_popularity_history.wst
  • 145.88 KB
  • 14917 rows
  • 2 columns
Loading...

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

Wstg

@kaggle.cprimozi_robinhood_stock_popularity_history.wstg
  • 145.49 KB
  • 14939 rows
  • 2 columns
Loading...

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

Wstl

@kaggle.cprimozi_robinhood_stock_popularity_history.wstl
  • 153.21 KB
  • 14939 rows
  • 2 columns
Loading...

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

Wtba

@kaggle.cprimozi_robinhood_stock_popularity_history.wtba
  • 144.84 KB
  • 14914 rows
  • 2 columns
Loading...

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

Wtbdy

@kaggle.cprimozi_robinhood_stock_popularity_history.wtbdy
  • 120.06 KB
  • 12292 rows
  • 2 columns
Loading...

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

Wter

@kaggle.cprimozi_robinhood_stock_popularity_history.wter
  • 106.01 KB
  • 9831 rows
  • 2 columns
Loading...

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

Wtfc

@kaggle.cprimozi_robinhood_stock_popularity_history.wtfc
  • 146.38 KB
  • 14917 rows
  • 2 columns
Loading...

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

Wti

@kaggle.cprimozi_robinhood_stock_popularity_history.wti
  • 154.05 KB
  • 14936 rows
  • 2 columns
Loading...

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

Wtid

@kaggle.cprimozi_robinhood_stock_popularity_history.wtid
  • 147.17 KB
  • 14971 rows
  • 2 columns
Loading...

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

Wtiu

@kaggle.cprimozi_robinhood_stock_popularity_history.wtiu
  • 149.14 KB
  • 14971 rows
  • 2 columns
Loading...

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

Wtkwy

@kaggle.cprimozi_robinhood_stock_popularity_history.wtkwy
  • 119.26 KB
  • 12297 rows
  • 2 columns
Loading...

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

Wtm

@kaggle.cprimozi_robinhood_stock_popularity_history.wtm
  • 144.85 KB
  • 14936 rows
  • 2 columns
Loading...

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

Wtmf

@kaggle.cprimozi_robinhood_stock_popularity_history.wtmf
  • 144.6 KB
  • 14949 rows
  • 2 columns
Loading...

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

Wtr

@kaggle.cprimozi_robinhood_stock_popularity_history.wtr
  • 151.91 KB
  • 14596 rows
  • 2 columns
Loading...

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

Wtre

@kaggle.cprimozi_robinhood_stock_popularity_history.wtre
  • 73.15 KB
  • 7431 rows
  • 2 columns
Loading...

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

Wtrg

@kaggle.cprimozi_robinhood_stock_popularity_history.wtrg
  • 5.57 KB
  • 332 rows
  • 2 columns
Loading...

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

Wtrh

@kaggle.cprimozi_robinhood_stock_popularity_history.wtrh
  • 109.62 KB
  • 10335 rows
  • 2 columns
Loading...

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

Wts

@kaggle.cprimozi_robinhood_stock_popularity_history.wts
  • 145.7 KB
  • 14935 rows
  • 2 columns
Loading...

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

Share link

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