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

Ccr

@kaggle.cprimozi_robinhood_stock_popularity_history.ccr
  • 149.76 KB
  • 14963 rows
  • 2 columns
Loading...

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

Ccrc

@kaggle.cprimozi_robinhood_stock_popularity_history.ccrc
  • 37.13 KB
  • 3721 rows
  • 2 columns
Loading...

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

Ccrn

@kaggle.cprimozi_robinhood_stock_popularity_history.ccrn
  • 146.63 KB
  • 14933 rows
  • 2 columns
Loading...

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

Ccs

@kaggle.cprimozi_robinhood_stock_popularity_history.ccs
  • 146.6 KB
  • 14961 rows
  • 2 columns
Loading...

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

Cct

@kaggle.cprimozi_robinhood_stock_popularity_history.cct
  • 144.86 KB
  • 14980 rows
  • 2 columns
Loading...

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

Ccu

@kaggle.cprimozi_robinhood_stock_popularity_history.ccu
  • 147.21 KB
  • 14955 rows
  • 2 columns
Loading...

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

Ccx

@kaggle.cprimozi_robinhood_stock_popularity_history.ccx
  • 45.48 KB
  • 4592 rows
  • 2 columns
Loading...

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

Ccxi

@kaggle.cprimozi_robinhood_stock_popularity_history.ccxi
  • 152.64 KB
  • 14928 rows
  • 2 columns
Loading...

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

Cday

@kaggle.cprimozi_robinhood_stock_popularity_history.cday
  • 148 KB
  • 14994 rows
  • 2 columns
Loading...

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

Cdc

@kaggle.cprimozi_robinhood_stock_popularity_history.cdc
  • 90.69 KB
  • 9236 rows
  • 2 columns
Loading...

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

Cde

@kaggle.cprimozi_robinhood_stock_popularity_history.cde
  • 156.32 KB
  • 14956 rows
  • 2 columns
Loading...

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

Cdev

@kaggle.cprimozi_robinhood_stock_popularity_history.cdev
  • 150.99 KB
  • 14970 rows
  • 2 columns
Loading...

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

Cdk

@kaggle.cprimozi_robinhood_stock_popularity_history.cdk
  • 146.36 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cdl

@kaggle.cprimozi_robinhood_stock_popularity_history.cdl
  • 144.99 KB
  • 14963 rows
  • 2 columns
Loading...

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

Cdlx

@kaggle.cprimozi_robinhood_stock_popularity_history.cdlx
  • 150.9 KB
  • 14990 rows
  • 2 columns
Loading...

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

Cdmo

@kaggle.cprimozi_robinhood_stock_popularity_history.cdmo
  • 151.32 KB
  • 14954 rows
  • 2 columns
Loading...

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

Cdna

@kaggle.cprimozi_robinhood_stock_popularity_history.cdna
  • 152.07 KB
  • 14957 rows
  • 2 columns
Loading...

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

Cdns

@kaggle.cprimozi_robinhood_stock_popularity_history.cdns
  • 152.17 KB
  • 14949 rows
  • 2 columns
Loading...

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

Cdor

@kaggle.cprimozi_robinhood_stock_popularity_history.cdor
  • 146.06 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cdr

@kaggle.cprimozi_robinhood_stock_popularity_history.cdr
  • 152.69 KB
  • 14958 rows
  • 2 columns
Loading...

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

Cdtx

@kaggle.cprimozi_robinhood_stock_popularity_history.cdtx
  • 150.42 KB
  • 14962 rows
  • 2 columns
Loading...

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

Cdw

@kaggle.cprimozi_robinhood_stock_popularity_history.cdw
  • 149.94 KB
  • 14956 rows
  • 2 columns
Loading...

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

Cdxc

@kaggle.cprimozi_robinhood_stock_popularity_history.cdxc
  • 147.76 KB
  • 14966 rows
  • 2 columns
Loading...

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

Cdxs

@kaggle.cprimozi_robinhood_stock_popularity_history.cdxs
  • 154.42 KB
  • 14917 rows
  • 2 columns
Loading...

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

Cdzi

@kaggle.cprimozi_robinhood_stock_popularity_history.cdzi
  • 146.32 KB
  • 14917 rows
  • 2 columns
Loading...

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

Share link

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