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

Dgii

@kaggle.cprimozi_robinhood_stock_popularity_history.dgii
  • 150.81 KB
  • 14951 rows
  • 2 columns
Loading...

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

Dgl

@kaggle.cprimozi_robinhood_stock_popularity_history.dgl
  • 144.25 KB
  • 14860 rows
  • 2 columns
Loading...

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

Dgld

@kaggle.cprimozi_robinhood_stock_popularity_history.dgld
  • 148.16 KB
  • 14930 rows
  • 2 columns
Loading...

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

Dgly

@kaggle.cprimozi_robinhood_stock_popularity_history.dgly
  • 151.72 KB
  • 14930 rows
  • 2 columns
Loading...

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

Dgp

@kaggle.cprimozi_robinhood_stock_popularity_history.dgp
  • 145.75 KB
  • 14919 rows
  • 2 columns
Loading...

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

Dgre

@kaggle.cprimozi_robinhood_stock_popularity_history.dgre
  • 144.9 KB
  • 14935 rows
  • 2 columns
Loading...

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

Dgro

@kaggle.cprimozi_robinhood_stock_popularity_history.dgro
  • 154.94 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dgrs

@kaggle.cprimozi_robinhood_stock_popularity_history.dgrs
  • 144.92 KB
  • 14935 rows
  • 2 columns
Loading...

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

Dgrw

@kaggle.cprimozi_robinhood_stock_popularity_history.dgrw
  • 148.51 KB
  • 14935 rows
  • 2 columns
Loading...

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

Dgs

@kaggle.cprimozi_robinhood_stock_popularity_history.dgs
  • 145.37 KB
  • 14919 rows
  • 2 columns
Loading...

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

Dgt

@kaggle.cprimozi_robinhood_stock_popularity_history.dgt
  • 144.46 KB
  • 14919 rows
  • 2 columns
Loading...

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

Dgx

@kaggle.cprimozi_robinhood_stock_popularity_history.dgx
  • 148.83 KB
  • 14919 rows
  • 2 columns
Loading...

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

Dgz

@kaggle.cprimozi_robinhood_stock_popularity_history.dgz
  • 144.58 KB
  • 14919 rows
  • 2 columns
Loading...

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

Dhc

@kaggle.cprimozi_robinhood_stock_popularity_history.dhc
  • 10.47 KB
  • 842 rows
  • 2 columns
Loading...

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

Dhdg

@kaggle.cprimozi_robinhood_stock_popularity_history.dhdg
  • 144.77 KB
  • 14970 rows
  • 2 columns
Loading...

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

Dhf

@kaggle.cprimozi_robinhood_stock_popularity_history.dhf
  • 59.41 KB
  • 5858 rows
  • 2 columns
Loading...

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

Dhi

@kaggle.cprimozi_robinhood_stock_popularity_history.dhi
  • 151.24 KB
  • 14936 rows
  • 2 columns
Loading...

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

Dhil

@kaggle.cprimozi_robinhood_stock_popularity_history.dhil
  • 144.76 KB
  • 14920 rows
  • 2 columns
Loading...

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

Dhr

@kaggle.cprimozi_robinhood_stock_popularity_history.dhr
  • 152.7 KB
  • 14937 rows
  • 2 columns
Loading...

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

Dhs

@kaggle.cprimozi_robinhood_stock_popularity_history.dhs
  • 146.86 KB
  • 14937 rows
  • 2 columns
Loading...

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

Dht

@kaggle.cprimozi_robinhood_stock_popularity_history.dht
  • 154.77 KB
  • 14937 rows
  • 2 columns
Loading...

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

Dhx

@kaggle.cprimozi_robinhood_stock_popularity_history.dhx
  • 149.29 KB
  • 14937 rows
  • 2 columns
Loading...

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

Dhy

@kaggle.cprimozi_robinhood_stock_popularity_history.dhy
  • 149.94 KB
  • 14961 rows
  • 2 columns
Loading...

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

Dia

@kaggle.cprimozi_robinhood_stock_popularity_history.dia
  • 158.9 KB
  • 14914 rows
  • 2 columns
Loading...

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

Dial

@kaggle.cprimozi_robinhood_stock_popularity_history.dial
  • 145.3 KB
  • 14980 rows
  • 2 columns
Loading...

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

Share link

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