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

Msp

@kaggle.cprimozi_robinhood_stock_popularity_history.msp
  • 130.83 KB
  • 13537 rows
  • 2 columns
Loading...

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

Mstr

@kaggle.cprimozi_robinhood_stock_popularity_history.mstr
  • 145.75 KB
  • 14928 rows
  • 2 columns
Loading...

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

Msus

@kaggle.cprimozi_robinhood_stock_popularity_history.msus
  • 36.9 KB
  • 3731 rows
  • 2 columns
Loading...

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

Msvb

@kaggle.cprimozi_robinhood_stock_popularity_history.msvb
  • 36.95 KB
  • 3733 rows
  • 2 columns
Loading...

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

Mt

@kaggle.cprimozi_robinhood_stock_popularity_history.mt
  • 151.89 KB
  • 14978 rows
  • 2 columns
Loading...

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

Mta

@kaggle.cprimozi_robinhood_stock_popularity_history.mta
  • 9.5 KB
  • 750 rows
  • 2 columns
Loading...

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

Mtb

@kaggle.cprimozi_robinhood_stock_popularity_history.mtb
  • 147.94 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mtbc

@kaggle.cprimozi_robinhood_stock_popularity_history.mtbc
  • 85.59 KB
  • 8390 rows
  • 2 columns
Loading...

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

Mtc

@kaggle.cprimozi_robinhood_stock_popularity_history.mtc
  • 38.2 KB
  • 3739 rows
  • 2 columns
Loading...

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

Mtch

@kaggle.cprimozi_robinhood_stock_popularity_history.mtch
  • 159.93 KB
  • 14965 rows
  • 2 columns
Loading...

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

Mtd

@kaggle.cprimozi_robinhood_stock_popularity_history.mtd
  • 146.22 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mtdr

@kaggle.cprimozi_robinhood_stock_popularity_history.mtdr
  • 148.93 KB
  • 14951 rows
  • 2 columns
Loading...

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

Mtem

@kaggle.cprimozi_robinhood_stock_popularity_history.mtem
  • 150.81 KB
  • 14914 rows
  • 2 columns
Loading...

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

Mtex

@kaggle.cprimozi_robinhood_stock_popularity_history.mtex
  • 145.24 KB
  • 14914 rows
  • 2 columns
Loading...

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

Mtg

@kaggle.cprimozi_robinhood_stock_popularity_history.mtg
  • 149.04 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mtge

@kaggle.cprimozi_robinhood_stock_popularity_history.mtge
  • 125.73 KB
  • 12883 rows
  • 2 columns
Loading...

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

Mtgp

@kaggle.cprimozi_robinhood_stock_popularity_history.mtgp
  • 20.31 KB
  • 1969 rows
  • 2 columns
Loading...

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

Mth

@kaggle.cprimozi_robinhood_stock_popularity_history.mth
  • 146.9 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mtl

@kaggle.cprimozi_robinhood_stock_popularity_history.mtl
  • 135.99 KB
  • 13214 rows
  • 2 columns
Loading...

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

Mtls

@kaggle.cprimozi_robinhood_stock_popularity_history.mtls
  • 149.48 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mtn

@kaggle.cprimozi_robinhood_stock_popularity_history.mtn
  • 153.86 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mtnb

@kaggle.cprimozi_robinhood_stock_popularity_history.mtnb
  • 154.86 KB
  • 14972 rows
  • 2 columns
Loading...

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

Mtnoy

@kaggle.cprimozi_robinhood_stock_popularity_history.mtnoy
  • 121.97 KB
  • 12293 rows
  • 2 columns
Loading...

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

Mtor

@kaggle.cprimozi_robinhood_stock_popularity_history.mtor
  • 148.42 KB
  • 14919 rows
  • 2 columns
Loading...

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

Mtp

@kaggle.cprimozi_robinhood_stock_popularity_history.mtp
  • 74.18 KB
  • 7167 rows
  • 2 columns
Loading...

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

Share link

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