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

Rmed

@kaggle.cprimozi_robinhood_stock_popularity_history.rmed
  • 98.92 KB
  • 9912 rows
  • 2 columns
Loading...

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

Rmg

@kaggle.cprimozi_robinhood_stock_popularity_history.rmg
  • 71.36 KB
  • 7335 rows
  • 2 columns
Loading...

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

Rmgn

@kaggle.cprimozi_robinhood_stock_popularity_history.rmgn
  • 130.65 KB
  • 13327 rows
  • 2 columns
Loading...

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

Rmi

@kaggle.cprimozi_robinhood_stock_popularity_history.rmi
  • 105.58 KB
  • 10909 rows
  • 2 columns
Loading...

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

Rmm

@kaggle.cprimozi_robinhood_stock_popularity_history.rmm
  • 45.57 KB
  • 4592 rows
  • 2 columns
Loading...

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

Rmni

@kaggle.cprimozi_robinhood_stock_popularity_history.rmni
  • 27.25 KB
  • 2620 rows
  • 2 columns
Loading...

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

Rmr

@kaggle.cprimozi_robinhood_stock_popularity_history.rmr
  • 146.74 KB
  • 14965 rows
  • 2 columns
Loading...

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

Rmt

@kaggle.cprimozi_robinhood_stock_popularity_history.rmt
  • 145.34 KB
  • 14957 rows
  • 2 columns
Loading...

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

Rmti

@kaggle.cprimozi_robinhood_stock_popularity_history.rmti
  • 149.45 KB
  • 14881 rows
  • 2 columns
Loading...

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

Rndb

@kaggle.cprimozi_robinhood_stock_popularity_history.rndb
  • 144.71 KB
  • 14969 rows
  • 2 columns
Loading...

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

Rndm

@kaggle.cprimozi_robinhood_stock_popularity_history.rndm
  • 21.89 KB
  • 2113 rows
  • 2 columns
Loading...

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

Rndv

@kaggle.cprimozi_robinhood_stock_popularity_history.rndv
  • 21.91 KB
  • 2113 rows
  • 2 columns
Loading...

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

Rnem

@kaggle.cprimozi_robinhood_stock_popularity_history.rnem
  • 21.88 KB
  • 2113 rows
  • 2 columns
Loading...

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

Rnet

@kaggle.cprimozi_robinhood_stock_popularity_history.rnet
  • 146.88 KB
  • 14937 rows
  • 2 columns
Loading...

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

Rng

@kaggle.cprimozi_robinhood_stock_popularity_history.rng
  • 153.54 KB
  • 14956 rows
  • 2 columns
Loading...

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

Rngr

@kaggle.cprimozi_robinhood_stock_popularity_history.rngr
  • 146.23 KB
  • 14978 rows
  • 2 columns
Loading...

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

Rnlc

@kaggle.cprimozi_robinhood_stock_popularity_history.rnlc
  • 21.9 KB
  • 2113 rows
  • 2 columns
Loading...

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

Rnmc

@kaggle.cprimozi_robinhood_stock_popularity_history.rnmc
  • 21.89 KB
  • 2113 rows
  • 2 columns
Loading...

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

Rnp

@kaggle.cprimozi_robinhood_stock_popularity_history.rnp
  • 149.24 KB
  • 14961 rows
  • 2 columns
Loading...

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

Rnr

@kaggle.cprimozi_robinhood_stock_popularity_history.rnr
  • 145.76 KB
  • 14951 rows
  • 2 columns
Loading...

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

Rnsc

@kaggle.cprimozi_robinhood_stock_popularity_history.rnsc
  • 21.88 KB
  • 2113 rows
  • 2 columns
Loading...

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

Rnst

@kaggle.cprimozi_robinhood_stock_popularity_history.rnst
  • 145.36 KB
  • 14951 rows
  • 2 columns
Loading...

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

Rnwk

@kaggle.cprimozi_robinhood_stock_popularity_history.rnwk
  • 148.45 KB
  • 14955 rows
  • 2 columns
Loading...

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

Road

@kaggle.cprimozi_robinhood_stock_popularity_history.road
  • 149.98 KB
  • 14949 rows
  • 2 columns
Loading...

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

Roam

@kaggle.cprimozi_robinhood_stock_popularity_history.roam
  • 144.64 KB
  • 14961 rows
  • 2 columns
Loading...

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

Share link

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