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

Mro

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

Mrrl

@kaggle.cprimozi_robinhood_stock_popularity_history.mrrl
  • 157.48 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE mrrl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mrsn

@kaggle.cprimozi_robinhood_stock_popularity_history.mrsn
  • 154.8 kB
  • 14,976 rows
  • 2 columns
Loading...
CREATE TABLE mrsn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mrtn

@kaggle.cprimozi_robinhood_stock_popularity_history.mrtn
  • 150.46 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE mrtn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mrtx

@kaggle.cprimozi_robinhood_stock_popularity_history.mrtx
  • 153.31 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE mrtx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mrus

@kaggle.cprimozi_robinhood_stock_popularity_history.mrus
  • 152.21 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE mrus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mrvl

@kaggle.cprimozi_robinhood_stock_popularity_history.mrvl
  • 166.78 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE mrvl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mrwsy

@kaggle.cprimozi_robinhood_stock_popularity_history.mrwsy
  • 122.55 kB
  • 12,294 rows
  • 2 columns
Loading...
CREATE TABLE mrwsy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ms

@kaggle.cprimozi_robinhood_stock_popularity_history.ms
  • 161.24 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE ms (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msa

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

Msady

@kaggle.cprimozi_robinhood_stock_popularity_history.msady
  • 122.57 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE msady (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msb

@kaggle.cprimozi_robinhood_stock_popularity_history.msb
  • 153.42 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE msb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msbf

@kaggle.cprimozi_robinhood_stock_popularity_history.msbf
  • 37.74 kB
  • 3,719 rows
  • 2 columns
Loading...
CREATE TABLE msbf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msbi

@kaggle.cprimozi_robinhood_stock_popularity_history.msbi
  • 148.03 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE msbi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msc

@kaggle.cprimozi_robinhood_stock_popularity_history.msc
  • 111.27 kB
  • 11,099 rows
  • 2 columns
Loading...
CREATE TABLE msc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msci

@kaggle.cprimozi_robinhood_stock_popularity_history.msci
  • 153.31 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE msci (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msd

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

Msex

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

Msft

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

Msg

@kaggle.cprimozi_robinhood_stock_popularity_history.msg
  • 153.28 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE msg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msgn

@kaggle.cprimozi_robinhood_stock_popularity_history.msgn
  • 151.88 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE msgn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msi

@kaggle.cprimozi_robinhood_stock_popularity_history.msi
  • 155.23 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE msi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msm

@kaggle.cprimozi_robinhood_stock_popularity_history.msm
  • 150.85 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE msm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Msn

@kaggle.cprimozi_robinhood_stock_popularity_history.msn
  • 153.16 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE msn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mson

@kaggle.cprimozi_robinhood_stock_popularity_history.mson
  • 150.12 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE mson (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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