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

Anss

@kaggle.cprimozi_robinhood_stock_popularity_history.anss
  • 148.75 KB
  • 14914 rows
  • 2 columns
Loading...

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

Ante

@kaggle.cprimozi_robinhood_stock_popularity_history.ante
  • 56.59 KB
  • 5619 rows
  • 2 columns
Loading...

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

Antm

@kaggle.cprimozi_robinhood_stock_popularity_history.antm
  • 152.82 KB
  • 14931 rows
  • 2 columns
Loading...

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

Anvs

@kaggle.cprimozi_robinhood_stock_popularity_history.anvs
  • 6.66 KB
  • 452 rows
  • 2 columns
Loading...

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

Any

@kaggle.cprimozi_robinhood_stock_popularity_history.any
  • 110.21 KB
  • 10645 rows
  • 2 columns
Loading...

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

Anzby

@kaggle.cprimozi_robinhood_stock_popularity_history.anzby
  • 120.04 KB
  • 12296 rows
  • 2 columns
Loading...

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

Aoa

@kaggle.cprimozi_robinhood_stock_popularity_history.aoa
  • 146.62 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aobc

@kaggle.cprimozi_robinhood_stock_popularity_history.aobc
  • 157.41 KB
  • 14926 rows
  • 2 columns
Loading...

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

Aod

@kaggle.cprimozi_robinhood_stock_popularity_history.aod
  • 148.52 KB
  • 14959 rows
  • 2 columns
Loading...

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

Aok

@kaggle.cprimozi_robinhood_stock_popularity_history.aok
  • 146.56 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aom

@kaggle.cprimozi_robinhood_stock_popularity_history.aom
  • 146.33 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aon

@kaggle.cprimozi_robinhood_stock_popularity_history.aon
  • 146.76 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aor

@kaggle.cprimozi_robinhood_stock_popularity_history.aor
  • 146.61 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aos

@kaggle.cprimozi_robinhood_stock_popularity_history.aos
  • 152.88 KB
  • 14928 rows
  • 2 columns
Loading...

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

Aosl

@kaggle.cprimozi_robinhood_stock_popularity_history.aosl
  • 147.02 KB
  • 14939 rows
  • 2 columns
Loading...

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

Ap

@kaggle.cprimozi_robinhood_stock_popularity_history.ap
  • 146.99 KB
  • 14931 rows
  • 2 columns
Loading...

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

Apa

@kaggle.cprimozi_robinhood_stock_popularity_history.apa
  • 153.16 KB
  • 14914 rows
  • 2 columns
Loading...

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

Apam

@kaggle.cprimozi_robinhood_stock_popularity_history.apam
  • 146.68 KB
  • 14917 rows
  • 2 columns
Loading...

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

Apb

@kaggle.cprimozi_robinhood_stock_popularity_history.apb
  • 143.79 KB
  • 14959 rows
  • 2 columns
Loading...

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

Apd

@kaggle.cprimozi_robinhood_stock_popularity_history.apd
  • 150.37 KB
  • 14914 rows
  • 2 columns
Loading...

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

Apdn

@kaggle.cprimozi_robinhood_stock_popularity_history.apdn
  • 25.03 KB
  • 2267 rows
  • 2 columns
Loading...

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

Apei

@kaggle.cprimozi_robinhood_stock_popularity_history.apei
  • 145.59 KB
  • 14920 rows
  • 2 columns
Loading...

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

Apely

@kaggle.cprimozi_robinhood_stock_popularity_history.apely
  • 118.34 KB
  • 12295 rows
  • 2 columns
Loading...

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

Apen

@kaggle.cprimozi_robinhood_stock_popularity_history.apen
  • 146.64 KB
  • 14928 rows
  • 2 columns
Loading...

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

Apex

@kaggle.cprimozi_robinhood_stock_popularity_history.apex
  • 32.26 KB
  • 3103 rows
  • 2 columns
Loading...

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

Share link

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