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

Pgc

@kaggle.cprimozi_robinhood_stock_popularity_history.pgc
  • 144.78 KB
  • 14926 rows
  • 2 columns
Loading...

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

Pgen

@kaggle.cprimozi_robinhood_stock_popularity_history.pgen
  • 5.53 KB
  • 332 rows
  • 2 columns
Loading...

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

Pgf

@kaggle.cprimozi_robinhood_stock_popularity_history.pgf
  • 146.81 KB
  • 14923 rows
  • 2 columns
Loading...

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

Pghy

@kaggle.cprimozi_robinhood_stock_popularity_history.pghy
  • 145.53 KB
  • 14910 rows
  • 2 columns
Loading...

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

Pgj

@kaggle.cprimozi_robinhood_stock_popularity_history.pgj
  • 145.6 KB
  • 14919 rows
  • 2 columns
Loading...

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

Pgm

@kaggle.cprimozi_robinhood_stock_popularity_history.pgm
  • 24.05 KB
  • 2340 rows
  • 2 columns
Loading...

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

Pgnx

@kaggle.cprimozi_robinhood_stock_popularity_history.pgnx
  • 155.59 KB
  • 14917 rows
  • 2 columns
Loading...

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

Pgny

@kaggle.cprimozi_robinhood_stock_popularity_history.pgny
  • 27.21 KB
  • 2431 rows
  • 2 columns
Loading...

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

Pgp

@kaggle.cprimozi_robinhood_stock_popularity_history.pgp
  • 146.15 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pgr

@kaggle.cprimozi_robinhood_stock_popularity_history.pgr
  • 153.86 KB
  • 14928 rows
  • 2 columns
Loading...

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

Pgre

@kaggle.cprimozi_robinhood_stock_popularity_history.pgre
  • 146.68 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pgti

@kaggle.cprimozi_robinhood_stock_popularity_history.pgti
  • 150.3 KB
  • 14922 rows
  • 2 columns
Loading...

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

Pgx

@kaggle.cprimozi_robinhood_stock_popularity_history.pgx
  • 154.28 KB
  • 14925 rows
  • 2 columns
Loading...

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

Pgz

@kaggle.cprimozi_robinhood_stock_popularity_history.pgz
  • 145.85 KB
  • 14959 rows
  • 2 columns
Loading...

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

Ph

@kaggle.cprimozi_robinhood_stock_popularity_history.ph
  • 148.2 KB
  • 14926 rows
  • 2 columns
Loading...

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

Phas

@kaggle.cprimozi_robinhood_stock_popularity_history.phas
  • 113.91 KB
  • 11099 rows
  • 2 columns
Loading...

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

Phat

@kaggle.cprimozi_robinhood_stock_popularity_history.phat
  • 25.14 KB
  • 2315 rows
  • 2 columns
Loading...

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

Phb

@kaggle.cprimozi_robinhood_stock_popularity_history.phb
  • 145.86 KB
  • 14945 rows
  • 2 columns
Loading...

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

Phcf

@kaggle.cprimozi_robinhood_stock_popularity_history.phcf
  • 92.34 KB
  • 9424 rows
  • 2 columns
Loading...

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

Phd

@kaggle.cprimozi_robinhood_stock_popularity_history.phd
  • 144.54 KB
  • 14961 rows
  • 2 columns
Loading...

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

Phdg

@kaggle.cprimozi_robinhood_stock_popularity_history.phdg
  • 144.07 KB
  • 14879 rows
  • 2 columns
Loading...

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

Phge

@kaggle.cprimozi_robinhood_stock_popularity_history.phge
  • 24.27 KB
  • 2339 rows
  • 2 columns
Loading...

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

Phi

@kaggle.cprimozi_robinhood_stock_popularity_history.phi
  • 129.67 KB
  • 13206 rows
  • 2 columns
Loading...

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

Phio

@kaggle.cprimozi_robinhood_stock_popularity_history.phio
  • 106.9 KB
  • 10336 rows
  • 2 columns
Loading...

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

Phk

@kaggle.cprimozi_robinhood_stock_popularity_history.phk
  • 151.63 KB
  • 14961 rows
  • 2 columns
Loading...

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

Share link

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