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

Nrk

@kaggle.cprimozi_robinhood_stock_popularity_history.nrk
  • 144.46 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nro

@kaggle.cprimozi_robinhood_stock_popularity_history.nro
  • 149.65 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nrp

@kaggle.cprimozi_robinhood_stock_popularity_history.nrp
  • 146.36 KB
  • 14957 rows
  • 2 columns
Loading...

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

Nrt

@kaggle.cprimozi_robinhood_stock_popularity_history.nrt
  • 147.81 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nrz

@kaggle.cprimozi_robinhood_stock_popularity_history.nrz
  • 169.87 KB
  • 14958 rows
  • 2 columns
Loading...

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

Ns

@kaggle.cprimozi_robinhood_stock_popularity_history.ns
  • 149.04 KB
  • 14956 rows
  • 2 columns
Loading...

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

Nsa

@kaggle.cprimozi_robinhood_stock_popularity_history.nsa
  • 148.07 KB
  • 14962 rows
  • 2 columns
Loading...

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

Nsany

@kaggle.cprimozi_robinhood_stock_popularity_history.nsany
  • 128.76 KB
  • 12297 rows
  • 2 columns
Loading...

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

Nsc

@kaggle.cprimozi_robinhood_stock_popularity_history.nsc
  • 150.78 KB
  • 14926 rows
  • 2 columns
Loading...

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

Nsco

@kaggle.cprimozi_robinhood_stock_popularity_history.nsco
  • 44.77 KB
  • 4425 rows
  • 2 columns
Loading...

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

Nsit

@kaggle.cprimozi_robinhood_stock_popularity_history.nsit
  • 147.22 KB
  • 14930 rows
  • 2 columns
Loading...

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

Nsl

@kaggle.cprimozi_robinhood_stock_popularity_history.nsl
  • 145.83 KB
  • 14959 rows
  • 2 columns
Loading...

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

Nsm

@kaggle.cprimozi_robinhood_stock_popularity_history.nsm
  • 115.9 KB
  • 11909 rows
  • 2 columns
Loading...

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

Nsp

@kaggle.cprimozi_robinhood_stock_popularity_history.nsp
  • 151.55 KB
  • 14926 rows
  • 2 columns
Loading...

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

Nspr

@kaggle.cprimozi_robinhood_stock_popularity_history.nspr
  • 77.15 KB
  • 7335 rows
  • 2 columns
Loading...

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

Nsrgy

@kaggle.cprimozi_robinhood_stock_popularity_history.nsrgy
  • 126.82 KB
  • 12297 rows
  • 2 columns
Loading...

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

Nssc

@kaggle.cprimozi_robinhood_stock_popularity_history.nssc
  • 150.29 KB
  • 14950 rows
  • 2 columns
Loading...

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

Nstg

@kaggle.cprimozi_robinhood_stock_popularity_history.nstg
  • 149.01 KB
  • 14930 rows
  • 2 columns
Loading...

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

Nsys

@kaggle.cprimozi_robinhood_stock_popularity_history.nsys
  • 148.04 KB
  • 14943 rows
  • 2 columns
Loading...

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

Ntap

@kaggle.cprimozi_robinhood_stock_popularity_history.ntap
  • 153.19 KB
  • 14914 rows
  • 2 columns
Loading...

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

Ntb

@kaggle.cprimozi_robinhood_stock_popularity_history.ntb
  • 37.26 KB
  • 3725 rows
  • 2 columns
Loading...

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

Ntco

@kaggle.cprimozi_robinhood_stock_popularity_history.ntco
  • 9.42 KB
  • 750 rows
  • 2 columns
Loading...

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

Ntct

@kaggle.cprimozi_robinhood_stock_popularity_history.ntct
  • 145.26 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ntdoy

@kaggle.cprimozi_robinhood_stock_popularity_history.ntdoy
  • 133.71 KB
  • 12297 rows
  • 2 columns
Loading...

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

Ntec

@kaggle.cprimozi_robinhood_stock_popularity_history.ntec
  • 156.77 KB
  • 14963 rows
  • 2 columns
Loading...

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

Share link

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