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

Tmdi

@kaggle.cprimozi_robinhood_stock_popularity_history.tmdi
  • 39.29 KB
  • 3733 rows
  • 2 columns
Loading...

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

Tmdv

@kaggle.cprimozi_robinhood_stock_popularity_history.tmdv
  • 21.98 KB
  • 2112 rows
  • 2 columns
Loading...

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

Tmdx

@kaggle.cprimozi_robinhood_stock_popularity_history.tmdx
  • 67.09 KB
  • 6576 rows
  • 2 columns
Loading...

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

Tme

@kaggle.cprimozi_robinhood_stock_popularity_history.tme
  • 105.73 KB
  • 9784 rows
  • 2 columns
Loading...

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

Tmf

@kaggle.cprimozi_robinhood_stock_popularity_history.tmf
  • 151.45 KB
  • 14929 rows
  • 2 columns
Loading...

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

Tmfc

@kaggle.cprimozi_robinhood_stock_popularity_history.tmfc
  • 158.93 KB
  • 14987 rows
  • 2 columns
Loading...

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

Tmhc

@kaggle.cprimozi_robinhood_stock_popularity_history.tmhc
  • 147.34 KB
  • 14943 rows
  • 2 columns
Loading...

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

Tmo

@kaggle.cprimozi_robinhood_stock_popularity_history.tmo
  • 153.74 KB
  • 14930 rows
  • 2 columns
Loading...

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

Tmp

@kaggle.cprimozi_robinhood_stock_popularity_history.tmp
  • 145.05 KB
  • 14952 rows
  • 2 columns
Loading...

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

Tmq

@kaggle.cprimozi_robinhood_stock_popularity_history.tmq
  • 153.33 KB
  • 14914 rows
  • 2 columns
Loading...

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

Tmsny

@kaggle.cprimozi_robinhood_stock_popularity_history.tmsny
  • 119.05 KB
  • 12293 rows
  • 2 columns
Loading...

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

Tmsr

@kaggle.cprimozi_robinhood_stock_popularity_history.tmsr
  • 37.9 KB
  • 3719 rows
  • 2 columns
Loading...

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

Tmst

@kaggle.cprimozi_robinhood_stock_popularity_history.tmst
  • 149.66 KB
  • 14956 rows
  • 2 columns
Loading...

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

Tmus

@kaggle.cprimozi_robinhood_stock_popularity_history.tmus
  • 163.18 KB
  • 14951 rows
  • 2 columns
Loading...

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

Tmv

@kaggle.cprimozi_robinhood_stock_popularity_history.tmv
  • 148.64 KB
  • 14929 rows
  • 2 columns
Loading...

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

Tna

@kaggle.cprimozi_robinhood_stock_popularity_history.tna
  • 153.01 KB
  • 14955 rows
  • 2 columns
Loading...

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

Tnav

@kaggle.cprimozi_robinhood_stock_popularity_history.tnav
  • 153.05 KB
  • 14934 rows
  • 2 columns
Loading...

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

Tnc

@kaggle.cprimozi_robinhood_stock_popularity_history.tnc
  • 36.93 KB
  • 3715 rows
  • 2 columns
Loading...

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

Tndm

@kaggle.cprimozi_robinhood_stock_popularity_history.tndm
  • 161.64 KB
  • 14956 rows
  • 2 columns
Loading...

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

Tnet

@kaggle.cprimozi_robinhood_stock_popularity_history.tnet
  • 147.77 KB
  • 14916 rows
  • 2 columns
Loading...

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

Tnk

@kaggle.cprimozi_robinhood_stock_popularity_history.tnk
  • 19.25 KB
  • 1711 rows
  • 2 columns
Loading...

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

Tnp

@kaggle.cprimozi_robinhood_stock_popularity_history.tnp
  • 148.45 KB
  • 14955 rows
  • 2 columns
Loading...

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

Tnxp

@kaggle.cprimozi_robinhood_stock_popularity_history.tnxp
  • 25.81 KB
  • 2266 rows
  • 2 columns
Loading...

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

Toca

@kaggle.cprimozi_robinhood_stock_popularity_history.toca
  • 152.41 KB
  • 14974 rows
  • 2 columns
Loading...

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

Toely

@kaggle.cprimozi_robinhood_stock_popularity_history.toely
  • 121.54 KB
  • 12294 rows
  • 2 columns
Loading...

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

Share link

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