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

Ford

@kaggle.cprimozi_robinhood_stock_popularity_history.ford
  • 156.83 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE ford (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fork

@kaggle.cprimozi_robinhood_stock_popularity_history.fork
  • 38.05 kB
  • 3,720 rows
  • 2 columns
Loading...
CREATE TABLE fork (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Form

@kaggle.cprimozi_robinhood_stock_popularity_history.form
  • 152.47 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE form (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Forr

@kaggle.cprimozi_robinhood_stock_popularity_history.forr
  • 148.56 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE forr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Forty

@kaggle.cprimozi_robinhood_stock_popularity_history.forty
  • 149.79 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE forty (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fosl

@kaggle.cprimozi_robinhood_stock_popularity_history.fosl
  • 157.73 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE fosl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fovl

@kaggle.cprimozi_robinhood_stock_popularity_history.fovl
  • 75.56 kB
  • 7,599 rows
  • 2 columns
Loading...
CREATE TABLE fovl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fox

@kaggle.cprimozi_robinhood_stock_popularity_history.fox
  • 79.02 kB
  • 7,622 rows
  • 2 columns
Loading...
CREATE TABLE fox (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Foxa

@kaggle.cprimozi_robinhood_stock_popularity_history.foxa
  • 80.17 kB
  • 7,622 rows
  • 2 columns
Loading...
CREATE TABLE foxa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Foxf

@kaggle.cprimozi_robinhood_stock_popularity_history.foxf
  • 151.51 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE foxf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpa

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

Fpac

@kaggle.cprimozi_robinhood_stock_popularity_history.fpac
  • 135.12 kB
  • 13,728 rows
  • 2 columns
Loading...
CREATE TABLE fpac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpay

@kaggle.cprimozi_robinhood_stock_popularity_history.fpay
  • 156.58 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE fpay (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpe

@kaggle.cprimozi_robinhood_stock_popularity_history.fpe
  • 151.1 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE fpe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpei

@kaggle.cprimozi_robinhood_stock_popularity_history.fpei
  • 148.34 kB
  • 14,978 rows
  • 2 columns
Loading...
CREATE TABLE fpei (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpf

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

Fph

@kaggle.cprimozi_robinhood_stock_popularity_history.fph
  • 150.49 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE fph (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpi

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

Fpl

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

Fprx

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

Fpx

@kaggle.cprimozi_robinhood_stock_popularity_history.fpx
  • 149.57 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE fpx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpxe

@kaggle.cprimozi_robinhood_stock_popularity_history.fpxe
  • 112.74 kB
  • 11,407 rows
  • 2 columns
Loading...
CREATE TABLE fpxe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fpxi

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

Fqal

@kaggle.cprimozi_robinhood_stock_popularity_history.fqal
  • 149.56 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE fqal (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fr

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

Share link

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