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

Eprf

@kaggle.cprimozi_robinhood_stock_popularity_history.eprf
  • 145.76 kB
  • 14,766 rows
  • 2 columns
Loading...
CREATE TABLE eprf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eprt

@kaggle.cprimozi_robinhood_stock_popularity_history.eprt
  • 141.98 kB
  • 13,870 rows
  • 2 columns
Loading...
CREATE TABLE eprt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eps

@kaggle.cprimozi_robinhood_stock_popularity_history.eps
  • 148.91 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE eps (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Epsn

@kaggle.cprimozi_robinhood_stock_popularity_history.epsn
  • 84.73 kB
  • 8,271 rows
  • 2 columns
Loading...
CREATE TABLE epsn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Epu

@kaggle.cprimozi_robinhood_stock_popularity_history.epu
  • 148.81 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE epu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Epv

@kaggle.cprimozi_robinhood_stock_popularity_history.epv
  • 148.68 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE epv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Epzm

@kaggle.cprimozi_robinhood_stock_popularity_history.epzm
  • 158.37 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE epzm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eq

@kaggle.cprimozi_robinhood_stock_popularity_history.eq
  • 113.03 kB
  • 11,238 rows
  • 2 columns
Loading...
CREATE TABLE eq (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqal

@kaggle.cprimozi_robinhood_stock_popularity_history.eqal
  • 147.92 kB
  • 14,899 rows
  • 2 columns
Loading...
CREATE TABLE eqal (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqbk

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

Eqc

@kaggle.cprimozi_robinhood_stock_popularity_history.eqc
  • 149.89 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE eqc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqgp

@kaggle.cprimozi_robinhood_stock_popularity_history.eqgp
  • 149.15 kB
  • 14,962 rows
  • 2 columns
Loading...
CREATE TABLE eqgp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqh

@kaggle.cprimozi_robinhood_stock_popularity_history.eqh
  • 151.24 kB
  • 14,813 rows
  • 2 columns
Loading...
CREATE TABLE eqh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqix

@kaggle.cprimozi_robinhood_stock_popularity_history.eqix
  • 155.4 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE eqix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eql

@kaggle.cprimozi_robinhood_stock_popularity_history.eql
  • 148.13 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE eql (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqm

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

Eqnr

@kaggle.cprimozi_robinhood_stock_popularity_history.eqnr
  • 152.22 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE eqnr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqr

@kaggle.cprimozi_robinhood_stock_popularity_history.eqr
  • 152.31 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE eqr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqrr

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

Eqs

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

Eqt

@kaggle.cprimozi_robinhood_stock_popularity_history.eqt
  • 156.48 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE eqt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqwl

@kaggle.cprimozi_robinhood_stock_popularity_history.eqwl
  • 140.58 kB
  • 14,168 rows
  • 2 columns
Loading...
CREATE TABLE eqwl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eqx

@kaggle.cprimozi_robinhood_stock_popularity_history.eqx
  • 36.68 kB
  • 3,367 rows
  • 2 columns
Loading...
CREATE TABLE eqx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Era

@kaggle.cprimozi_robinhood_stock_popularity_history.era
  • 149.13 kB
  • 14,925 rows
  • 2 columns
Loading...
CREATE TABLE era (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Erc

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

Share link

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