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

Cmway

@kaggle.cprimozi_robinhood_stock_popularity_history.cmway
  • 119.04 KB
  • 12295 rows
  • 2 columns
Loading...

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

Cn

@kaggle.cprimozi_robinhood_stock_popularity_history.cn
  • 144.95 KB
  • 14936 rows
  • 2 columns
Loading...

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

Cna

@kaggle.cprimozi_robinhood_stock_popularity_history.cna
  • 146.53 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnat

@kaggle.cprimozi_robinhood_stock_popularity_history.cnat
  • 155.17 KB
  • 14951 rows
  • 2 columns
Loading...

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

Cnbka

@kaggle.cprimozi_robinhood_stock_popularity_history.cnbka
  • 145.18 KB
  • 14956 rows
  • 2 columns
Loading...

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

Cnbs

@kaggle.cprimozi_robinhood_stock_popularity_history.cnbs
  • 48.32 KB
  • 4663 rows
  • 2 columns
Loading...

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

Cnc

@kaggle.cprimozi_robinhood_stock_popularity_history.cnc
  • 154.84 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnce

@kaggle.cprimozi_robinhood_stock_popularity_history.cnce
  • 151 KB
  • 14954 rows
  • 2 columns
Loading...

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

Cncr

@kaggle.cprimozi_robinhood_stock_popularity_history.cncr
  • 147.01 KB
  • 14965 rows
  • 2 columns
Loading...

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

Cndf

@kaggle.cprimozi_robinhood_stock_popularity_history.cndf
  • 119.32 KB
  • 12306 rows
  • 2 columns
Loading...

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

Cndt

@kaggle.cprimozi_robinhood_stock_popularity_history.cndt
  • 150.39 KB
  • 14971 rows
  • 2 columns
Loading...

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

Cnet

@kaggle.cprimozi_robinhood_stock_popularity_history.cnet
  • 153.88 KB
  • 14949 rows
  • 2 columns
Loading...

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

Cnf

@kaggle.cprimozi_robinhood_stock_popularity_history.cnf
  • 106.54 KB
  • 10621 rows
  • 2 columns
Loading...

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

Cnfr

@kaggle.cprimozi_robinhood_stock_popularity_history.cnfr
  • 144.8 KB
  • 14963 rows
  • 2 columns
Loading...

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

Cnhi

@kaggle.cprimozi_robinhood_stock_popularity_history.cnhi
  • 148.95 KB
  • 14934 rows
  • 2 columns
Loading...

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

Cni

@kaggle.cprimozi_robinhood_stock_popularity_history.cni
  • 149.07 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnk

@kaggle.cprimozi_robinhood_stock_popularity_history.cnk
  • 149.81 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnmd

@kaggle.cprimozi_robinhood_stock_popularity_history.cnmd
  • 146.07 KB
  • 14914 rows
  • 2 columns
Loading...

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

Cnnb

@kaggle.cprimozi_robinhood_stock_popularity_history.cnnb
  • 7.29 KB
  • 553 rows
  • 2 columns
Loading...

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

Cnne

@kaggle.cprimozi_robinhood_stock_popularity_history.cnne
  • 149.97 KB
  • 14980 rows
  • 2 columns
Loading...

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

Cno

@kaggle.cprimozi_robinhood_stock_popularity_history.cno
  • 146.01 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnob

@kaggle.cprimozi_robinhood_stock_popularity_history.cnob
  • 144.83 KB
  • 14928 rows
  • 2 columns
Loading...

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

Cnp

@kaggle.cprimozi_robinhood_stock_popularity_history.cnp
  • 152.06 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnq

@kaggle.cprimozi_robinhood_stock_popularity_history.cnq
  • 150.95 KB
  • 14952 rows
  • 2 columns
Loading...

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

Cnr

@kaggle.cprimozi_robinhood_stock_popularity_history.cnr
  • 62.06 KB
  • 6097 rows
  • 2 columns
Loading...

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

Share link

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