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

Rpai

@kaggle.cprimozi_robinhood_stock_popularity_history.rpai
  • 150.6 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE rpai (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpar

@kaggle.cprimozi_robinhood_stock_popularity_history.rpar
  • 14.77 kB
  • 1,322 rows
  • 2 columns
Loading...
CREATE TABLE rpar (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpay

@kaggle.cprimozi_robinhood_stock_popularity_history.rpay
  • 52.19 kB
  • 4,923 rows
  • 2 columns
Loading...
CREATE TABLE rpay (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpd

@kaggle.cprimozi_robinhood_stock_popularity_history.rpd
  • 156.33 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE rpd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpg

@kaggle.cprimozi_robinhood_stock_popularity_history.rpg
  • 149.33 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE rpg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpla

@kaggle.cprimozi_robinhood_stock_popularity_history.rpla
  • 69.23 kB
  • 6,938 rows
  • 2 columns
Loading...
CREATE TABLE rpla (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpm

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

Rpt

@kaggle.cprimozi_robinhood_stock_popularity_history.rpt
  • 104.89 kB
  • 10,477 rows
  • 2 columns
Loading...
CREATE TABLE rpt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rput

@kaggle.cprimozi_robinhood_stock_popularity_history.rput
  • 36.99 kB
  • 3,646 rows
  • 2 columns
Loading...
CREATE TABLE rput (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rpv

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

Rqi

@kaggle.cprimozi_robinhood_stock_popularity_history.rqi
  • 153.71 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE rqi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rrbi

@kaggle.cprimozi_robinhood_stock_popularity_history.rrbi
  • 65.97 kB
  • 6,578 rows
  • 2 columns
Loading...
CREATE TABLE rrbi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rrc

@kaggle.cprimozi_robinhood_stock_popularity_history.rrc
  • 159.7 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE rrc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rrd

@kaggle.cprimozi_robinhood_stock_popularity_history.rrd
  • 155.28 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE rrd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rrgb

@kaggle.cprimozi_robinhood_stock_popularity_history.rrgb
  • 154.4 kB
  • 14,937 rows
  • 2 columns
Loading...
CREATE TABLE rrgb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rrr

@kaggle.cprimozi_robinhood_stock_popularity_history.rrr
  • 149.76 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE rrr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rrts

@kaggle.cprimozi_robinhood_stock_popularity_history.rrts
  • 74.68 kB
  • 7,239 rows
  • 2 columns
Loading...
CREATE TABLE rrts (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rs

@kaggle.cprimozi_robinhood_stock_popularity_history.rs
  • 150.41 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE rs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rsf

@kaggle.cprimozi_robinhood_stock_popularity_history.rsf
  • 56.9 kB
  • 5,643 rows
  • 2 columns
Loading...
CREATE TABLE rsf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rsg

@kaggle.cprimozi_robinhood_stock_popularity_history.rsg
  • 154.99 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE rsg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rsp

@kaggle.cprimozi_robinhood_stock_popularity_history.rsp
  • 152.45 kB
  • 14,946 rows
  • 2 columns
Loading...
CREATE TABLE rsp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rst

@kaggle.cprimozi_robinhood_stock_popularity_history.rst
  • 153.89 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE rst (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rsx

@kaggle.cprimozi_robinhood_stock_popularity_history.rsx
  • 151.74 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE rsx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rsxj

@kaggle.cprimozi_robinhood_stock_popularity_history.rsxj
  • 148.49 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE rsxj (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Rth

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

Share link

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