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

Canf

@kaggle.cprimozi_robinhood_stock_popularity_history.canf
  • 66.55 KB
  • 6407 rows
  • 2 columns
Loading...

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

Cang

@kaggle.cprimozi_robinhood_stock_popularity_history.cang
  • 128.09 KB
  • 12942 rows
  • 2 columns
Loading...

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

Cape

@kaggle.cprimozi_robinhood_stock_popularity_history.cape
  • 144.77 KB
  • 14914 rows
  • 2 columns
Loading...

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

Capl

@kaggle.cprimozi_robinhood_stock_popularity_history.capl
  • 149.64 KB
  • 14957 rows
  • 2 columns
Loading...

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

Capr

@kaggle.cprimozi_robinhood_stock_popularity_history.capr
  • 59.62 KB
  • 5810 rows
  • 2 columns
Loading...

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

Car

@kaggle.cprimozi_robinhood_stock_popularity_history.car
  • 149.71 KB
  • 14925 rows
  • 2 columns
Loading...

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

Cara

@kaggle.cprimozi_robinhood_stock_popularity_history.cara
  • 163.39 KB
  • 14914 rows
  • 2 columns
Loading...

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

Care

@kaggle.cprimozi_robinhood_stock_popularity_history.care
  • 74.24 KB
  • 7503 rows
  • 2 columns
Loading...

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

Carg

@kaggle.cprimozi_robinhood_stock_popularity_history.carg
  • 152.57 KB
  • 14980 rows
  • 2 columns
Loading...

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

Caro

@kaggle.cprimozi_robinhood_stock_popularity_history.caro
  • 145.1 KB
  • 14955 rows
  • 2 columns
Loading...

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

Cars

@kaggle.cprimozi_robinhood_stock_popularity_history.cars
  • 149.7 KB
  • 14974 rows
  • 2 columns
Loading...

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

Cart

@kaggle.cprimozi_robinhood_stock_popularity_history.cart
  • 2.92 KB
  • 75 rows
  • 2 columns
Loading...

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

Carv

@kaggle.cprimozi_robinhood_stock_popularity_history.carv
  • 148.82 KB
  • 14914 rows
  • 2 columns
Loading...

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

Carz

@kaggle.cprimozi_robinhood_stock_popularity_history.carz
  • 145.48 KB
  • 14935 rows
  • 2 columns
Loading...

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

Casa

@kaggle.cprimozi_robinhood_stock_popularity_history.casa
  • 152.56 KB
  • 14985 rows
  • 2 columns
Loading...

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

Cash

@kaggle.cprimozi_robinhood_stock_popularity_history.cash
  • 146.6 KB
  • 14849 rows
  • 2 columns
Loading...

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

Casi

@kaggle.cprimozi_robinhood_stock_popularity_history.casi
  • 151.73 KB
  • 14916 rows
  • 2 columns
Loading...

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

Cass

@kaggle.cprimozi_robinhood_stock_popularity_history.cass
  • 145.57 KB
  • 14937 rows
  • 2 columns
Loading...

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

Casy

@kaggle.cprimozi_robinhood_stock_popularity_history.casy
  • 148.38 KB
  • 14937 rows
  • 2 columns
Loading...

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

Cat

@kaggle.cprimozi_robinhood_stock_popularity_history.cat
  • 159.99 KB
  • 14928 rows
  • 2 columns
Loading...

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

Catb

@kaggle.cprimozi_robinhood_stock_popularity_history.catb
  • 94.17 KB
  • 9329 rows
  • 2 columns
Loading...

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

Catc

@kaggle.cprimozi_robinhood_stock_popularity_history.catc
  • 145.36 KB
  • 14980 rows
  • 2 columns
Loading...

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

Cath

@kaggle.cprimozi_robinhood_stock_popularity_history.cath
  • 146.36 KB
  • 14966 rows
  • 2 columns
Loading...

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

Catm

@kaggle.cprimozi_robinhood_stock_popularity_history.catm
  • 147.01 KB
  • 14916 rows
  • 2 columns
Loading...

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

Cato

@kaggle.cprimozi_robinhood_stock_popularity_history.cato
  • 148.18 KB
  • 14916 rows
  • 2 columns
Loading...

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

Share link

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