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

Avhi

@kaggle.cprimozi_robinhood_stock_popularity_history.avhi
  • 129.87 KB
  • 13373 rows
  • 2 columns
Loading...

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

Avid

@kaggle.cprimozi_robinhood_stock_popularity_history.avid
  • 152.7 KB
  • 14959 rows
  • 2 columns
Loading...

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

Avk

@kaggle.cprimozi_robinhood_stock_popularity_history.avk
  • 147.15 KB
  • 14959 rows
  • 2 columns
Loading...

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

Avlr

@kaggle.cprimozi_robinhood_stock_popularity_history.avlr
  • 141.41 KB
  • 13942 rows
  • 2 columns
Loading...

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

Avns

@kaggle.cprimozi_robinhood_stock_popularity_history.avns
  • 146.84 KB
  • 14959 rows
  • 2 columns
Loading...

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

Avnw

@kaggle.cprimozi_robinhood_stock_popularity_history.avnw
  • 145.12 KB
  • 14954 rows
  • 2 columns
Loading...

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

Avro

@kaggle.cprimozi_robinhood_stock_popularity_history.avro
  • 140.26 KB
  • 13841 rows
  • 2 columns
Loading...

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

Avt

@kaggle.cprimozi_robinhood_stock_popularity_history.avt
  • 146.03 KB
  • 14914 rows
  • 2 columns
Loading...

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

Avtr

@kaggle.cprimozi_robinhood_stock_popularity_history.avtr
  • 63.83 KB
  • 6169 rows
  • 2 columns
Loading...

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

Avus

@kaggle.cprimozi_robinhood_stock_popularity_history.avus
  • 31.12 KB
  • 3127 rows
  • 2 columns
Loading...

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

Avuv

@kaggle.cprimozi_robinhood_stock_popularity_history.avuv
  • 31.19 KB
  • 3127 rows
  • 2 columns
Loading...

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

Avviy

@kaggle.cprimozi_robinhood_stock_popularity_history.avviy
  • 121.25 KB
  • 12260 rows
  • 2 columns
Loading...

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

Avx

@kaggle.cprimozi_robinhood_stock_popularity_history.avx
  • 150.85 KB
  • 14914 rows
  • 2 columns
Loading...

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

Avxl

@kaggle.cprimozi_robinhood_stock_popularity_history.avxl
  • 152.04 KB
  • 14965 rows
  • 2 columns
Loading...

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

Avy

@kaggle.cprimozi_robinhood_stock_popularity_history.avy
  • 147.91 KB
  • 14925 rows
  • 2 columns
Loading...

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

Avya

@kaggle.cprimozi_robinhood_stock_popularity_history.avya
  • 152.1 KB
  • 14987 rows
  • 2 columns
Loading...

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

Away

@kaggle.cprimozi_robinhood_stock_popularity_history.away
  • 3.08 KB
  • 92 rows
  • 2 columns
Loading...

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

Awcmy

@kaggle.cprimozi_robinhood_stock_popularity_history.awcmy
  • 123.34 KB
  • 12295 rows
  • 2 columns
Loading...

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

Awf

@kaggle.cprimozi_robinhood_stock_popularity_history.awf
  • 146.42 KB
  • 14961 rows
  • 2 columns
Loading...

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

Awi

@kaggle.cprimozi_robinhood_stock_popularity_history.awi
  • 146.02 KB
  • 14935 rows
  • 2 columns
Loading...

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

Awk

@kaggle.cprimozi_robinhood_stock_popularity_history.awk
  • 154.57 KB
  • 14935 rows
  • 2 columns
Loading...

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

Awp

@kaggle.cprimozi_robinhood_stock_popularity_history.awp
  • 150.03 KB
  • 14961 rows
  • 2 columns
Loading...

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

Awr

@kaggle.cprimozi_robinhood_stock_popularity_history.awr
  • 152.84 KB
  • 14935 rows
  • 2 columns
Loading...

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

Awre

@kaggle.cprimozi_robinhood_stock_popularity_history.awre
  • 146.1 KB
  • 14928 rows
  • 2 columns
Loading...

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

Awtm

@kaggle.cprimozi_robinhood_stock_popularity_history.awtm
  • 85.81 KB
  • 8767 rows
  • 2 columns
Loading...

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

Share link

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