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

Edtx

@kaggle.cprimozi_robinhood_stock_popularity_history.edtx
  • 110 kB
  • 11,122 rows
  • 2 columns
Loading...
CREATE TABLE edtx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edu

@kaggle.cprimozi_robinhood_stock_popularity_history.edu
  • 155.88 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE edu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Educ

@kaggle.cprimozi_robinhood_stock_popularity_history.educ
  • 150.71 kB
  • 14,933 rows
  • 2 columns
Loading...
CREATE TABLE educ (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edv

@kaggle.cprimozi_robinhood_stock_popularity_history.edv
  • 151.63 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE edv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edz

@kaggle.cprimozi_robinhood_stock_popularity_history.edz
  • 151.96 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE edz (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ee

@kaggle.cprimozi_robinhood_stock_popularity_history.ee
  • 149.87 kB
  • 14,940 rows
  • 2 columns
Loading...
CREATE TABLE ee (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eea

@kaggle.cprimozi_robinhood_stock_popularity_history.eea
  • 148.27 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE eea (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eeb

@kaggle.cprimozi_robinhood_stock_popularity_history.eeb
  • 142.57 kB
  • 14,481 rows
  • 2 columns
Loading...
CREATE TABLE eeb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eeft

@kaggle.cprimozi_robinhood_stock_popularity_history.eeft
  • 152.21 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE eeft (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eeh

@kaggle.cprimozi_robinhood_stock_popularity_history.eeh
  • 147.89 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE eeh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eelv

@kaggle.cprimozi_robinhood_stock_popularity_history.eelv
  • 147.54 kB
  • 14,854 rows
  • 2 columns
Loading...
CREATE TABLE eelv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eem

@kaggle.cprimozi_robinhood_stock_popularity_history.eem
  • 156.95 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE eem (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eema

@kaggle.cprimozi_robinhood_stock_popularity_history.eema
  • 148.59 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE eema (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eemd

@kaggle.cprimozi_robinhood_stock_popularity_history.eemd
  • 148.53 kB
  • 14,980 rows
  • 2 columns
Loading...
CREATE TABLE eemd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eemo

@kaggle.cprimozi_robinhood_stock_popularity_history.eemo
  • 148.17 kB
  • 14,902 rows
  • 2 columns
Loading...
CREATE TABLE eemo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eems

@kaggle.cprimozi_robinhood_stock_popularity_history.eems
  • 148.27 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE eems (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eemv

@kaggle.cprimozi_robinhood_stock_popularity_history.eemv
  • 148.94 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE eemv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eemx

@kaggle.cprimozi_robinhood_stock_popularity_history.eemx
  • 148.36 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE eemx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eep

@kaggle.cprimozi_robinhood_stock_popularity_history.eep
  • 150.08 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE eep (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eeq

@kaggle.cprimozi_robinhood_stock_popularity_history.eeq
  • 148.24 kB
  • 14,891 rows
  • 2 columns
Loading...
CREATE TABLE eeq (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ees

@kaggle.cprimozi_robinhood_stock_popularity_history.ees
  • 148.68 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE ees (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eet

@kaggle.cprimozi_robinhood_stock_popularity_history.eet
  • 148.32 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE eet (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eev

@kaggle.cprimozi_robinhood_stock_popularity_history.eev
  • 149 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE eev (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Eex

@kaggle.cprimozi_robinhood_stock_popularity_history.eex
  • 2.92 kB
  • 68 rows
  • 2 columns
Loading...
CREATE TABLE eex (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Efa

@kaggle.cprimozi_robinhood_stock_popularity_history.efa
  • 152.01 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE efa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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