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

Chgx

@kaggle.cprimozi_robinhood_stock_popularity_history.chgx
  • 145.46 KB
  • 14980 rows
  • 2 columns
Loading...

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

Chh

@kaggle.cprimozi_robinhood_stock_popularity_history.chh
  • 145.8 KB
  • 14948 rows
  • 2 columns
Loading...

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

Chi

@kaggle.cprimozi_robinhood_stock_popularity_history.chi
  • 147.7 KB
  • 14960 rows
  • 2 columns
Loading...

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

Chic

@kaggle.cprimozi_robinhood_stock_popularity_history.chic
  • 146.89 KB
  • 14936 rows
  • 2 columns
Loading...

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

Chie

@kaggle.cprimozi_robinhood_stock_popularity_history.chie
  • 144.56 KB
  • 14937 rows
  • 2 columns
Loading...

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

Chih

@kaggle.cprimozi_robinhood_stock_popularity_history.chih
  • 95.56 KB
  • 9807 rows
  • 2 columns
Loading...

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

Chii

@kaggle.cprimozi_robinhood_stock_popularity_history.chii
  • 144.38 KB
  • 14937 rows
  • 2 columns
Loading...

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

Chik

@kaggle.cprimozi_robinhood_stock_popularity_history.chik
  • 95.8 KB
  • 9807 rows
  • 2 columns
Loading...

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

Chil

@kaggle.cprimozi_robinhood_stock_popularity_history.chil
  • 95.74 KB
  • 9807 rows
  • 2 columns
Loading...

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

Chim

@kaggle.cprimozi_robinhood_stock_popularity_history.chim
  • 144.41 KB
  • 14937 rows
  • 2 columns
Loading...

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

Chiq

@kaggle.cprimozi_robinhood_stock_popularity_history.chiq
  • 147.07 KB
  • 14937 rows
  • 2 columns
Loading...

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

Chir

@kaggle.cprimozi_robinhood_stock_popularity_history.chir
  • 95.39 KB
  • 9807 rows
  • 2 columns
Loading...

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

Chis

@kaggle.cprimozi_robinhood_stock_popularity_history.chis
  • 96 KB
  • 9807 rows
  • 2 columns
Loading...

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

Chiu

@kaggle.cprimozi_robinhood_stock_popularity_history.chiu
  • 95.2 KB
  • 9807 rows
  • 2 columns
Loading...

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

Chix

@kaggle.cprimozi_robinhood_stock_popularity_history.chix
  • 146.48 KB
  • 14937 rows
  • 2 columns
Loading...

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

Chk

@kaggle.cprimozi_robinhood_stock_popularity_history.chk
  • 182.18 KB
  • 14948 rows
  • 2 columns
Loading...

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

Chkp

@kaggle.cprimozi_robinhood_stock_popularity_history.chkp
  • 147.97 KB
  • 14936 rows
  • 2 columns
Loading...

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

Chkr

@kaggle.cprimozi_robinhood_stock_popularity_history.chkr
  • 156.1 KB
  • 14961 rows
  • 2 columns
Loading...

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

Chl

@kaggle.cprimozi_robinhood_stock_popularity_history.chl
  • 153.54 KB
  • 14957 rows
  • 2 columns
Loading...

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

Chln

@kaggle.cprimozi_robinhood_stock_popularity_history.chln
  • 96.04 KB
  • 9843 rows
  • 2 columns
Loading...

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

Chma

@kaggle.cprimozi_robinhood_stock_popularity_history.chma
  • 149.03 KB
  • 14963 rows
  • 2 columns
Loading...

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

Chmg

@kaggle.cprimozi_robinhood_stock_popularity_history.chmg
  • 144.69 KB
  • 14914 rows
  • 2 columns
Loading...

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

Chmi

@kaggle.cprimozi_robinhood_stock_popularity_history.chmi
  • 148.77 KB
  • 14958 rows
  • 2 columns
Loading...

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

Chn

@kaggle.cprimozi_robinhood_stock_popularity_history.chn
  • 145.06 KB
  • 14960 rows
  • 2 columns
Loading...

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

Chna

@kaggle.cprimozi_robinhood_stock_popularity_history.chna
  • 122.03 KB
  • 12594 rows
  • 2 columns
Loading...

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

Share link

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