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

Znh

@kaggle.cprimozi_robinhood_stock_popularity_history.znh
  • 149.4 KB
  • 14956 rows
  • 2 columns
Loading...

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

Zom

@kaggle.cprimozi_robinhood_stock_popularity_history.zom
  • 152.12 KB
  • 14980 rows
  • 2 columns
Loading...

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

Zroz

@kaggle.cprimozi_robinhood_stock_popularity_history.zroz
  • 145.66 KB
  • 14922 rows
  • 2 columns
Loading...

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

Zs

@kaggle.cprimozi_robinhood_stock_popularity_history.zs
  • 160.34 KB
  • 14992 rows
  • 2 columns
Loading...

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

Zsan

@kaggle.cprimozi_robinhood_stock_popularity_history.zsan
  • 153.57 KB
  • 14957 rows
  • 2 columns
Loading...

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

Zsl

@kaggle.cprimozi_robinhood_stock_popularity_history.zsl
  • 145.5 KB
  • 14940 rows
  • 2 columns
Loading...

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

Ztcoy

@kaggle.cprimozi_robinhood_stock_popularity_history.ztcoy
  • 129.65 KB
  • 12293 rows
  • 2 columns
Loading...

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

Zto

@kaggle.cprimozi_robinhood_stock_popularity_history.zto
  • 151.54 KB
  • 14970 rows
  • 2 columns
Loading...

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

Ztr

@kaggle.cprimozi_robinhood_stock_popularity_history.ztr
  • 149.28 KB
  • 14959 rows
  • 2 columns
Loading...

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

Zts

@kaggle.cprimozi_robinhood_stock_popularity_history.zts
  • 153.08 KB
  • 14914 rows
  • 2 columns
Loading...

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

Zumz

@kaggle.cprimozi_robinhood_stock_popularity_history.zumz
  • 149.97 KB
  • 14951 rows
  • 2 columns
Loading...

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

Zuo

@kaggle.cprimozi_robinhood_stock_popularity_history.zuo
  • 157.1 KB
  • 14992 rows
  • 2 columns
Loading...

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

Zurvy

@kaggle.cprimozi_robinhood_stock_popularity_history.zurvy
  • 119.65 KB
  • 12295 rows
  • 2 columns
Loading...

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

Zvo

@kaggle.cprimozi_robinhood_stock_popularity_history.zvo
  • 69.92 KB
  • 7010 rows
  • 2 columns
Loading...

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

Zyme

@kaggle.cprimozi_robinhood_stock_popularity_history.zyme
  • 143.94 KB
  • 14364 rows
  • 2 columns
Loading...

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

Zyne

@kaggle.cprimozi_robinhood_stock_popularity_history.zyne
  • 164.45 KB
  • 14963 rows
  • 2 columns
Loading...

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

Zyxi

@kaggle.cprimozi_robinhood_stock_popularity_history.zyxi
  • 89.56 KB
  • 8437 rows
  • 2 columns
Loading...

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

Share link

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