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

Cnrg

@kaggle.cprimozi_robinhood_stock_popularity_history.cnrg
  • 107.94 KB
  • 10978 rows
  • 2 columns
Loading...

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

Cns

@kaggle.cprimozi_robinhood_stock_popularity_history.cns
  • 146.29 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnsf

@kaggle.cprimozi_robinhood_stock_popularity_history.cnsf
  • 119.25 KB
  • 12306 rows
  • 2 columns
Loading...

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

Cnsl

@kaggle.cprimozi_robinhood_stock_popularity_history.cnsl
  • 154.78 KB
  • 14937 rows
  • 2 columns
Loading...

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

Cnsp

@kaggle.cprimozi_robinhood_stock_popularity_history.cnsp
  • 23.2 KB
  • 2112 rows
  • 2 columns
Loading...

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

Cnst

@kaggle.cprimozi_robinhood_stock_popularity_history.cnst
  • 133.69 KB
  • 13201 rows
  • 2 columns
Loading...

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

Cntg

@kaggle.cprimozi_robinhood_stock_popularity_history.cntg
  • 9.1 KB
  • 750 rows
  • 2 columns
Loading...

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

Cntx

@kaggle.cprimozi_robinhood_stock_popularity_history.cntx
  • 96.1 KB
  • 9917 rows
  • 2 columns
Loading...

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

Cnty

@kaggle.cprimozi_robinhood_stock_popularity_history.cnty
  • 150.34 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cnwgy

@kaggle.cprimozi_robinhood_stock_popularity_history.cnwgy
  • 13.56 KB
  • 1248 rows
  • 2 columns
Loading...

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

Cnx

@kaggle.cprimozi_robinhood_stock_popularity_history.cnx
  • 151.41 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnxm

@kaggle.cprimozi_robinhood_stock_popularity_history.cnxm
  • 150.07 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cnxn

@kaggle.cprimozi_robinhood_stock_popularity_history.cnxn
  • 147.41 KB
  • 14940 rows
  • 2 columns
Loading...

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

Cnxt

@kaggle.cprimozi_robinhood_stock_popularity_history.cnxt
  • 145.52 KB
  • 14957 rows
  • 2 columns
Loading...

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

Cny

@kaggle.cprimozi_robinhood_stock_popularity_history.cny
  • 144.85 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnya

@kaggle.cprimozi_robinhood_stock_popularity_history.cnya
  • 146.05 KB
  • 14967 rows
  • 2 columns
Loading...

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

Co

@kaggle.cprimozi_robinhood_stock_popularity_history.co
  • 148.36 KB
  • 14936 rows
  • 2 columns
Loading...

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

Cobz

@kaggle.cprimozi_robinhood_stock_popularity_history.cobz
  • 129.59 KB
  • 13360 rows
  • 2 columns
Loading...

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

Cocp

@kaggle.cprimozi_robinhood_stock_popularity_history.cocp
  • 38.61 KB
  • 3731 rows
  • 2 columns
Loading...

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

Coda

@kaggle.cprimozi_robinhood_stock_popularity_history.coda
  • 150.62 KB
  • 14978 rows
  • 2 columns
Loading...

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

Codi

@kaggle.cprimozi_robinhood_stock_popularity_history.codi
  • 154.23 KB
  • 14956 rows
  • 2 columns
Loading...

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

Codx

@kaggle.cprimozi_robinhood_stock_popularity_history.codx
  • 154.29 KB
  • 14976 rows
  • 2 columns
Loading...

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

Coe

@kaggle.cprimozi_robinhood_stock_popularity_history.coe
  • 145.44 KB
  • 14966 rows
  • 2 columns
Loading...

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

Cof

@kaggle.cprimozi_robinhood_stock_popularity_history.cof
  • 155.98 KB
  • 14926 rows
  • 2 columns
Loading...

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

Cofs

@kaggle.cprimozi_robinhood_stock_popularity_history.cofs
  • 4.35 KB
  • 236 rows
  • 2 columns
Loading...

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

Share link

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