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

Ufab

@kaggle.cprimozi_robinhood_stock_popularity_history.ufab
  • 146.77 KB
  • 14963 rows
  • 2 columns
Loading...

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

Ufcs

@kaggle.cprimozi_robinhood_stock_popularity_history.ufcs
  • 145.4 KB
  • 14928 rows
  • 2 columns
Loading...

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

Ufeb

@kaggle.cprimozi_robinhood_stock_popularity_history.ufeb
  • 5 KB
  • 308 rows
  • 2 columns
Loading...

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

Ufi

@kaggle.cprimozi_robinhood_stock_popularity_history.ufi
  • 146.85 KB
  • 14926 rows
  • 2 columns
Loading...

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

Ufo

@kaggle.cprimozi_robinhood_stock_popularity_history.ufo
  • 73.17 KB
  • 7100 rows
  • 2 columns
Loading...

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

Ufpi

@kaggle.cprimozi_robinhood_stock_popularity_history.ufpi
  • 147.55 KB
  • 14928 rows
  • 2 columns
Loading...

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

Ufpt

@kaggle.cprimozi_robinhood_stock_popularity_history.ufpt
  • 145.96 KB
  • 14920 rows
  • 2 columns
Loading...

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

Ufs

@kaggle.cprimozi_robinhood_stock_popularity_history.ufs
  • 147.06 KB
  • 14926 rows
  • 2 columns
Loading...

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

Ug

@kaggle.cprimozi_robinhood_stock_popularity_history.ug
  • 145.58 KB
  • 14934 rows
  • 2 columns
Loading...

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

Uga

@kaggle.cprimozi_robinhood_stock_popularity_history.uga
  • 147.11 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ugaz

@kaggle.cprimozi_robinhood_stock_popularity_history.ugaz
  • 13.81 KB
  • 1082 rows
  • 2 columns
Loading...

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

Ugbp

@kaggle.cprimozi_robinhood_stock_popularity_history.ugbp
  • 146.88 KB
  • 14985 rows
  • 2 columns
Loading...

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

Uge

@kaggle.cprimozi_robinhood_stock_popularity_history.uge
  • 133.39 KB
  • 13743 rows
  • 2 columns
Loading...

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

Ugi

@kaggle.cprimozi_robinhood_stock_popularity_history.ugi
  • 148.26 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ugl

@kaggle.cprimozi_robinhood_stock_popularity_history.ugl
  • 147.3 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ugld

@kaggle.cprimozi_robinhood_stock_popularity_history.ugld
  • 111.83 KB
  • 11167 rows
  • 2 columns
Loading...

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

Ugp

@kaggle.cprimozi_robinhood_stock_popularity_history.ugp
  • 150.91 KB
  • 14957 rows
  • 2 columns
Loading...

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

Uhal

@kaggle.cprimozi_robinhood_stock_popularity_history.uhal
  • 146.02 KB
  • 14950 rows
  • 2 columns
Loading...

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

Uhn

@kaggle.cprimozi_robinhood_stock_popularity_history.uhn
  • 124.17 KB
  • 12807 rows
  • 2 columns
Loading...

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

Uhs

@kaggle.cprimozi_robinhood_stock_popularity_history.uhs
  • 146.83 KB
  • 14924 rows
  • 2 columns
Loading...

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

Uht

@kaggle.cprimozi_robinhood_stock_popularity_history.uht
  • 146.63 KB
  • 14958 rows
  • 2 columns
Loading...

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

Ui

@kaggle.cprimozi_robinhood_stock_popularity_history.ui
  • 41.35 KB
  • 3995 rows
  • 2 columns
Loading...

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

Uihc

@kaggle.cprimozi_robinhood_stock_popularity_history.uihc
  • 145.22 KB
  • 14916 rows
  • 2 columns
Loading...

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

Uis

@kaggle.cprimozi_robinhood_stock_popularity_history.uis
  • 149.77 KB
  • 14949 rows
  • 2 columns
Loading...

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

Uitb

@kaggle.cprimozi_robinhood_stock_popularity_history.uitb
  • 50.7 KB
  • 5190 rows
  • 2 columns
Loading...

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

Share link

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