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

Rdog

@kaggle.cprimozi_robinhood_stock_popularity_history.rdog
  • 144.36 KB
  • 14914 rows
  • 2 columns
Loading...

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

Rds A

@kaggle.cprimozi_robinhood_stock_popularity_history.rds_a
  • 9.9 KB
  • 745 rows
  • 2 columns
Loading...

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

Rds B

@kaggle.cprimozi_robinhood_stock_popularity_history.rds_b
  • 9.93 KB
  • 745 rows
  • 2 columns
Loading...

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

Rdsmy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdsmy
  • 119.35 KB
  • 12297 rows
  • 2 columns
Loading...

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

Rdus

@kaggle.cprimozi_robinhood_stock_popularity_history.rdus
  • 148.37 KB
  • 14956 rows
  • 2 columns
Loading...

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

Rdvt

@kaggle.cprimozi_robinhood_stock_popularity_history.rdvt
  • 148.83 KB
  • 14992 rows
  • 2 columns
Loading...

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

Rdvy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdvy
  • 145.82 KB
  • 14925 rows
  • 2 columns
Loading...

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

Rdwr

@kaggle.cprimozi_robinhood_stock_popularity_history.rdwr
  • 148.34 KB
  • 14954 rows
  • 2 columns
Loading...

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

Rdy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdy
  • 147.74 KB
  • 14958 rows
  • 2 columns
Loading...

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

Re

@kaggle.cprimozi_robinhood_stock_popularity_history.re
  • 146.05 KB
  • 14926 rows
  • 2 columns
Loading...

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

Real

@kaggle.cprimozi_robinhood_stock_popularity_history.real
  • 56.74 KB
  • 5262 rows
  • 2 columns
Loading...

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

Recn

@kaggle.cprimozi_robinhood_stock_popularity_history.recn
  • 147.42 KB
  • 14913 rows
  • 2 columns
Loading...

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

Recs

@kaggle.cprimozi_robinhood_stock_popularity_history.recs
  • 24.07 KB
  • 2357 rows
  • 2 columns
Loading...

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

Redu

@kaggle.cprimozi_robinhood_stock_popularity_history.redu
  • 147.45 KB
  • 14980 rows
  • 2 columns
Loading...

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

Redv

@kaggle.cprimozi_robinhood_stock_popularity_history.redv
  • 58.61 KB
  • 6002 rows
  • 2 columns
Loading...

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

Reed

@kaggle.cprimozi_robinhood_stock_popularity_history.reed
  • 152.92 KB
  • 14917 rows
  • 2 columns
Loading...

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

Reem

@kaggle.cprimozi_robinhood_stock_popularity_history.reem
  • 58.61 KB
  • 6002 rows
  • 2 columns
Loading...

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

Reet

@kaggle.cprimozi_robinhood_stock_popularity_history.reet
  • 151.54 KB
  • 14956 rows
  • 2 columns
Loading...

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

Refa

@kaggle.cprimozi_robinhood_stock_popularity_history.refa
  • 58.54 KB
  • 6002 rows
  • 2 columns
Loading...

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

Refr

@kaggle.cprimozi_robinhood_stock_popularity_history.refr
  • 151.31 KB
  • 14943 rows
  • 2 columns
Loading...

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

Reg

@kaggle.cprimozi_robinhood_stock_popularity_history.reg
  • 146.89 KB
  • 14958 rows
  • 2 columns
Loading...

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

Regi

@kaggle.cprimozi_robinhood_stock_popularity_history.regi
  • 154.17 KB
  • 14914 rows
  • 2 columns
Loading...

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

Regl

@kaggle.cprimozi_robinhood_stock_popularity_history.regl
  • 146.69 KB
  • 14961 rows
  • 2 columns
Loading...

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

Regn

@kaggle.cprimozi_robinhood_stock_popularity_history.regn
  • 151.97 KB
  • 14914 rows
  • 2 columns
Loading...

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

Rei

@kaggle.cprimozi_robinhood_stock_popularity_history.rei
  • 154.75 KB
  • 14928 rows
  • 2 columns
Loading...

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

Share link

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