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

Spok

@kaggle.cprimozi_robinhood_stock_popularity_history.spok
  • 145.12 KB
  • 14922 rows
  • 2 columns
Loading...

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

Spot

@kaggle.cprimozi_robinhood_stock_popularity_history.spot
  • 164.38 KB
  • 14993 rows
  • 2 columns
Loading...

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

Sppi

@kaggle.cprimozi_robinhood_stock_popularity_history.sppi
  • 153.79 KB
  • 14936 rows
  • 2 columns
Loading...

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

Sppp

@kaggle.cprimozi_robinhood_stock_popularity_history.sppp
  • 148.44 KB
  • 14959 rows
  • 2 columns
Loading...

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

Spr

@kaggle.cprimozi_robinhood_stock_popularity_history.spr
  • 138.54 KB
  • 13877 rows
  • 2 columns
Loading...

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

Spro

@kaggle.cprimozi_robinhood_stock_popularity_history.spro
  • 8.96 KB
  • 742 rows
  • 2 columns
Loading...

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

Sprt

@kaggle.cprimozi_robinhood_stock_popularity_history.sprt
  • 147.63 KB
  • 14920 rows
  • 2 columns
Loading...

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

Spsb

@kaggle.cprimozi_robinhood_stock_popularity_history.spsb
  • 145.8 KB
  • 14945 rows
  • 2 columns
Loading...

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

Spsc

@kaggle.cprimozi_robinhood_stock_popularity_history.spsc
  • 146.86 KB
  • 14943 rows
  • 2 columns
Loading...

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

Spsk

@kaggle.cprimozi_robinhood_stock_popularity_history.spsk
  • 10.61 KB
  • 914 rows
  • 2 columns
Loading...

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

Spsm

@kaggle.cprimozi_robinhood_stock_popularity_history.spsm
  • 148.13 KB
  • 14955 rows
  • 2 columns
Loading...

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

Spt

@kaggle.cprimozi_robinhood_stock_popularity_history.spt
  • 14.61 KB
  • 1245 rows
  • 2 columns
Loading...

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

Spti

@kaggle.cprimozi_robinhood_stock_popularity_history.spti
  • 144.99 KB
  • 14920 rows
  • 2 columns
Loading...

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

Sptl

@kaggle.cprimozi_robinhood_stock_popularity_history.sptl
  • 147.81 KB
  • 14954 rows
  • 2 columns
Loading...

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

Sptm

@kaggle.cprimozi_robinhood_stock_popularity_history.sptm
  • 150.04 KB
  • 14920 rows
  • 2 columns
Loading...

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

Sptn

@kaggle.cprimozi_robinhood_stock_popularity_history.sptn
  • 148.47 KB
  • 14926 rows
  • 2 columns
Loading...

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

Spts

@kaggle.cprimozi_robinhood_stock_popularity_history.spts
  • 145.87 KB
  • 14934 rows
  • 2 columns
Loading...

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

Spun

@kaggle.cprimozi_robinhood_stock_popularity_history.spun
  • 116.06 KB
  • 11966 rows
  • 2 columns
Loading...

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

Spus

@kaggle.cprimozi_robinhood_stock_popularity_history.spus
  • 13.36 KB
  • 1202 rows
  • 2 columns
Loading...

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

Spuu

@kaggle.cprimozi_robinhood_stock_popularity_history.spuu
  • 145.65 KB
  • 14956 rows
  • 2 columns
Loading...

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

Spvm

@kaggle.cprimozi_robinhood_stock_popularity_history.spvm
  • 144.07 KB
  • 14875 rows
  • 2 columns
Loading...

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

Spvu

@kaggle.cprimozi_robinhood_stock_popularity_history.spvu
  • 144.41 KB
  • 14906 rows
  • 2 columns
Loading...

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

Spwh

@kaggle.cprimozi_robinhood_stock_popularity_history.spwh
  • 153.92 KB
  • 14949 rows
  • 2 columns
Loading...

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

Spwr

@kaggle.cprimozi_robinhood_stock_popularity_history.spwr
  • 166.72 KB
  • 14949 rows
  • 2 columns
Loading...

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

Spxb

@kaggle.cprimozi_robinhood_stock_popularity_history.spxb
  • 144.89 KB
  • 14948 rows
  • 2 columns
Loading...

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

Share link

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