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

Stng

@kaggle.cprimozi_robinhood_stock_popularity_history.stng
  • 148.56 KB
  • 14941 rows
  • 2 columns
Loading...

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

Stok

@kaggle.cprimozi_robinhood_stock_popularity_history.stok
  • 56.18 KB
  • 5477 rows
  • 2 columns
Loading...

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

Ston

@kaggle.cprimozi_robinhood_stock_popularity_history.ston
  • 10.24 KB
  • 842 rows
  • 2 columns
Loading...

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

Stor

@kaggle.cprimozi_robinhood_stock_popularity_history.stor
  • 158.54 KB
  • 14959 rows
  • 2 columns
Loading...

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

Stot

@kaggle.cprimozi_robinhood_stock_popularity_history.stot
  • 143.25 KB
  • 14966 rows
  • 2 columns
Loading...

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

Stpp

@kaggle.cprimozi_robinhood_stock_popularity_history.stpp
  • 144.31 KB
  • 14914 rows
  • 2 columns
Loading...

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

Stpz

@kaggle.cprimozi_robinhood_stock_popularity_history.stpz
  • 144.43 KB
  • 14914 rows
  • 2 columns
Loading...

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

Stra

@kaggle.cprimozi_robinhood_stock_popularity_history.stra
  • 116.06 KB
  • 11964 rows
  • 2 columns
Loading...

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

Strl

@kaggle.cprimozi_robinhood_stock_popularity_history.strl
  • 148.03 KB
  • 14956 rows
  • 2 columns
Loading...

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

Strm

@kaggle.cprimozi_robinhood_stock_popularity_history.strm
  • 147.96 KB
  • 14956 rows
  • 2 columns
Loading...

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

Stro

@kaggle.cprimozi_robinhood_stock_popularity_history.stro
  • 97.56 KB
  • 9912 rows
  • 2 columns
Loading...

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

Strs

@kaggle.cprimozi_robinhood_stock_popularity_history.strs
  • 144.03 KB
  • 14956 rows
  • 2 columns
Loading...

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

Strt

@kaggle.cprimozi_robinhood_stock_popularity_history.strt
  • 144.72 KB
  • 14956 rows
  • 2 columns
Loading...

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

Stsa

@kaggle.cprimozi_robinhood_stock_popularity_history.stsa
  • 35.17 KB
  • 3432 rows
  • 2 columns
Loading...

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

Stt

@kaggle.cprimozi_robinhood_stock_popularity_history.stt
  • 150.45 KB
  • 14914 rows
  • 2 columns
Loading...

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

Stwd

@kaggle.cprimozi_robinhood_stock_popularity_history.stwd
  • 158.32 KB
  • 14958 rows
  • 2 columns
Loading...

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

Stx

@kaggle.cprimozi_robinhood_stock_popularity_history.stx
  • 156.74 KB
  • 14914 rows
  • 2 columns
Loading...

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

Stxb

@kaggle.cprimozi_robinhood_stock_popularity_history.stxb
  • 145.28 KB
  • 14948 rows
  • 2 columns
Loading...

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

Stxs

@kaggle.cprimozi_robinhood_stock_popularity_history.stxs
  • 37 KB
  • 3552 rows
  • 2 columns
Loading...

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

Stz

@kaggle.cprimozi_robinhood_stock_popularity_history.stz
  • 286.62 KB
  • 29090 rows
  • 2 columns
Loading...

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

Stz B

@kaggle.cprimozi_robinhood_stock_popularity_history.stz_b
  • 9.01 KB
  • 742 rows
  • 2 columns
Loading...

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

Su

@kaggle.cprimozi_robinhood_stock_popularity_history.su
  • 152.21 KB
  • 14928 rows
  • 2 columns
Loading...

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

Sub

@kaggle.cprimozi_robinhood_stock_popularity_history.sub
  • 144.61 KB
  • 14936 rows
  • 2 columns
Loading...

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

Subcy

@kaggle.cprimozi_robinhood_stock_popularity_history.subcy
  • 120.17 KB
  • 12297 rows
  • 2 columns
Loading...

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

Suhjy

@kaggle.cprimozi_robinhood_stock_popularity_history.suhjy
  • 119.46 KB
  • 12297 rows
  • 2 columns
Loading...

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

Share link

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