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

Xsvm

@kaggle.cprimozi_robinhood_stock_popularity_history.xsvm
  • 144.54 KB
  • 14892 rows
  • 2 columns
Loading...

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

Xsw

@kaggle.cprimozi_robinhood_stock_popularity_history.xsw
  • 147.87 KB
  • 14936 rows
  • 2 columns
Loading...

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

Xt

@kaggle.cprimozi_robinhood_stock_popularity_history.xt
  • 149.12 KB
  • 14962 rows
  • 2 columns
Loading...

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

Xth

@kaggle.cprimozi_robinhood_stock_popularity_history.xth
  • 145.15 KB
  • 14969 rows
  • 2 columns
Loading...

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

Xtl

@kaggle.cprimozi_robinhood_stock_popularity_history.xtl
  • 144.86 KB
  • 14914 rows
  • 2 columns
Loading...

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

Xtn

@kaggle.cprimozi_robinhood_stock_popularity_history.xtn
  • 145.62 KB
  • 14914 rows
  • 2 columns
Loading...

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

Xtnt

@kaggle.cprimozi_robinhood_stock_popularity_history.xtnt
  • 149.59 KB
  • 14918 rows
  • 2 columns
Loading...

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

Xvz

@kaggle.cprimozi_robinhood_stock_popularity_history.xvz
  • 144.27 KB
  • 14915 rows
  • 2 columns
Loading...

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

Xweb

@kaggle.cprimozi_robinhood_stock_popularity_history.xweb
  • 148.14 KB
  • 14968 rows
  • 2 columns
Loading...

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

Xxii

@kaggle.cprimozi_robinhood_stock_popularity_history.xxii
  • 167.72 KB
  • 14951 rows
  • 2 columns
Loading...

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

Xyf

@kaggle.cprimozi_robinhood_stock_popularity_history.xyf
  • 120.17 KB
  • 11788 rows
  • 2 columns
Loading...

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

Xyl

@kaggle.cprimozi_robinhood_stock_popularity_history.xyl
  • 150.5 KB
  • 14928 rows
  • 2 columns
Loading...

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

Y

@kaggle.cprimozi_robinhood_stock_popularity_history.y
  • 145.22 KB
  • 14923 rows
  • 2 columns
Loading...

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

Yang

@kaggle.cprimozi_robinhood_stock_popularity_history.yang
  • 152.03 KB
  • 14956 rows
  • 2 columns
Loading...

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

Yayo

@kaggle.cprimozi_robinhood_stock_popularity_history.yayo
  • 23.08 KB
  • 2065 rows
  • 2 columns
Loading...

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

Ycbd

@kaggle.cprimozi_robinhood_stock_popularity_history.ycbd
  • 72.44 KB
  • 6626 rows
  • 2 columns
Loading...

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

Ycl

@kaggle.cprimozi_robinhood_stock_popularity_history.ycl
  • 144.8 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ycom

@kaggle.cprimozi_robinhood_stock_popularity_history.ycom
  • 87.19 KB
  • 8921 rows
  • 2 columns
Loading...

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

Ycs

@kaggle.cprimozi_robinhood_stock_popularity_history.ycs
  • 144.97 KB
  • 14956 rows
  • 2 columns
Loading...

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

Yelp

@kaggle.cprimozi_robinhood_stock_popularity_history.yelp
  • 155.03 KB
  • 14914 rows
  • 2 columns
Loading...

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

Yesr

@kaggle.cprimozi_robinhood_stock_popularity_history.yesr
  • 130.43 KB
  • 13474 rows
  • 2 columns
Loading...

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

Yeti

@kaggle.cprimozi_robinhood_stock_popularity_history.yeti
  • 122.12 KB
  • 10932 rows
  • 2 columns
Loading...

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

Yext

@kaggle.cprimozi_robinhood_stock_popularity_history.yext
  • 156.34 KB
  • 14974 rows
  • 2 columns
Loading...

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

Ygrn

@kaggle.cprimozi_robinhood_stock_popularity_history.ygrn
  • 69.03 KB
  • 7100 rows
  • 2 columns
Loading...

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

Ygyi

@kaggle.cprimozi_robinhood_stock_popularity_history.ygyi
  • 151.91 KB
  • 14976 rows
  • 2 columns
Loading...

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

Share link

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