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

Blh

@kaggle.cprimozi_robinhood_stock_popularity_history.blh
  • 143.99 KB
  • 14961 rows
  • 2 columns
Loading...

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

Blhy

@kaggle.cprimozi_robinhood_stock_popularity_history.blhy
  • 144.74 KB
  • 14971 rows
  • 2 columns
Loading...

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

Blin

@kaggle.cprimozi_robinhood_stock_popularity_history.blin
  • 68.82 KB
  • 6602 rows
  • 2 columns
Loading...

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

Blk

@kaggle.cprimozi_robinhood_stock_popularity_history.blk
  • 153.61 KB
  • 14938 rows
  • 2 columns
Loading...

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

Blkb

@kaggle.cprimozi_robinhood_stock_popularity_history.blkb
  • 146.38 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bll

@kaggle.cprimozi_robinhood_stock_popularity_history.bll
  • 152.21 KB
  • 14938 rows
  • 2 columns
Loading...

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

Blmn

@kaggle.cprimozi_robinhood_stock_popularity_history.blmn
  • 149 KB
  • 14913 rows
  • 2 columns
Loading...

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

Blnk

@kaggle.cprimozi_robinhood_stock_popularity_history.blnk
  • 161.25 KB
  • 14990 rows
  • 2 columns
Loading...

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

Blok

@kaggle.cprimozi_robinhood_stock_popularity_history.blok
  • 156.67 KB
  • 14987 rows
  • 2 columns
Loading...

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

Blph

@kaggle.cprimozi_robinhood_stock_popularity_history.blph
  • 152.92 KB
  • 14789 rows
  • 2 columns
Loading...

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

Blrx

@kaggle.cprimozi_robinhood_stock_popularity_history.blrx
  • 49.69 KB
  • 4854 rows
  • 2 columns
Loading...

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

Blu

@kaggle.cprimozi_robinhood_stock_popularity_history.blu
  • 38.27 KB
  • 3630 rows
  • 2 columns
Loading...

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

Blue

@kaggle.cprimozi_robinhood_stock_popularity_history.blue
  • 153.36 KB
  • 14956 rows
  • 2 columns
Loading...

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

Blv

@kaggle.cprimozi_robinhood_stock_popularity_history.blv
  • 153.42 KB
  • 14938 rows
  • 2 columns
Loading...

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

Blw

@kaggle.cprimozi_robinhood_stock_popularity_history.blw
  • 145.08 KB
  • 14961 rows
  • 2 columns
Loading...

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

Blx

@kaggle.cprimozi_robinhood_stock_popularity_history.blx
  • 131.21 KB
  • 13309 rows
  • 2 columns
Loading...

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

Bma

@kaggle.cprimozi_robinhood_stock_popularity_history.bma
  • 151.16 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bmch

@kaggle.cprimozi_robinhood_stock_popularity_history.bmch
  • 146.44 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bme

@kaggle.cprimozi_robinhood_stock_popularity_history.bme
  • 145.09 KB
  • 14959 rows
  • 2 columns
Loading...

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

Bmez

@kaggle.cprimozi_robinhood_stock_popularity_history.bmez
  • 6.17 KB
  • 404 rows
  • 2 columns
Loading...

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

Bmi

@kaggle.cprimozi_robinhood_stock_popularity_history.bmi
  • 145.91 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bmlp

@kaggle.cprimozi_robinhood_stock_popularity_history.bmlp
  • 36.87 KB
  • 3725 rows
  • 2 columns
Loading...

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

Bmo

@kaggle.cprimozi_robinhood_stock_popularity_history.bmo
  • 151.02 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bmra

@kaggle.cprimozi_robinhood_stock_popularity_history.bmra
  • 147.74 KB
  • 14970 rows
  • 2 columns
Loading...

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

Bmrc

@kaggle.cprimozi_robinhood_stock_popularity_history.bmrc
  • 144.86 KB
  • 14914 rows
  • 2 columns
Loading...

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

Share link

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