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

Denn

@kaggle.cprimozi_robinhood_stock_popularity_history.denn
  • 151.6 KB
  • 14940 rows
  • 2 columns
Loading...

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

Deo

@kaggle.cprimozi_robinhood_stock_popularity_history.deo
  • 151.31 KB
  • 14956 rows
  • 2 columns
Loading...

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

Derm

@kaggle.cprimozi_robinhood_stock_popularity_history.derm
  • 153.75 KB
  • 14958 rows
  • 2 columns
Loading...

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

Des

@kaggle.cprimozi_robinhood_stock_popularity_history.des
  • 148.02 KB
  • 14917 rows
  • 2 columns
Loading...

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

Desp

@kaggle.cprimozi_robinhood_stock_popularity_history.desp
  • 45.13 KB
  • 4473 rows
  • 2 columns
Loading...

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

Deur

@kaggle.cprimozi_robinhood_stock_popularity_history.deur
  • 145.96 KB
  • 14985 rows
  • 2 columns
Loading...

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

Deus

@kaggle.cprimozi_robinhood_stock_popularity_history.deus
  • 144.76 KB
  • 14965 rows
  • 2 columns
Loading...

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

Dew

@kaggle.cprimozi_robinhood_stock_popularity_history.dew
  • 144.49 KB
  • 14917 rows
  • 2 columns
Loading...

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

Dex

@kaggle.cprimozi_robinhood_stock_popularity_history.dex
  • 146.46 KB
  • 14959 rows
  • 2 columns
Loading...

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

Dfe

@kaggle.cprimozi_robinhood_stock_popularity_history.dfe
  • 145.02 KB
  • 14943 rows
  • 2 columns
Loading...

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

Dfen

@kaggle.cprimozi_robinhood_stock_popularity_history.dfen
  • 152.47 KB
  • 14974 rows
  • 2 columns
Loading...

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

Dffn

@kaggle.cprimozi_robinhood_stock_popularity_history.dffn
  • 101.79 KB
  • 9735 rows
  • 2 columns
Loading...

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

Dfin

@kaggle.cprimozi_robinhood_stock_popularity_history.dfin
  • 146.19 KB
  • 14970 rows
  • 2 columns
Loading...

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

Dfj

@kaggle.cprimozi_robinhood_stock_popularity_history.dfj
  • 145.2 KB
  • 14943 rows
  • 2 columns
Loading...

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

Dfnd

@kaggle.cprimozi_robinhood_stock_popularity_history.dfnd
  • 144.94 KB
  • 14966 rows
  • 2 columns
Loading...

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

Dfnl

@kaggle.cprimozi_robinhood_stock_popularity_history.dfnl
  • 143.11 KB
  • 14971 rows
  • 2 columns
Loading...

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

Dfp

@kaggle.cprimozi_robinhood_stock_popularity_history.dfp
  • 145.97 KB
  • 14961 rows
  • 2 columns
Loading...

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

Dfs

@kaggle.cprimozi_robinhood_stock_popularity_history.dfs
  • 154.22 KB
  • 14943 rows
  • 2 columns
Loading...

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

Dfvl

@kaggle.cprimozi_robinhood_stock_popularity_history.dfvl
  • 36.75 KB
  • 3714 rows
  • 2 columns
Loading...

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

Dfvs

@kaggle.cprimozi_robinhood_stock_popularity_history.dfvs
  • 144.59 KB
  • 14951 rows
  • 2 columns
Loading...

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

Dg

@kaggle.cprimozi_robinhood_stock_popularity_history.dg
  • 157.3 KB
  • 14936 rows
  • 2 columns
Loading...

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

Dgaz

@kaggle.cprimozi_robinhood_stock_popularity_history.dgaz
  • 111.88 KB
  • 10168 rows
  • 2 columns
Loading...

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

Dgbp

@kaggle.cprimozi_robinhood_stock_popularity_history.dgbp
  • 146.57 KB
  • 14985 rows
  • 2 columns
Loading...

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

Dgica

@kaggle.cprimozi_robinhood_stock_popularity_history.dgica
  • 145.31 KB
  • 14936 rows
  • 2 columns
Loading...

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

Dgicb

@kaggle.cprimozi_robinhood_stock_popularity_history.dgicb
  • 37.2 KB
  • 3705 rows
  • 2 columns
Loading...

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

Share link

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