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

Spgm

@kaggle.cprimozi_robinhood_stock_popularity_history.spgm
  • 36.63 KB
  • 3691 rows
  • 2 columns
Loading...

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

Spgp

@kaggle.cprimozi_robinhood_stock_popularity_history.spgp
  • 147.43 KB
  • 14914 rows
  • 2 columns
Loading...

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

Sph

@kaggle.cprimozi_robinhood_stock_popularity_history.sph
  • 148.39 KB
  • 14956 rows
  • 2 columns
Loading...

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

Sphb

@kaggle.cprimozi_robinhood_stock_popularity_history.sphb
  • 145.17 KB
  • 14919 rows
  • 2 columns
Loading...

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

Sphd

@kaggle.cprimozi_robinhood_stock_popularity_history.sphd
  • 165.45 KB
  • 14926 rows
  • 2 columns
Loading...

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

Sphq

@kaggle.cprimozi_robinhood_stock_popularity_history.sphq
  • 147.69 KB
  • 14923 rows
  • 2 columns
Loading...

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

Sphs

@kaggle.cprimozi_robinhood_stock_popularity_history.sphs
  • 151.67 KB
  • 14928 rows
  • 2 columns
Loading...

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

Sphy

@kaggle.cprimozi_robinhood_stock_popularity_history.sphy
  • 37.11 KB
  • 3691 rows
  • 2 columns
Loading...

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

Spi

@kaggle.cprimozi_robinhood_stock_popularity_history.spi
  • 108.26 KB
  • 10408 rows
  • 2 columns
Loading...

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

Spib

@kaggle.cprimozi_robinhood_stock_popularity_history.spib
  • 145.26 KB
  • 14920 rows
  • 2 columns
Loading...

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

Spip

@kaggle.cprimozi_robinhood_stock_popularity_history.spip
  • 145.48 KB
  • 14917 rows
  • 2 columns
Loading...

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

Spke

@kaggle.cprimozi_robinhood_stock_popularity_history.spke
  • 150.4 KB
  • 14957 rows
  • 2 columns
Loading...

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

Spkky

@kaggle.cprimozi_robinhood_stock_popularity_history.spkky
  • 119.21 KB
  • 12295 rows
  • 2 columns
Loading...

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

Splb

@kaggle.cprimozi_robinhood_stock_popularity_history.splb
  • 146.66 KB
  • 14917 rows
  • 2 columns
Loading...

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

Splg

@kaggle.cprimozi_robinhood_stock_popularity_history.splg
  • 142.66 KB
  • 14211 rows
  • 2 columns
Loading...

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

Splk

@kaggle.cprimozi_robinhood_stock_popularity_history.splk
  • 160.61 KB
  • 14934 rows
  • 2 columns
Loading...

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

Splp

@kaggle.cprimozi_robinhood_stock_popularity_history.splp
  • 145.58 KB
  • 14961 rows
  • 2 columns
Loading...

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

Splv

@kaggle.cprimozi_robinhood_stock_popularity_history.splv
  • 154.98 KB
  • 14927 rows
  • 2 columns
Loading...

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

Spmb

@kaggle.cprimozi_robinhood_stock_popularity_history.spmb
  • 144.98 KB
  • 14944 rows
  • 2 columns
Loading...

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

Spmd

@kaggle.cprimozi_robinhood_stock_popularity_history.spmd
  • 146.1 KB
  • 14914 rows
  • 2 columns
Loading...

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

Spmo

@kaggle.cprimozi_robinhood_stock_popularity_history.spmo
  • 144.38 KB
  • 14905 rows
  • 2 columns
Loading...

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

Spmv

@kaggle.cprimozi_robinhood_stock_popularity_history.spmv
  • 21.87 KB
  • 2114 rows
  • 2 columns
Loading...

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

Spn

@kaggle.cprimozi_robinhood_stock_popularity_history.spn
  • 11.94 KB
  • 1010 rows
  • 2 columns
Loading...

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

Spne

@kaggle.cprimozi_robinhood_stock_popularity_history.spne
  • 146.23 KB
  • 14963 rows
  • 2 columns
Loading...

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

Spns

@kaggle.cprimozi_robinhood_stock_popularity_history.spns
  • 122.34 KB
  • 12427 rows
  • 2 columns
Loading...

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

Share link

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