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

Mdwd

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

Mdy

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

Mdyg

@kaggle.cprimozi_robinhood_stock_popularity_history.mdyg
  • 149.05 kB
  • 14,929 rows
  • 2 columns
Loading...
CREATE TABLE mdyg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mdyv

@kaggle.cprimozi_robinhood_stock_popularity_history.mdyv
  • 148.19 kB
  • 14,902 rows
  • 2 columns
Loading...
CREATE TABLE mdyv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mear

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

Mec

@kaggle.cprimozi_robinhood_stock_popularity_history.mec
  • 65.22 kB
  • 6,432 rows
  • 2 columns
Loading...
CREATE TABLE mec (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Med

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

Medp

@kaggle.cprimozi_robinhood_stock_popularity_history.medp
  • 153.38 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE medp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Meet

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

Mei

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

Meip

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

Meli

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

Men

@kaggle.cprimozi_robinhood_stock_popularity_history.men
  • 148.37 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE men (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Meoh

@kaggle.cprimozi_robinhood_stock_popularity_history.meoh
  • 150.82 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE meoh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Merc

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

Mesa

@kaggle.cprimozi_robinhood_stock_popularity_history.mesa
  • 132.47 kB
  • 12,723 rows
  • 2 columns
Loading...
CREATE TABLE mesa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Meso

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

Met

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

Metc

@kaggle.cprimozi_robinhood_stock_popularity_history.metc
  • 151.35 kB
  • 14,972 rows
  • 2 columns
Loading...
CREATE TABLE metc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mexx

@kaggle.cprimozi_robinhood_stock_popularity_history.mexx
  • 22.6 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE mexx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mfa

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

Mfac

@kaggle.cprimozi_robinhood_stock_popularity_history.mfac
  • 115.6 kB
  • 11,743 rows
  • 2 columns
Loading...
CREATE TABLE mfac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mfc

@kaggle.cprimozi_robinhood_stock_popularity_history.mfc
  • 153.38 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE mfc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mfd

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

Mfdx

@kaggle.cprimozi_robinhood_stock_popularity_history.mfdx
  • 22.41 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE mfdx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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