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

Hhr

@kaggle.cprimozi_robinhood_stock_popularity_history.hhr
  • 63.44 KB
  • 6311 rows
  • 2 columns
Loading...

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

Hhs

@kaggle.cprimozi_robinhood_stock_popularity_history.hhs
  • 148.04 KB
  • 14955 rows
  • 2 columns
Loading...

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

Hht

@kaggle.cprimozi_robinhood_stock_popularity_history.hht
  • 47.36 KB
  • 4663 rows
  • 2 columns
Loading...

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

Hhyx

@kaggle.cprimozi_robinhood_stock_popularity_history.hhyx
  • 118.72 KB
  • 12303 rows
  • 2 columns
Loading...

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

Hi

@kaggle.cprimozi_robinhood_stock_popularity_history.hi
  • 147.24 KB
  • 14949 rows
  • 2 columns
Loading...

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

Hibb

@kaggle.cprimozi_robinhood_stock_popularity_history.hibb
  • 151.23 KB
  • 14931 rows
  • 2 columns
Loading...

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

Hibl

@kaggle.cprimozi_robinhood_stock_popularity_history.hibl
  • 22.3 KB
  • 2136 rows
  • 2 columns
Loading...

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

Hibs

@kaggle.cprimozi_robinhood_stock_popularity_history.hibs
  • 22.14 KB
  • 2136 rows
  • 2 columns
Loading...

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

Hie

@kaggle.cprimozi_robinhood_stock_popularity_history.hie
  • 147.84 KB
  • 14959 rows
  • 2 columns
Loading...

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

Hifs

@kaggle.cprimozi_robinhood_stock_popularity_history.hifs
  • 145.12 KB
  • 14935 rows
  • 2 columns
Loading...

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

Hig

@kaggle.cprimozi_robinhood_stock_popularity_history.hig
  • 147.8 KB
  • 14931 rows
  • 2 columns
Loading...

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

Hiho

@kaggle.cprimozi_robinhood_stock_popularity_history.hiho
  • 148.2 KB
  • 14938 rows
  • 2 columns
Loading...

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

Hii

@kaggle.cprimozi_robinhood_stock_popularity_history.hii
  • 148.58 KB
  • 14931 rows
  • 2 columns
Loading...

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

Hiiq

@kaggle.cprimozi_robinhood_stock_popularity_history.hiiq
  • 154.7 KB
  • 14916 rows
  • 2 columns
Loading...

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

Hil

@kaggle.cprimozi_robinhood_stock_popularity_history.hil
  • 131.38 KB
  • 13424 rows
  • 2 columns
Loading...

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

Himx

@kaggle.cprimozi_robinhood_stock_popularity_history.himx
  • 155.12 KB
  • 14956 rows
  • 2 columns
Loading...

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

Hio

@kaggle.cprimozi_robinhood_stock_popularity_history.hio
  • 146.29 KB
  • 14959 rows
  • 2 columns
Loading...

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

Hips

@kaggle.cprimozi_robinhood_stock_popularity_history.hips
  • 145.57 KB
  • 14959 rows
  • 2 columns
Loading...

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

Hiw

@kaggle.cprimozi_robinhood_stock_popularity_history.hiw
  • 146.04 KB
  • 14958 rows
  • 2 columns
Loading...

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

Hix

@kaggle.cprimozi_robinhood_stock_popularity_history.hix
  • 147.31 KB
  • 14959 rows
  • 2 columns
Loading...

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

Hjli

@kaggle.cprimozi_robinhood_stock_popularity_history.hjli
  • 136.7 KB
  • 13691 rows
  • 2 columns
Loading...

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

Hjpx

@kaggle.cprimozi_robinhood_stock_popularity_history.hjpx
  • 144.61 KB
  • 14963 rows
  • 2 columns
Loading...

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

Hkib

@kaggle.cprimozi_robinhood_stock_popularity_history.hkib
  • 43.63 KB
  • 4353 rows
  • 2 columns
Loading...

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

Hkxcy

@kaggle.cprimozi_robinhood_stock_popularity_history.hkxcy
  • 120.78 KB
  • 12293 rows
  • 2 columns
Loading...

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

Hl

@kaggle.cprimozi_robinhood_stock_popularity_history.hl
  • 156.71 KB
  • 14951 rows
  • 2 columns
Loading...

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

Share link

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