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

Emcb

@kaggle.cprimozi_robinhood_stock_popularity_history.emcb
  • 144.56 KB
  • 14922 rows
  • 2 columns
Loading...

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

Emcf

@kaggle.cprimozi_robinhood_stock_popularity_history.emcf
  • 36.8 KB
  • 3714 rows
  • 2 columns
Loading...

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

Emcg

@kaggle.cprimozi_robinhood_stock_popularity_history.emcg
  • 21.7 KB
  • 2089 rows
  • 2 columns
Loading...

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

Emd

@kaggle.cprimozi_robinhood_stock_popularity_history.emd
  • 147.13 KB
  • 14961 rows
  • 2 columns
Loading...

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

Emdv

@kaggle.cprimozi_robinhood_stock_popularity_history.emdv
  • 144.9 KB
  • 14966 rows
  • 2 columns
Loading...

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

Eme

@kaggle.cprimozi_robinhood_stock_popularity_history.eme
  • 146.26 KB
  • 14926 rows
  • 2 columns
Loading...

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

Emf

@kaggle.cprimozi_robinhood_stock_popularity_history.emf
  • 145.58 KB
  • 14959 rows
  • 2 columns
Loading...

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

Emfm

@kaggle.cprimozi_robinhood_stock_popularity_history.emfm
  • 144.75 KB
  • 14923 rows
  • 2 columns
Loading...

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

Emgf

@kaggle.cprimozi_robinhood_stock_popularity_history.emgf
  • 145.13 KB
  • 14966 rows
  • 2 columns
Loading...

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

Emhy

@kaggle.cprimozi_robinhood_stock_popularity_history.emhy
  • 36.94 KB
  • 3705 rows
  • 2 columns
Loading...

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

Emif

@kaggle.cprimozi_robinhood_stock_popularity_history.emif
  • 144.43 KB
  • 14914 rows
  • 2 columns
Loading...

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

Emih

@kaggle.cprimozi_robinhood_stock_popularity_history.emih
  • 144.68 KB
  • 14961 rows
  • 2 columns
Loading...

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

Emj

@kaggle.cprimozi_robinhood_stock_popularity_history.emj
  • 144.78 KB
  • 14959 rows
  • 2 columns
Loading...

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

Emkr

@kaggle.cprimozi_robinhood_stock_popularity_history.emkr
  • 147.09 KB
  • 14914 rows
  • 2 columns
Loading...

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

Eml

@kaggle.cprimozi_robinhood_stock_popularity_history.eml
  • 144.77 KB
  • 14926 rows
  • 2 columns
Loading...

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

Emlc

@kaggle.cprimozi_robinhood_stock_popularity_history.emlc
  • 107.74 KB
  • 10909 rows
  • 2 columns
Loading...

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

Emlp

@kaggle.cprimozi_robinhood_stock_popularity_history.emlp
  • 145.45 KB
  • 14932 rows
  • 2 columns
Loading...

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

Emmf

@kaggle.cprimozi_robinhood_stock_popularity_history.emmf
  • 122.41 KB
  • 12714 rows
  • 2 columns
Loading...

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

Emms

@kaggle.cprimozi_robinhood_stock_popularity_history.emms
  • 146.04 KB
  • 14956 rows
  • 2 columns
Loading...

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

Emn

@kaggle.cprimozi_robinhood_stock_popularity_history.emn
  • 150.04 KB
  • 14926 rows
  • 2 columns
Loading...

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

Emnt

@kaggle.cprimozi_robinhood_stock_popularity_history.emnt
  • 14.57 KB
  • 1346 rows
  • 2 columns
Loading...

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

Emo

@kaggle.cprimozi_robinhood_stock_popularity_history.emo
  • 146.67 KB
  • 14959 rows
  • 2 columns
Loading...

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

Emqq

@kaggle.cprimozi_robinhood_stock_popularity_history.emqq
  • 150.76 KB
  • 14958 rows
  • 2 columns
Loading...

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

Emr

@kaggle.cprimozi_robinhood_stock_popularity_history.emr
  • 152.71 KB
  • 14926 rows
  • 2 columns
Loading...

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

Emsg

@kaggle.cprimozi_robinhood_stock_popularity_history.emsg
  • 96.01 KB
  • 9901 rows
  • 2 columns
Loading...

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

Share link

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