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

Naii

@kaggle.cprimozi_robinhood_stock_popularity_history.naii
  • 148.95 kB
  • 14,932 rows
  • 2 columns
Loading...
CREATE TABLE naii (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nail

@kaggle.cprimozi_robinhood_stock_popularity_history.nail
  • 153.41 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE nail (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nak

@kaggle.cprimozi_robinhood_stock_popularity_history.nak
  • 167.31 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nak (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nakd

@kaggle.cprimozi_robinhood_stock_popularity_history.nakd
  • 14.54 kB
  • 1,154 rows
  • 2 columns
Loading...
CREATE TABLE nakd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nan

@kaggle.cprimozi_robinhood_stock_popularity_history.nan
  • 147.84 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE nan (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nanr

@kaggle.cprimozi_robinhood_stock_popularity_history.nanr
  • 37.79 kB
  • 3,721 rows
  • 2 columns
Loading...
CREATE TABLE nanr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nao

@kaggle.cprimozi_robinhood_stock_popularity_history.nao
  • 150.2 kB
  • 14,955 rows
  • 2 columns
Loading...
CREATE TABLE nao (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Naov

@kaggle.cprimozi_robinhood_stock_popularity_history.naov
  • 22.76 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE naov (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nap

@kaggle.cprimozi_robinhood_stock_popularity_history.nap
  • 149.92 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE nap (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nat

@kaggle.cprimozi_robinhood_stock_popularity_history.nat
  • 158.01 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nat (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nath

@kaggle.cprimozi_robinhood_stock_popularity_history.nath
  • 150.8 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE nath (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nati

@kaggle.cprimozi_robinhood_stock_popularity_history.nati
  • 150.3 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE nati (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Natr

@kaggle.cprimozi_robinhood_stock_popularity_history.natr
  • 149.08 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE natr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nav

@kaggle.cprimozi_robinhood_stock_popularity_history.nav
  • 153.28 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nav (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Navb

@kaggle.cprimozi_robinhood_stock_popularity_history.navb
  • 71.2 kB
  • 6,746 rows
  • 2 columns
Loading...
CREATE TABLE navb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Navi

@kaggle.cprimozi_robinhood_stock_popularity_history.navi
  • 154.88 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE navi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Naz

@kaggle.cprimozi_robinhood_stock_popularity_history.naz
  • 147.86 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE naz (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbb

@kaggle.cprimozi_robinhood_stock_popularity_history.nbb
  • 148.36 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE nbb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbev

@kaggle.cprimozi_robinhood_stock_popularity_history.nbev
  • 169.38 kB
  • 14,972 rows
  • 2 columns
Loading...
CREATE TABLE nbev (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbh

@kaggle.cprimozi_robinhood_stock_popularity_history.nbh
  • 148.23 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE nbh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbhc

@kaggle.cprimozi_robinhood_stock_popularity_history.nbhc
  • 148.09 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE nbhc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbix

@kaggle.cprimozi_robinhood_stock_popularity_history.nbix
  • 157.21 kB
  • 14,935 rows
  • 2 columns
Loading...
CREATE TABLE nbix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbl

@kaggle.cprimozi_robinhood_stock_popularity_history.nbl
  • 157.04 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE nbl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nblx

@kaggle.cprimozi_robinhood_stock_popularity_history.nblx
  • 152.07 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE nblx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbn

@kaggle.cprimozi_robinhood_stock_popularity_history.nbn
  • 62.72 kB
  • 6,263 rows
  • 2 columns
Loading...
CREATE TABLE nbn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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