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

Uivm

@kaggle.cprimozi_robinhood_stock_popularity_history.uivm
  • 50.66 KB
  • 5190 rows
  • 2 columns
Loading...

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

Ujan

@kaggle.cprimozi_robinhood_stock_popularity_history.ujan
  • 90.52 KB
  • 9280 rows
  • 2 columns
Loading...

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

Ujb

@kaggle.cprimozi_robinhood_stock_popularity_history.ujb
  • 144.39 KB
  • 14923 rows
  • 2 columns
Loading...

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

Ujpy

@kaggle.cprimozi_robinhood_stock_popularity_history.ujpy
  • 145.62 KB
  • 14985 rows
  • 2 columns
Loading...

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

Ujul

@kaggle.cprimozi_robinhood_stock_popularity_history.ujul
  • 123.47 KB
  • 12734 rows
  • 2 columns
Loading...

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

Ujun

@kaggle.cprimozi_robinhood_stock_popularity_history.ujun
  • 57.07 KB
  • 5834 rows
  • 2 columns
Loading...

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

Ul

@kaggle.cprimozi_robinhood_stock_popularity_history.ul
  • 153.2 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ulbi

@kaggle.cprimozi_robinhood_stock_popularity_history.ulbi
  • 147.17 KB
  • 14936 rows
  • 2 columns
Loading...

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

Ulbr

@kaggle.cprimozi_robinhood_stock_popularity_history.ulbr
  • 46.25 KB
  • 4670 rows
  • 2 columns
Loading...

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

Ule

@kaggle.cprimozi_robinhood_stock_popularity_history.ule
  • 145.01 KB
  • 14934 rows
  • 2 columns
Loading...

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

Ulh

@kaggle.cprimozi_robinhood_stock_popularity_history.ulh
  • 146.56 KB
  • 14918 rows
  • 2 columns
Loading...

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

Ulst

@kaggle.cprimozi_robinhood_stock_popularity_history.ulst
  • 144.84 KB
  • 14949 rows
  • 2 columns
Loading...

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

Ulta

@kaggle.cprimozi_robinhood_stock_popularity_history.ulta
  • 157.61 KB
  • 14926 rows
  • 2 columns
Loading...

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

Ultr

@kaggle.cprimozi_robinhood_stock_popularity_history.ultr
  • 44.17 KB
  • 4472 rows
  • 2 columns
Loading...

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

Ulvm

@kaggle.cprimozi_robinhood_stock_popularity_history.ulvm
  • 50.92 KB
  • 5190 rows
  • 2 columns
Loading...

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

Umbf

@kaggle.cprimozi_robinhood_stock_popularity_history.umbf
  • 145.31 KB
  • 14914 rows
  • 2 columns
Loading...

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

Umc

@kaggle.cprimozi_robinhood_stock_popularity_history.umc
  • 154.43 KB
  • 14956 rows
  • 2 columns
Loading...

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

Umdd

@kaggle.cprimozi_robinhood_stock_popularity_history.umdd
  • 145.22 KB
  • 14956 rows
  • 2 columns
Loading...

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

Umh

@kaggle.cprimozi_robinhood_stock_popularity_history.umh
  • 148.68 KB
  • 14958 rows
  • 2 columns
Loading...

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

Umicy

@kaggle.cprimozi_robinhood_stock_popularity_history.umicy
  • 121.52 KB
  • 12293 rows
  • 2 columns
Loading...

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

Umpq

@kaggle.cprimozi_robinhood_stock_popularity_history.umpq
  • 147.72 KB
  • 14949 rows
  • 2 columns
Loading...

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

Umrx

@kaggle.cprimozi_robinhood_stock_popularity_history.umrx
  • 149.64 KB
  • 14993 rows
  • 2 columns
Loading...

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

Un

@kaggle.cprimozi_robinhood_stock_popularity_history.un
  • 150.73 KB
  • 14978 rows
  • 2 columns
Loading...

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

Unam

@kaggle.cprimozi_robinhood_stock_popularity_history.unam
  • 144.53 KB
  • 14936 rows
  • 2 columns
Loading...

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

Unb

@kaggle.cprimozi_robinhood_stock_popularity_history.unb
  • 36.67 KB
  • 3694 rows
  • 2 columns
Loading...

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

Share link

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