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

Xle

@kaggle.cprimozi_robinhood_stock_popularity_history.xle
  • 152.88 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xlf

@kaggle.cprimozi_robinhood_stock_popularity_history.xlf
  • 155.27 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xlg

@kaggle.cprimozi_robinhood_stock_popularity_history.xlg
  • 144.33 KB
  • 14880 rows
  • 2 columns
Loading...

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

Xli

@kaggle.cprimozi_robinhood_stock_popularity_history.xli
  • 149.74 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xlk

@kaggle.cprimozi_robinhood_stock_popularity_history.xlk
  • 160.13 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xlnx

@kaggle.cprimozi_robinhood_stock_popularity_history.xlnx
  • 157.22 KB
  • 14920 rows
  • 2 columns
Loading...

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

Xlp

@kaggle.cprimozi_robinhood_stock_popularity_history.xlp
  • 153.48 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xlre

@kaggle.cprimozi_robinhood_stock_popularity_history.xlre
  • 151.42 KB
  • 14965 rows
  • 2 columns
Loading...

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

Xlrn

@kaggle.cprimozi_robinhood_stock_popularity_history.xlrn
  • 147.81 KB
  • 14943 rows
  • 2 columns
Loading...

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

Xlsr

@kaggle.cprimozi_robinhood_stock_popularity_history.xlsr
  • 70.94 KB
  • 7287 rows
  • 2 columns
Loading...

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

Xlu

@kaggle.cprimozi_robinhood_stock_popularity_history.xlu
  • 155.15 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xlv

@kaggle.cprimozi_robinhood_stock_popularity_history.xlv
  • 154.1 KB
  • 14952 rows
  • 2 columns
Loading...

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

Xly

@kaggle.cprimozi_robinhood_stock_popularity_history.xly
  • 151.23 KB
  • 14940 rows
  • 2 columns
Loading...

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

Xme

@kaggle.cprimozi_robinhood_stock_popularity_history.xme
  • 147.45 KB
  • 14917 rows
  • 2 columns
Loading...

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

Xmhq

@kaggle.cprimozi_robinhood_stock_popularity_history.xmhq
  • 21.79 KB
  • 2104 rows
  • 2 columns
Loading...

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

Xmlv

@kaggle.cprimozi_robinhood_stock_popularity_history.xmlv
  • 147.11 KB
  • 14931 rows
  • 2 columns
Loading...

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

Xmmo

@kaggle.cprimozi_robinhood_stock_popularity_history.xmmo
  • 146.17 KB
  • 14876 rows
  • 2 columns
Loading...

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

Xmpt

@kaggle.cprimozi_robinhood_stock_popularity_history.xmpt
  • 145.16 KB
  • 14917 rows
  • 2 columns
Loading...

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

Xmvm

@kaggle.cprimozi_robinhood_stock_popularity_history.xmvm
  • 143.82 KB
  • 14855 rows
  • 2 columns
Loading...

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

Xncr

@kaggle.cprimozi_robinhood_stock_popularity_history.xncr
  • 148.83 KB
  • 14926 rows
  • 2 columns
Loading...

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

Xnet

@kaggle.cprimozi_robinhood_stock_popularity_history.xnet
  • 153.88 KB
  • 14956 rows
  • 2 columns
Loading...

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

Xntk

@kaggle.cprimozi_robinhood_stock_popularity_history.xntk
  • 146.47 KB
  • 14956 rows
  • 2 columns
Loading...

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

Xog

@kaggle.cprimozi_robinhood_stock_popularity_history.xog
  • 153.48 KB
  • 14970 rows
  • 2 columns
Loading...

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

Xom

@kaggle.cprimozi_robinhood_stock_popularity_history.xom
  • 165.09 KB
  • 14919 rows
  • 2 columns
Loading...

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

Xoma

@kaggle.cprimozi_robinhood_stock_popularity_history.xoma
  • 148.08 KB
  • 14954 rows
  • 2 columns
Loading...

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

Share link

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