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

Robo

@kaggle.cprimozi_robinhood_stock_popularity_history.robo
  • 154.23 KB
  • 14956 rows
  • 2 columns
Loading...

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

Robt

@kaggle.cprimozi_robinhood_stock_popularity_history.robt
  • 145.75 KB
  • 14990 rows
  • 2 columns
Loading...

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

Rock

@kaggle.cprimozi_robinhood_stock_popularity_history.rock
  • 146.17 KB
  • 14934 rows
  • 2 columns
Loading...

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

Rode

@kaggle.cprimozi_robinhood_stock_popularity_history.rode
  • 36.83 KB
  • 3726 rows
  • 2 columns
Loading...

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

Rodi

@kaggle.cprimozi_robinhood_stock_popularity_history.rodi
  • 36.78 KB
  • 3717 rows
  • 2 columns
Loading...

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

Rodm

@kaggle.cprimozi_robinhood_stock_popularity_history.rodm
  • 144.72 KB
  • 14961 rows
  • 2 columns
Loading...

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

Rog

@kaggle.cprimozi_robinhood_stock_popularity_history.rog
  • 146.75 KB
  • 14934 rows
  • 2 columns
Loading...

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

Roic

@kaggle.cprimozi_robinhood_stock_popularity_history.roic
  • 147.75 KB
  • 14958 rows
  • 2 columns
Loading...

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

Rok

@kaggle.cprimozi_robinhood_stock_popularity_history.rok
  • 149.58 KB
  • 14934 rows
  • 2 columns
Loading...

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

Rokt

@kaggle.cprimozi_robinhood_stock_popularity_history.rokt
  • 107.37 KB
  • 10978 rows
  • 2 columns
Loading...

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

Roku

@kaggle.cprimozi_robinhood_stock_popularity_history.roku
  • 171.63 KB
  • 14979 rows
  • 2 columns
Loading...

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

Rol

@kaggle.cprimozi_robinhood_stock_popularity_history.rol
  • 151.67 KB
  • 14934 rows
  • 2 columns
Loading...

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

Roll

@kaggle.cprimozi_robinhood_stock_popularity_history.roll
  • 145.43 KB
  • 14954 rows
  • 2 columns
Loading...

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

Rom

@kaggle.cprimozi_robinhood_stock_popularity_history.rom
  • 148.02 KB
  • 14934 rows
  • 2 columns
Loading...

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

Romo

@kaggle.cprimozi_robinhood_stock_popularity_history.romo
  • 22.56 KB
  • 2178 rows
  • 2 columns
Loading...

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

Roof

@kaggle.cprimozi_robinhood_stock_popularity_history.roof
  • 144.82 KB
  • 14926 rows
  • 2 columns
Loading...

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

Rop

@kaggle.cprimozi_robinhood_stock_popularity_history.rop
  • 147.81 KB
  • 14938 rows
  • 2 columns
Loading...

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

Rore

@kaggle.cprimozi_robinhood_stock_popularity_history.rore
  • 144.98 KB
  • 14970 rows
  • 2 columns
Loading...

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

Rosc

@kaggle.cprimozi_robinhood_stock_popularity_history.rosc
  • 144.9 KB
  • 14962 rows
  • 2 columns
Loading...

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

Rose

@kaggle.cprimozi_robinhood_stock_popularity_history.rose
  • 151.73 KB
  • 14966 rows
  • 2 columns
Loading...

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

Rost

@kaggle.cprimozi_robinhood_stock_popularity_history.rost
  • 152.52 KB
  • 14943 rows
  • 2 columns
Loading...

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

Rous

@kaggle.cprimozi_robinhood_stock_popularity_history.rous
  • 144.75 KB
  • 14961 rows
  • 2 columns
Loading...

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

Roymy

@kaggle.cprimozi_robinhood_stock_popularity_history.roymy
  • 120.72 KB
  • 12292 rows
  • 2 columns
Loading...

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

Royt

@kaggle.cprimozi_robinhood_stock_popularity_history.royt
  • 159.73 KB
  • 14961 rows
  • 2 columns
Loading...

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

Rp

@kaggle.cprimozi_robinhood_stock_popularity_history.rp
  • 148.55 KB
  • 14926 rows
  • 2 columns
Loading...

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

Share link

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