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

Lctx

@kaggle.cprimozi_robinhood_stock_popularity_history.lctx
  • 45.04 KB
  • 4186 rows
  • 2 columns
Loading...

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

Lcut

@kaggle.cprimozi_robinhood_stock_popularity_history.lcut
  • 145.64 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ld

@kaggle.cprimozi_robinhood_stock_popularity_history.ld
  • 144.14 KB
  • 14914 rows
  • 2 columns
Loading...

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

Ldem

@kaggle.cprimozi_robinhood_stock_popularity_history.ldem
  • 4.38 KB
  • 236 rows
  • 2 columns
Loading...

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

Ldl

@kaggle.cprimozi_robinhood_stock_popularity_history.ldl
  • 145.72 KB
  • 14926 rows
  • 2 columns
Loading...

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

Ldos

@kaggle.cprimozi_robinhood_stock_popularity_history.ldos
  • 151.07 KB
  • 14938 rows
  • 2 columns
Loading...

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

Ldp

@kaggle.cprimozi_robinhood_stock_popularity_history.ldp
  • 145.84 KB
  • 14959 rows
  • 2 columns
Loading...

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

Ldri

@kaggle.cprimozi_robinhood_stock_popularity_history.ldri
  • 144.81 KB
  • 14958 rows
  • 2 columns
Loading...

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

Ldrs

@kaggle.cprimozi_robinhood_stock_popularity_history.ldrs
  • 145.39 KB
  • 14985 rows
  • 2 columns
Loading...

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

Ldsf

@kaggle.cprimozi_robinhood_stock_popularity_history.ldsf
  • 90.12 KB
  • 9233 rows
  • 2 columns
Loading...

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

Ldur

@kaggle.cprimozi_robinhood_stock_popularity_history.ldur
  • 144.74 KB
  • 14943 rows
  • 2 columns
Loading...

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

Le

@kaggle.cprimozi_robinhood_stock_popularity_history.le
  • 148.71 KB
  • 14914 rows
  • 2 columns
Loading...

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

Lea

@kaggle.cprimozi_robinhood_stock_popularity_history.lea
  • 147.68 KB
  • 14920 rows
  • 2 columns
Loading...

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

Lead

@kaggle.cprimozi_robinhood_stock_popularity_history.lead
  • 146.04 KB
  • 14966 rows
  • 2 columns
Loading...

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

Leaf

@kaggle.cprimozi_robinhood_stock_popularity_history.leaf
  • 147.86 KB
  • 14912 rows
  • 2 columns
Loading...

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

Leco

@kaggle.cprimozi_robinhood_stock_popularity_history.leco
  • 146.06 KB
  • 14949 rows
  • 2 columns
Loading...

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

Leds

@kaggle.cprimozi_robinhood_stock_popularity_history.leds
  • 151.71 KB
  • 14930 rows
  • 2 columns
Loading...

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

Lee

@kaggle.cprimozi_robinhood_stock_popularity_history.lee
  • 153.06 KB
  • 14951 rows
  • 2 columns
Loading...

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

Leg

@kaggle.cprimozi_robinhood_stock_popularity_history.leg
  • 153.69 KB
  • 14920 rows
  • 2 columns
Loading...

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

Legh

@kaggle.cprimozi_robinhood_stock_popularity_history.legh
  • 96.09 KB
  • 9658 rows
  • 2 columns
Loading...

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

Legr

@kaggle.cprimozi_robinhood_stock_popularity_history.legr
  • 22.15 KB
  • 2114 rows
  • 2 columns
Loading...

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

Leju

@kaggle.cprimozi_robinhood_stock_popularity_history.leju
  • 149.2 KB
  • 14956 rows
  • 2 columns
Loading...

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

Lemb

@kaggle.cprimozi_robinhood_stock_popularity_history.lemb
  • 145.28 KB
  • 14914 rows
  • 2 columns
Loading...

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

Len

@kaggle.cprimozi_robinhood_stock_popularity_history.len
  • 279.24 KB
  • 29141 rows
  • 2 columns
Loading...

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

Len B

@kaggle.cprimozi_robinhood_stock_popularity_history.len_b
  • 9.03 KB
  • 744 rows
  • 2 columns
Loading...

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

Share link

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