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
  • 147.82 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE rdog (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rds A

@kaggle.cprimozi_robinhood_stock_popularity_history.rds_a
  • 10.13 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
  • 10.17 kB
  • 745 rows
  • 2 columns
Loading...
CREATE TABLE rds_b (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rdsmy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdsmy
  • 122.21 kB
  • 12,297 rows
  • 2 columns
Loading...
CREATE TABLE rdsmy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rdus

@kaggle.cprimozi_robinhood_stock_popularity_history.rdus
  • 151.93 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE rdus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rdvt

@kaggle.cprimozi_robinhood_stock_popularity_history.rdvt
  • 152.4 kB
  • 14,992 rows
  • 2 columns
Loading...
CREATE TABLE rdvt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rdvy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdvy
  • 149.32 kB
  • 14,925 rows
  • 2 columns
Loading...
CREATE TABLE rdvy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rdwr

@kaggle.cprimozi_robinhood_stock_popularity_history.rdwr
  • 151.9 kB
  • 14,954 rows
  • 2 columns
Loading...
CREATE TABLE rdwr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rdy

@kaggle.cprimozi_robinhood_stock_popularity_history.rdy
  • 151.28 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE rdy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Re

@kaggle.cprimozi_robinhood_stock_popularity_history.re
  • 149.56 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE re (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Real

@kaggle.cprimozi_robinhood_stock_popularity_history.real
  • 58.1 kB
  • 5,262 rows
  • 2 columns
Loading...
CREATE TABLE real (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Recn

@kaggle.cprimozi_robinhood_stock_popularity_history.recn
  • 150.95 kB
  • 14,913 rows
  • 2 columns
Loading...
CREATE TABLE recn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Recs

@kaggle.cprimozi_robinhood_stock_popularity_history.recs
  • 24.65 kB
  • 2,357 rows
  • 2 columns
Loading...
CREATE TABLE recs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Redu

@kaggle.cprimozi_robinhood_stock_popularity_history.redu
  • 150.99 kB
  • 14,980 rows
  • 2 columns
Loading...
CREATE TABLE redu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Redv

@kaggle.cprimozi_robinhood_stock_popularity_history.redv
  • 60.02 kB
  • 6,002 rows
  • 2 columns
Loading...
CREATE TABLE redv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reed

@kaggle.cprimozi_robinhood_stock_popularity_history.reed
  • 156.59 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE reed (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reem

@kaggle.cprimozi_robinhood_stock_popularity_history.reem
  • 60.02 kB
  • 6,002 rows
  • 2 columns
Loading...
CREATE TABLE reem (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reet

@kaggle.cprimozi_robinhood_stock_popularity_history.reet
  • 155.18 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE reet (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Refa

@kaggle.cprimozi_robinhood_stock_popularity_history.refa
  • 59.94 kB
  • 6,002 rows
  • 2 columns
Loading...
CREATE TABLE refa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Refr

@kaggle.cprimozi_robinhood_stock_popularity_history.refr
  • 154.94 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE refr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Reg

@kaggle.cprimozi_robinhood_stock_popularity_history.reg
  • 150.41 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE reg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Regi

@kaggle.cprimozi_robinhood_stock_popularity_history.regi
  • 157.87 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE regi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Regl

@kaggle.cprimozi_robinhood_stock_popularity_history.regl
  • 150.21 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE regl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Regn

@kaggle.cprimozi_robinhood_stock_popularity_history.regn
  • 155.61 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE regn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rei

@kaggle.cprimozi_robinhood_stock_popularity_history.rei
  • 158.47 kB
  • 14,928 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.