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

Dbe

@kaggle.cprimozi_robinhood_stock_popularity_history.dbe
  • 145.46 KB
  • 14936 rows
  • 2 columns
Loading...

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

Dbef

@kaggle.cprimozi_robinhood_stock_popularity_history.dbef
  • 144.78 KB
  • 14948 rows
  • 2 columns
Loading...

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

Dbeh

@kaggle.cprimozi_robinhood_stock_popularity_history.dbeh
  • 13.16 KB
  • 1202 rows
  • 2 columns
Loading...

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

Dbem

@kaggle.cprimozi_robinhood_stock_popularity_history.dbem
  • 144.28 KB
  • 14948 rows
  • 2 columns
Loading...

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

Dbeu

@kaggle.cprimozi_robinhood_stock_popularity_history.dbeu
  • 144.82 KB
  • 14948 rows
  • 2 columns
Loading...

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

Dbez

@kaggle.cprimozi_robinhood_stock_popularity_history.dbez
  • 144.45 KB
  • 14959 rows
  • 2 columns
Loading...

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

Dbgr

@kaggle.cprimozi_robinhood_stock_popularity_history.dbgr
  • 144.51 KB
  • 14943 rows
  • 2 columns
Loading...

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

Dbi

@kaggle.cprimozi_robinhood_stock_popularity_history.dbi
  • 74.87 KB
  • 7311 rows
  • 2 columns
Loading...

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

Dbjp

@kaggle.cprimozi_robinhood_stock_popularity_history.dbjp
  • 145.13 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dbl

@kaggle.cprimozi_robinhood_stock_popularity_history.dbl
  • 145.19 KB
  • 14960 rows
  • 2 columns
Loading...

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

Dblv

@kaggle.cprimozi_robinhood_stock_popularity_history.dblv
  • 144.27 KB
  • 14935 rows
  • 2 columns
Loading...

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

Dbmf

@kaggle.cprimozi_robinhood_stock_popularity_history.dbmf
  • 63.07 KB
  • 6456 rows
  • 2 columns
Loading...

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

Dbo

@kaggle.cprimozi_robinhood_stock_popularity_history.dbo
  • 147.74 KB
  • 14943 rows
  • 2 columns
Loading...

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

Dboey

@kaggle.cprimozi_robinhood_stock_popularity_history.dboey
  • 120.4 KB
  • 12293 rows
  • 2 columns
Loading...

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

Dbp

@kaggle.cprimozi_robinhood_stock_popularity_history.dbp
  • 144.49 KB
  • 14890 rows
  • 2 columns
Loading...

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

Dbs

@kaggle.cprimozi_robinhood_stock_popularity_history.dbs
  • 144.18 KB
  • 14887 rows
  • 2 columns
Loading...

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

Dbsdy

@kaggle.cprimozi_robinhood_stock_popularity_history.dbsdy
  • 119.24 KB
  • 12297 rows
  • 2 columns
Loading...

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

Dbv

@kaggle.cprimozi_robinhood_stock_popularity_history.dbv
  • 144.72 KB
  • 14948 rows
  • 2 columns
Loading...

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

Dbx

@kaggle.cprimozi_robinhood_stock_popularity_history.dbx
  • 163.94 KB
  • 14992 rows
  • 2 columns
Loading...

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

Dcar

@kaggle.cprimozi_robinhood_stock_popularity_history.dcar
  • 81.14 KB
  • 7839 rows
  • 2 columns
Loading...

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

Dcf

@kaggle.cprimozi_robinhood_stock_popularity_history.dcf
  • 57.69 KB
  • 5858 rows
  • 2 columns
Loading...

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

Dchf

@kaggle.cprimozi_robinhood_stock_popularity_history.dchf
  • 145.18 KB
  • 14985 rows
  • 2 columns
Loading...

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

Dci

@kaggle.cprimozi_robinhood_stock_popularity_history.dci
  • 145.55 KB
  • 14922 rows
  • 2 columns
Loading...

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

Dcix

@kaggle.cprimozi_robinhood_stock_popularity_history.dcix
  • 82.15 KB
  • 7956 rows
  • 2 columns
Loading...

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

Dcmyy

@kaggle.cprimozi_robinhood_stock_popularity_history.dcmyy
  • 120.22 KB
  • 12259 rows
  • 2 columns
Loading...

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

Share link

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