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

Acgby

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

Acgl

@kaggle.cprimozi_robinhood_stock_popularity_history.acgl
  • 145.6 kB
  • 14,427 rows
  • 2 columns
Loading...
CREATE TABLE acgl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ach

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

Achc

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

Achn

@kaggle.cprimozi_robinhood_stock_popularity_history.achn
  • 154.89 kB
  • 14,458 rows
  • 2 columns
Loading...
CREATE TABLE achn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Achv

@kaggle.cprimozi_robinhood_stock_popularity_history.achv
  • 159.37 kB
  • 14,927 rows
  • 2 columns
Loading...
CREATE TABLE achv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acia

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

Acio

@kaggle.cprimozi_robinhood_stock_popularity_history.acio
  • 49.82 kB
  • 4,950 rows
  • 2 columns
Loading...
CREATE TABLE acio (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Aciu

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

Aciw

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

Acls

@kaggle.cprimozi_robinhood_stock_popularity_history.acls
  • 154.01 kB
  • 14,921 rows
  • 2 columns
Loading...
CREATE TABLE acls (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acm

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

Acmr

@kaggle.cprimozi_robinhood_stock_popularity_history.acmr
  • 151.91 kB
  • 14,980 rows
  • 2 columns
Loading...
CREATE TABLE acmr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acn

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

Acnb

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

Acor

@kaggle.cprimozi_robinhood_stock_popularity_history.acor
  • 155.81 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE acor (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acp

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

Acre

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

Acrs

@kaggle.cprimozi_robinhood_stock_popularity_history.acrs
  • 155.65 kB
  • 14,964 rows
  • 2 columns
Loading...
CREATE TABLE acrs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acrx

@kaggle.cprimozi_robinhood_stock_popularity_history.acrx
  • 161 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE acrx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acsay

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

Acsg

@kaggle.cprimozi_robinhood_stock_popularity_history.acsg
  • 98.47 kB
  • 9,902 rows
  • 2 columns
Loading...
CREATE TABLE acsg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Acsi

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

Acst

@kaggle.cprimozi_robinhood_stock_popularity_history.acst
  • 160.66 kB
  • 14,952 rows
  • 2 columns
Loading...
CREATE TABLE acst (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Act

@kaggle.cprimozi_robinhood_stock_popularity_history.act
  • 156.48 kB
  • 14,984 rows
  • 2 columns
Loading...
CREATE TABLE act (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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