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

Prf

@kaggle.cprimozi_robinhood_stock_popularity_history.prf
  • 145.18 KB
  • 14922 rows
  • 2 columns
Loading...

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

Prft

@kaggle.cprimozi_robinhood_stock_popularity_history.prft
  • 148.1 KB
  • 14916 rows
  • 2 columns
Loading...

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

Prfz

@kaggle.cprimozi_robinhood_stock_popularity_history.prfz
  • 143.93 KB
  • 14857 rows
  • 2 columns
Loading...

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

Prgo

@kaggle.cprimozi_robinhood_stock_popularity_history.prgo
  • 149.76 KB
  • 14938 rows
  • 2 columns
Loading...

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

Prgs

@kaggle.cprimozi_robinhood_stock_popularity_history.prgs
  • 149.72 KB
  • 14938 rows
  • 2 columns
Loading...

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

Prgx

@kaggle.cprimozi_robinhood_stock_popularity_history.prgx
  • 145.03 KB
  • 14938 rows
  • 2 columns
Loading...

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

Pri

@kaggle.cprimozi_robinhood_stock_popularity_history.pri
  • 147.99 KB
  • 14913 rows
  • 2 columns
Loading...

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

Prim

@kaggle.cprimozi_robinhood_stock_popularity_history.prim
  • 146.16 KB
  • 14954 rows
  • 2 columns
Loading...

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

Prk

@kaggle.cprimozi_robinhood_stock_popularity_history.prk
  • 144.92 KB
  • 14934 rows
  • 2 columns
Loading...

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

Prlb

@kaggle.cprimozi_robinhood_stock_popularity_history.prlb
  • 149.23 KB
  • 14923 rows
  • 2 columns
Loading...

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

Prmw

@kaggle.cprimozi_robinhood_stock_popularity_history.prmw
  • 154.08 KB
  • 14949 rows
  • 2 columns
Loading...

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

Prn

@kaggle.cprimozi_robinhood_stock_popularity_history.prn
  • 143.85 KB
  • 14866 rows
  • 2 columns
Loading...

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

Prnb

@kaggle.cprimozi_robinhood_stock_popularity_history.prnb
  • 117.82 KB
  • 11909 rows
  • 2 columns
Loading...

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

Prnt

@kaggle.cprimozi_robinhood_stock_popularity_history.prnt
  • 150.19 KB
  • 14969 rows
  • 2 columns
Loading...

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

Pro

@kaggle.cprimozi_robinhood_stock_popularity_history.pro
  • 146.89 KB
  • 14934 rows
  • 2 columns
Loading...

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

Prof

@kaggle.cprimozi_robinhood_stock_popularity_history.prof
  • 24.42 KB
  • 2315 rows
  • 2 columns
Loading...

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

Pros

@kaggle.cprimozi_robinhood_stock_popularity_history.pros
  • 47.03 KB
  • 4616 rows
  • 2 columns
Loading...

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

Prov

@kaggle.cprimozi_robinhood_stock_popularity_history.prov
  • 145.46 KB
  • 14949 rows
  • 2 columns
Loading...

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

Prph

@kaggle.cprimozi_robinhood_stock_popularity_history.prph
  • 147.3 KB
  • 14934 rows
  • 2 columns
Loading...

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

Prpl

@kaggle.cprimozi_robinhood_stock_popularity_history.prpl
  • 150.81 KB
  • 14963 rows
  • 2 columns
Loading...

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

Prpo

@kaggle.cprimozi_robinhood_stock_popularity_history.prpo
  • 71.83 KB
  • 6674 rows
  • 2 columns
Loading...

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

Prqr

@kaggle.cprimozi_robinhood_stock_popularity_history.prqr
  • 124.89 KB
  • 12069 rows
  • 2 columns
Loading...

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

Prsc

@kaggle.cprimozi_robinhood_stock_popularity_history.prsc
  • 144.87 KB
  • 14954 rows
  • 2 columns
Loading...

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

Prsp

@kaggle.cprimozi_robinhood_stock_popularity_history.prsp
  • 140.31 KB
  • 14229 rows
  • 2 columns
Loading...

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

Prt

@kaggle.cprimozi_robinhood_stock_popularity_history.prt
  • 96.72 KB
  • 9477 rows
  • 2 columns
Loading...

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

Share link

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