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

Asml

@kaggle.cprimozi_robinhood_stock_popularity_history.asml
  • 151.75 KB
  • 14978 rows
  • 2 columns
Loading...

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

Asna

@kaggle.cprimozi_robinhood_stock_popularity_history.asna
  • 13.83 KB
  • 1178 rows
  • 2 columns
Loading...

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

Asnd

@kaggle.cprimozi_robinhood_stock_popularity_history.asnd
  • 149.92 KB
  • 14961 rows
  • 2 columns
Loading...

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

Asomy

@kaggle.cprimozi_robinhood_stock_popularity_history.asomy
  • 122.41 KB
  • 12293 rows
  • 2 columns
Loading...

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

Aspn

@kaggle.cprimozi_robinhood_stock_popularity_history.aspn
  • 148.04 KB
  • 14955 rows
  • 2 columns
Loading...

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

Asps

@kaggle.cprimozi_robinhood_stock_popularity_history.asps
  • 44.7 KB
  • 4449 rows
  • 2 columns
Loading...

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

Aspu

@kaggle.cprimozi_robinhood_stock_popularity_history.aspu
  • 147.1 KB
  • 14978 rows
  • 2 columns
Loading...

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

Asr

@kaggle.cprimozi_robinhood_stock_popularity_history.asr
  • 145.13 KB
  • 14956 rows
  • 2 columns
Loading...

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

Asrt

@kaggle.cprimozi_robinhood_stock_popularity_history.asrt
  • 127.99 KB
  • 12595 rows
  • 2 columns
Loading...

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

Asrv

@kaggle.cprimozi_robinhood_stock_popularity_history.asrv
  • 147.73 KB
  • 14934 rows
  • 2 columns
Loading...

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

Astc

@kaggle.cprimozi_robinhood_stock_popularity_history.astc
  • 151.66 KB
  • 14934 rows
  • 2 columns
Loading...

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

Aste

@kaggle.cprimozi_robinhood_stock_popularity_history.aste
  • 148.06 KB
  • 14934 rows
  • 2 columns
Loading...

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

Asur

@kaggle.cprimozi_robinhood_stock_popularity_history.asur
  • 152.66 KB
  • 14914 rows
  • 2 columns
Loading...

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

Asx

@kaggle.cprimozi_robinhood_stock_popularity_history.asx
  • 153.14 KB
  • 14991 rows
  • 2 columns
Loading...

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

Asys

@kaggle.cprimozi_robinhood_stock_popularity_history.asys
  • 151.2 KB
  • 14915 rows
  • 2 columns
Loading...

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

At

@kaggle.cprimozi_robinhood_stock_popularity_history.at
  • 149.43 KB
  • 14931 rows
  • 2 columns
Loading...

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

Atax

@kaggle.cprimozi_robinhood_stock_popularity_history.atax
  • 149.23 KB
  • 14957 rows
  • 2 columns
Loading...

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

Atec

@kaggle.cprimozi_robinhood_stock_popularity_history.atec
  • 150.56 KB
  • 14948 rows
  • 2 columns
Loading...

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

Aten

@kaggle.cprimozi_robinhood_stock_popularity_history.aten
  • 147.29 KB
  • 14948 rows
  • 2 columns
Loading...

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

Atex

@kaggle.cprimozi_robinhood_stock_popularity_history.atex
  • 43.09 KB
  • 4305 rows
  • 2 columns
Loading...

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

Atge

@kaggle.cprimozi_robinhood_stock_popularity_history.atge
  • 146.25 KB
  • 14936 rows
  • 2 columns
Loading...

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

Ath

@kaggle.cprimozi_robinhood_stock_popularity_history.ath
  • 147.35 KB
  • 14971 rows
  • 2 columns
Loading...

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

Athe

@kaggle.cprimozi_robinhood_stock_popularity_history.athe
  • 71.11 KB
  • 7143 rows
  • 2 columns
Loading...

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

Athm

@kaggle.cprimozi_robinhood_stock_popularity_history.athm
  • 149.19 KB
  • 14957 rows
  • 2 columns
Loading...

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

Athx

@kaggle.cprimozi_robinhood_stock_popularity_history.athx
  • 151.84 KB
  • 14934 rows
  • 2 columns
Loading...

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

Share link

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