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

Csml

@kaggle.cprimozi_robinhood_stock_popularity_history.csml
  • 36.89 KB
  • 3726 rows
  • 2 columns
Loading...

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

Csod

@kaggle.cprimozi_robinhood_stock_popularity_history.csod
  • 146.5 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cspi

@kaggle.cprimozi_robinhood_stock_popularity_history.cspi
  • 145.55 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cspr

@kaggle.cprimozi_robinhood_stock_popularity_history.cspr
  • 4.84 KB
  • 255 rows
  • 2 columns
Loading...

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

Csq

@kaggle.cprimozi_robinhood_stock_popularity_history.csq
  • 147.66 KB
  • 14961 rows
  • 2 columns
Loading...

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

Css

@kaggle.cprimozi_robinhood_stock_popularity_history.css
  • 147.07 KB
  • 14943 rows
  • 2 columns
Loading...

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

Csse

@kaggle.cprimozi_robinhood_stock_popularity_history.csse
  • 147.27 KB
  • 14978 rows
  • 2 columns
Loading...

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

Cste

@kaggle.cprimozi_robinhood_stock_popularity_history.cste
  • 146.47 KB
  • 14956 rows
  • 2 columns
Loading...

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

Cstl

@kaggle.cprimozi_robinhood_stock_popularity_history.cstl
  • 46.94 KB
  • 4514 rows
  • 2 columns
Loading...

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

Cstm

@kaggle.cprimozi_robinhood_stock_popularity_history.cstm
  • 14.88 KB
  • 1322 rows
  • 2 columns
Loading...

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

Cstr

@kaggle.cprimozi_robinhood_stock_popularity_history.cstr
  • 145.35 KB
  • 14970 rows
  • 2 columns
Loading...

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

Csu

@kaggle.cprimozi_robinhood_stock_popularity_history.csu
  • 147.37 KB
  • 14943 rows
  • 2 columns
Loading...

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

Csuay

@kaggle.cprimozi_robinhood_stock_popularity_history.csuay
  • 121.05 KB
  • 12293 rows
  • 2 columns
Loading...

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

Csv

@kaggle.cprimozi_robinhood_stock_popularity_history.csv
  • 147.29 KB
  • 14943 rows
  • 2 columns
Loading...

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

Cswc

@kaggle.cprimozi_robinhood_stock_popularity_history.cswc
  • 147.78 KB
  • 14931 rows
  • 2 columns
Loading...

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

Cswi

@kaggle.cprimozi_robinhood_stock_popularity_history.cswi
  • 144.62 KB
  • 14963 rows
  • 2 columns
Loading...

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

Csx

@kaggle.cprimozi_robinhood_stock_popularity_history.csx
  • 153.92 KB
  • 14943 rows
  • 2 columns
Loading...

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

Ctac

@kaggle.cprimozi_robinhood_stock_popularity_history.ctac
  • 104.86 KB
  • 10813 rows
  • 2 columns
Loading...

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

Ctas

@kaggle.cprimozi_robinhood_stock_popularity_history.ctas
  • 151.1 KB
  • 14942 rows
  • 2 columns
Loading...

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

Ctb

@kaggle.cprimozi_robinhood_stock_popularity_history.ctb
  • 147.84 KB
  • 14922 rows
  • 2 columns
Loading...

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

Ctbi

@kaggle.cprimozi_robinhood_stock_popularity_history.ctbi
  • 145.4 KB
  • 14917 rows
  • 2 columns
Loading...

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

Ctek

@kaggle.cprimozi_robinhood_stock_popularity_history.ctek
  • 145.57 KB
  • 14972 rows
  • 2 columns
Loading...

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

Ctg

@kaggle.cprimozi_robinhood_stock_popularity_history.ctg
  • 146.84 KB
  • 14922 rows
  • 2 columns
Loading...

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

Cthr

@kaggle.cprimozi_robinhood_stock_popularity_history.cthr
  • 149.12 KB
  • 14925 rows
  • 2 columns
Loading...

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

Ctib

@kaggle.cprimozi_robinhood_stock_popularity_history.ctib
  • 146.51 KB
  • 14949 rows
  • 2 columns
Loading...

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

Share link

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