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

Infr

@kaggle.cprimozi_robinhood_stock_popularity_history.infr
  • 144.37 KB
  • 14971 rows
  • 2 columns
Loading...

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

Infu

@kaggle.cprimozi_robinhood_stock_popularity_history.infu
  • 146.81 KB
  • 14951 rows
  • 2 columns
Loading...

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

Infy

@kaggle.cprimozi_robinhood_stock_popularity_history.infy
  • 158.6 KB
  • 14954 rows
  • 2 columns
Loading...

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

Ing

@kaggle.cprimozi_robinhood_stock_popularity_history.ing
  • 22.89 KB
  • 2109 rows
  • 2 columns
Loading...

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

Ingn

@kaggle.cprimozi_robinhood_stock_popularity_history.ingn
  • 153.93 KB
  • 14924 rows
  • 2 columns
Loading...

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

Ingr

@kaggle.cprimozi_robinhood_stock_popularity_history.ingr
  • 147.41 KB
  • 14924 rows
  • 2 columns
Loading...

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

Inkm

@kaggle.cprimozi_robinhood_stock_popularity_history.inkm
  • 144.35 KB
  • 14920 rows
  • 2 columns
Loading...

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

Inmb

@kaggle.cprimozi_robinhood_stock_popularity_history.inmb
  • 88.22 KB
  • 8613 rows
  • 2 columns
Loading...

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

Inmd

@kaggle.cprimozi_robinhood_stock_popularity_history.inmd
  • 46.94 KB
  • 4282 rows
  • 2 columns
Loading...

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

Inn

@kaggle.cprimozi_robinhood_stock_popularity_history.inn
  • 150.35 KB
  • 14958 rows
  • 2 columns
Loading...

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

Innl

@kaggle.cprimozi_robinhood_stock_popularity_history.innl
  • 96.22 KB
  • 9884 rows
  • 2 columns
Loading...

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

Innt

@kaggle.cprimozi_robinhood_stock_popularity_history.innt
  • 156.28 KB
  • 14969 rows
  • 2 columns
Loading...

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

Ino

@kaggle.cprimozi_robinhood_stock_popularity_history.ino
  • 157.38 KB
  • 14924 rows
  • 2 columns
Loading...

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

Inod

@kaggle.cprimozi_robinhood_stock_popularity_history.inod
  • 147.63 KB
  • 14917 rows
  • 2 columns
Loading...

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

Inov

@kaggle.cprimozi_robinhood_stock_popularity_history.inov
  • 148.16 KB
  • 14961 rows
  • 2 columns
Loading...

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

Inpx

@kaggle.cprimozi_robinhood_stock_popularity_history.inpx
  • 144.19 KB
  • 14086 rows
  • 2 columns
Loading...

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

Inr

@kaggle.cprimozi_robinhood_stock_popularity_history.inr
  • 36.8 KB
  • 3696 rows
  • 2 columns
Loading...

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

Ins

@kaggle.cprimozi_robinhood_stock_popularity_history.ins
  • 152.48 KB
  • 14924 rows
  • 2 columns
Loading...

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

Inse

@kaggle.cprimozi_robinhood_stock_popularity_history.inse
  • 146.02 KB
  • 14959 rows
  • 2 columns
Loading...

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

Insg

@kaggle.cprimozi_robinhood_stock_popularity_history.insg
  • 159.66 KB
  • 14970 rows
  • 2 columns
Loading...

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

Insi

@kaggle.cprimozi_robinhood_stock_popularity_history.insi
  • 144.64 KB
  • 14961 rows
  • 2 columns
Loading...

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

Insm

@kaggle.cprimozi_robinhood_stock_popularity_history.insm
  • 150.53 KB
  • 14938 rows
  • 2 columns
Loading...

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

Insp

@kaggle.cprimozi_robinhood_stock_popularity_history.insp
  • 150.45 KB
  • 14948 rows
  • 2 columns
Loading...

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

Inst

@kaggle.cprimozi_robinhood_stock_popularity_history.inst
  • 149.08 KB
  • 14965 rows
  • 2 columns
Loading...

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

Insu

@kaggle.cprimozi_robinhood_stock_popularity_history.insu
  • 61.94 KB
  • 6335 rows
  • 2 columns
Loading...

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

Share link

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