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

Srcl

@kaggle.cprimozi_robinhood_stock_popularity_history.srcl
  • 148.19 KB
  • 14949 rows
  • 2 columns
Loading...

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

Srdx

@kaggle.cprimozi_robinhood_stock_popularity_history.srdx
  • 146.52 KB
  • 14926 rows
  • 2 columns
Loading...

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

Sre

@kaggle.cprimozi_robinhood_stock_popularity_history.sre
  • 149.09 KB
  • 14920 rows
  • 2 columns
Loading...

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

Sret

@kaggle.cprimozi_robinhood_stock_popularity_history.sret
  • 155.55 KB
  • 14962 rows
  • 2 columns
Loading...

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

Srev

@kaggle.cprimozi_robinhood_stock_popularity_history.srev
  • 148.4 KB
  • 14951 rows
  • 2 columns
Loading...

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

Srf

@kaggle.cprimozi_robinhood_stock_popularity_history.srf
  • 144.6 KB
  • 14959 rows
  • 2 columns
Loading...

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

Srg

@kaggle.cprimozi_robinhood_stock_popularity_history.srg
  • 146.23 KB
  • 14963 rows
  • 2 columns
Loading...

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

Sri

@kaggle.cprimozi_robinhood_stock_popularity_history.sri
  • 147.33 KB
  • 14914 rows
  • 2 columns
Loading...

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

Srl

@kaggle.cprimozi_robinhood_stock_popularity_history.srl
  • 54.99 KB
  • 5591 rows
  • 2 columns
Loading...

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

Srln

@kaggle.cprimozi_robinhood_stock_popularity_history.srln
  • 145.28 KB
  • 14932 rows
  • 2 columns
Loading...

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

Srlp

@kaggle.cprimozi_robinhood_stock_popularity_history.srlp
  • 148.77 KB
  • 14956 rows
  • 2 columns
Loading...

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

Srne

@kaggle.cprimozi_robinhood_stock_popularity_history.srne
  • 158.78 KB
  • 14934 rows
  • 2 columns
Loading...

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

Srpt

@kaggle.cprimozi_robinhood_stock_popularity_history.srpt
  • 154.93 KB
  • 14936 rows
  • 2 columns
Loading...

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

Srra

@kaggle.cprimozi_robinhood_stock_popularity_history.srra
  • 8.13 KB
  • 577 rows
  • 2 columns
Loading...

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

Srrk

@kaggle.cprimozi_robinhood_stock_popularity_history.srrk
  • 146.73 KB
  • 14491 rows
  • 2 columns
Loading...

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

Srs

@kaggle.cprimozi_robinhood_stock_popularity_history.srs
  • 146.78 KB
  • 14914 rows
  • 2 columns
Loading...

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

Srt

@kaggle.cprimozi_robinhood_stock_popularity_history.srt
  • 146.24 KB
  • 14914 rows
  • 2 columns
Loading...

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

Srts

@kaggle.cprimozi_robinhood_stock_popularity_history.srts
  • 84.8 KB
  • 8521 rows
  • 2 columns
Loading...

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

Srty

@kaggle.cprimozi_robinhood_stock_popularity_history.srty
  • 149.08 KB
  • 14938 rows
  • 2 columns
Loading...

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

Srv

@kaggle.cprimozi_robinhood_stock_popularity_history.srv
  • 145.17 KB
  • 14959 rows
  • 2 columns
Loading...

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

Srvr

@kaggle.cprimozi_robinhood_stock_popularity_history.srvr
  • 146.11 KB
  • 14669 rows
  • 2 columns
Loading...

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

Ssb

@kaggle.cprimozi_robinhood_stock_popularity_history.ssb
  • 144.68 KB
  • 14930 rows
  • 2 columns
Loading...

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

Ssbi

@kaggle.cprimozi_robinhood_stock_popularity_history.ssbi
  • 145.26 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ssd

@kaggle.cprimozi_robinhood_stock_popularity_history.ssd
  • 146.18 KB
  • 14916 rows
  • 2 columns
Loading...

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

Ssdoy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssdoy
  • 121.29 KB
  • 12297 rows
  • 2 columns
Loading...

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

Share link

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