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

Awx

@kaggle.cprimozi_robinhood_stock_popularity_history.awx
  • 152.16 KB
  • 14935 rows
  • 2 columns
Loading...

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

Ax

@kaggle.cprimozi_robinhood_stock_popularity_history.ax
  • 121.09 KB
  • 11932 rows
  • 2 columns
Loading...

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

Axas

@kaggle.cprimozi_robinhood_stock_popularity_history.axas
  • 162.88 KB
  • 14934 rows
  • 2 columns
Loading...

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

Axdx

@kaggle.cprimozi_robinhood_stock_popularity_history.axdx
  • 147.07 KB
  • 14926 rows
  • 2 columns
Loading...

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

Axe

@kaggle.cprimozi_robinhood_stock_popularity_history.axe
  • 146.27 KB
  • 14917 rows
  • 2 columns
Loading...

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

Axgn

@kaggle.cprimozi_robinhood_stock_popularity_history.axgn
  • 153.04 KB
  • 14951 rows
  • 2 columns
Loading...

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

Axgt

@kaggle.cprimozi_robinhood_stock_popularity_history.axgt
  • 66.6 KB
  • 6456 rows
  • 2 columns
Loading...

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

Axjl

@kaggle.cprimozi_robinhood_stock_popularity_history.axjl
  • 144.38 KB
  • 14931 rows
  • 2 columns
Loading...

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

Axl

@kaggle.cprimozi_robinhood_stock_popularity_history.axl
  • 151.12 KB
  • 14917 rows
  • 2 columns
Loading...

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

Axla

@kaggle.cprimozi_robinhood_stock_popularity_history.axla
  • 64 KB
  • 6407 rows
  • 2 columns
Loading...

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

Axnx

@kaggle.cprimozi_robinhood_stock_popularity_history.axnx
  • 109.42 KB
  • 10789 rows
  • 2 columns
Loading...

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

Axp

@kaggle.cprimozi_robinhood_stock_popularity_history.axp
  • 158.06 KB
  • 14917 rows
  • 2 columns
Loading...

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

Axr

@kaggle.cprimozi_robinhood_stock_popularity_history.axr
  • 144.7 KB
  • 14917 rows
  • 2 columns
Loading...

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

Axs

@kaggle.cprimozi_robinhood_stock_popularity_history.axs
  • 145.69 KB
  • 14917 rows
  • 2 columns
Loading...

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

Axsm

@kaggle.cprimozi_robinhood_stock_popularity_history.axsm
  • 155.2 KB
  • 14965 rows
  • 2 columns
Loading...

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

Axta

@kaggle.cprimozi_robinhood_stock_popularity_history.axta
  • 148.3 KB
  • 14958 rows
  • 2 columns
Loading...

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

Axti

@kaggle.cprimozi_robinhood_stock_popularity_history.axti
  • 150.98 KB
  • 14914 rows
  • 2 columns
Loading...

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

Axu

@kaggle.cprimozi_robinhood_stock_popularity_history.axu
  • 151.98 KB
  • 14917 rows
  • 2 columns
Loading...

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

Ay

@kaggle.cprimozi_robinhood_stock_popularity_history.ay
  • 151.66 KB
  • 14955 rows
  • 2 columns
Loading...

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

Ayi

@kaggle.cprimozi_robinhood_stock_popularity_history.ayi
  • 147.9 KB
  • 14939 rows
  • 2 columns
Loading...

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

Ayr

@kaggle.cprimozi_robinhood_stock_popularity_history.ayr
  • 147.97 KB
  • 14939 rows
  • 2 columns
Loading...

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

Aytu

@kaggle.cprimozi_robinhood_stock_popularity_history.aytu
  • 130.08 KB
  • 12641 rows
  • 2 columns
Loading...

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

Ayx

@kaggle.cprimozi_robinhood_stock_popularity_history.ayx
  • 160.22 KB
  • 14973 rows
  • 2 columns
Loading...

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

Azn

@kaggle.cprimozi_robinhood_stock_popularity_history.azn
  • 153.52 KB
  • 14956 rows
  • 2 columns
Loading...

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

Azo

@kaggle.cprimozi_robinhood_stock_popularity_history.azo
  • 149.25 KB
  • 14916 rows
  • 2 columns
Loading...

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

Share link

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