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

Gamr

@kaggle.cprimozi_robinhood_stock_popularity_history.gamr
  • 151.71 KB
  • 14966 rows
  • 2 columns
Loading...

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

Gard

@kaggle.cprimozi_robinhood_stock_popularity_history.gard
  • 144.78 KB
  • 14966 rows
  • 2 columns
Loading...

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

Gars

@kaggle.cprimozi_robinhood_stock_popularity_history.gars
  • 149.93 KB
  • 14947 rows
  • 2 columns
Loading...

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

Gasl

@kaggle.cprimozi_robinhood_stock_popularity_history.gasl
  • 55.5 KB
  • 5262 rows
  • 2 columns
Loading...

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

Gass

@kaggle.cprimozi_robinhood_stock_popularity_history.gass
  • 147.05 KB
  • 14922 rows
  • 2 columns
Loading...

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

Gasx

@kaggle.cprimozi_robinhood_stock_popularity_history.gasx
  • 8.96 KB
  • 742 rows
  • 2 columns
Loading...

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

Gatx

@kaggle.cprimozi_robinhood_stock_popularity_history.gatx
  • 145.84 KB
  • 14951 rows
  • 2 columns
Loading...

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

Gaz

@kaggle.cprimozi_robinhood_stock_popularity_history.gaz
  • 144.84 KB
  • 14973 rows
  • 2 columns
Loading...

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

Gbab

@kaggle.cprimozi_robinhood_stock_popularity_history.gbab
  • 144.52 KB
  • 14959 rows
  • 2 columns
Loading...

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

Gbci

@kaggle.cprimozi_robinhood_stock_popularity_history.gbci
  • 145.73 KB
  • 14923 rows
  • 2 columns
Loading...

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

Gbdc

@kaggle.cprimozi_robinhood_stock_popularity_history.gbdc
  • 147 KB
  • 14938 rows
  • 2 columns
Loading...

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

Gbdv

@kaggle.cprimozi_robinhood_stock_popularity_history.gbdv
  • 11.2 KB
  • 986 rows
  • 2 columns
Loading...

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

Gbf

@kaggle.cprimozi_robinhood_stock_popularity_history.gbf
  • 144.58 KB
  • 14923 rows
  • 2 columns
Loading...

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

Gbil

@kaggle.cprimozi_robinhood_stock_popularity_history.gbil
  • 146.61 KB
  • 14970 rows
  • 2 columns
Loading...

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

Gbl

@kaggle.cprimozi_robinhood_stock_popularity_history.gbl
  • 144.83 KB
  • 14923 rows
  • 2 columns
Loading...

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

Gbli

@kaggle.cprimozi_robinhood_stock_popularity_history.gbli
  • 144.77 KB
  • 14948 rows
  • 2 columns
Loading...

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

Gbnk

@kaggle.cprimozi_robinhood_stock_popularity_history.gbnk
  • 144.92 KB
  • 14949 rows
  • 2 columns
Loading...

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

Gbooy

@kaggle.cprimozi_robinhood_stock_popularity_history.gbooy
  • 120.04 KB
  • 12293 rows
  • 2 columns
Loading...

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

Gbr

@kaggle.cprimozi_robinhood_stock_popularity_history.gbr
  • 153.06 KB
  • 14943 rows
  • 2 columns
Loading...

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

Gbt

@kaggle.cprimozi_robinhood_stock_popularity_history.gbt
  • 152.32 KB
  • 14963 rows
  • 2 columns
Loading...

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

Gbug

@kaggle.cprimozi_robinhood_stock_popularity_history.gbug
  • 28.24 KB
  • 2815 rows
  • 2 columns
Loading...

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

Gbuy

@kaggle.cprimozi_robinhood_stock_popularity_history.gbuy
  • 77.56 KB
  • 7958 rows
  • 2 columns
Loading...

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

Gbx

@kaggle.cprimozi_robinhood_stock_popularity_history.gbx
  • 149.82 KB
  • 14943 rows
  • 2 columns
Loading...

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

Gcap

@kaggle.cprimozi_robinhood_stock_popularity_history.gcap
  • 149.31 KB
  • 14920 rows
  • 2 columns
Loading...

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

Gcbc

@kaggle.cprimozi_robinhood_stock_popularity_history.gcbc
  • 144.87 KB
  • 14943 rows
  • 2 columns
Loading...

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

Share link

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