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

Bgy

@kaggle.cprimozi_robinhood_stock_popularity_history.bgy
  • 146.92 KB
  • 14961 rows
  • 2 columns
Loading...

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

Bh

@kaggle.cprimozi_robinhood_stock_popularity_history.bh
  • 175.13 KB
  • 17766 rows
  • 2 columns
Loading...

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

Bh A

@kaggle.cprimozi_robinhood_stock_popularity_history.bh_a
  • 9.04 KB
  • 749 rows
  • 2 columns
Loading...

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

Bhac

@kaggle.cprimozi_robinhood_stock_popularity_history.bhac
  • 136.51 KB
  • 14110 rows
  • 2 columns
Loading...

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

Bhacu

@kaggle.cprimozi_robinhood_stock_popularity_history.bhacu
  • 136.53 KB
  • 14110 rows
  • 2 columns
Loading...

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

Bhat

@kaggle.cprimozi_robinhood_stock_popularity_history.bhat
  • 46.99 KB
  • 4592 rows
  • 2 columns
Loading...

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

Bhb

@kaggle.cprimozi_robinhood_stock_popularity_history.bhb
  • 144.93 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bhc

@kaggle.cprimozi_robinhood_stock_popularity_history.bhc
  • 158.83 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bhe

@kaggle.cprimozi_robinhood_stock_popularity_history.bhe
  • 145.83 KB
  • 14943 rows
  • 2 columns
Loading...

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

Bhf

@kaggle.cprimozi_robinhood_stock_popularity_history.bhf
  • 147.7 KB
  • 14978 rows
  • 2 columns
Loading...

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

Bhk

@kaggle.cprimozi_robinhood_stock_popularity_history.bhk
  • 147.37 KB
  • 14961 rows
  • 2 columns
Loading...

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

Bhlb

@kaggle.cprimozi_robinhood_stock_popularity_history.bhlb
  • 147.54 KB
  • 14940 rows
  • 2 columns
Loading...

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

Bhp

@kaggle.cprimozi_robinhood_stock_popularity_history.bhp
  • 148.81 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bhr

@kaggle.cprimozi_robinhood_stock_popularity_history.bhr
  • 147.84 KB
  • 14958 rows
  • 2 columns
Loading...

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

Bhtg

@kaggle.cprimozi_robinhood_stock_popularity_history.bhtg
  • 134.75 KB
  • 13428 rows
  • 2 columns
Loading...

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

Bhv

@kaggle.cprimozi_robinhood_stock_popularity_history.bhv
  • 144.78 KB
  • 14961 rows
  • 2 columns
Loading...

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

Bhvn

@kaggle.cprimozi_robinhood_stock_popularity_history.bhvn
  • 151.95 KB
  • 14974 rows
  • 2 columns
Loading...

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

Bib

@kaggle.cprimozi_robinhood_stock_popularity_history.bib
  • 147.84 KB
  • 14920 rows
  • 2 columns
Loading...

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

Bibl

@kaggle.cprimozi_robinhood_stock_popularity_history.bibl
  • 22.06 KB
  • 2113 rows
  • 2 columns
Loading...

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

Bick

@kaggle.cprimozi_robinhood_stock_popularity_history.bick
  • 144.4 KB
  • 14919 rows
  • 2 columns
Loading...

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

Bidu

@kaggle.cprimozi_robinhood_stock_popularity_history.bidu
  • 163.83 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bif

@kaggle.cprimozi_robinhood_stock_popularity_history.bif
  • 148.02 KB
  • 14959 rows
  • 2 columns
Loading...

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

Big

@kaggle.cprimozi_robinhood_stock_popularity_history.big
  • 152.94 KB
  • 14920 rows
  • 2 columns
Loading...

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

Biib

@kaggle.cprimozi_robinhood_stock_popularity_history.biib
  • 155.47 KB
  • 14914 rows
  • 2 columns
Loading...

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

Bil

@kaggle.cprimozi_robinhood_stock_popularity_history.bil
  • 148.64 KB
  • 14923 rows
  • 2 columns
Loading...

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

Share link

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