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

Qadb

@kaggle.cprimozi_robinhood_stock_popularity_history.qadb
  • 145.02 KB
  • 14937 rows
  • 2 columns
Loading...

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

Qai

@kaggle.cprimozi_robinhood_stock_popularity_history.qai
  • 145.24 KB
  • 14937 rows
  • 2 columns
Loading...

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

Qarp

@kaggle.cprimozi_robinhood_stock_popularity_history.qarp
  • 36.93 KB
  • 3731 rows
  • 2 columns
Loading...

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

Qat

@kaggle.cprimozi_robinhood_stock_popularity_history.qat
  • 146.02 KB
  • 14956 rows
  • 2 columns
Loading...

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

Qbak

@kaggle.cprimozi_robinhood_stock_popularity_history.qbak
  • 147.12 KB
  • 14943 rows
  • 2 columns
Loading...

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

Qbiey

@kaggle.cprimozi_robinhood_stock_popularity_history.qbiey
  • 118.77 KB
  • 12293 rows
  • 2 columns
Loading...

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

Qcln

@kaggle.cprimozi_robinhood_stock_popularity_history.qcln
  • 151.21 KB
  • 14955 rows
  • 2 columns
Loading...

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

Qcom

@kaggle.cprimozi_robinhood_stock_popularity_history.qcom
  • 165.04 KB
  • 14932 rows
  • 2 columns
Loading...

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

Qcp

@kaggle.cprimozi_robinhood_stock_popularity_history.qcp
  • 114.91 KB
  • 11855 rows
  • 2 columns
Loading...

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

Qcrh

@kaggle.cprimozi_robinhood_stock_popularity_history.qcrh
  • 145.17 KB
  • 14931 rows
  • 2 columns
Loading...

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

Qd

@kaggle.cprimozi_robinhood_stock_popularity_history.qd
  • 157.77 KB
  • 14980 rows
  • 2 columns
Loading...

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

Qdef

@kaggle.cprimozi_robinhood_stock_popularity_history.qdef
  • 145.46 KB
  • 14956 rows
  • 2 columns
Loading...

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

Qdel

@kaggle.cprimozi_robinhood_stock_popularity_history.qdel
  • 147.54 KB
  • 14956 rows
  • 2 columns
Loading...

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

Qdf

@kaggle.cprimozi_robinhood_stock_popularity_history.qdf
  • 145.07 KB
  • 14917 rows
  • 2 columns
Loading...

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

Qdiv

@kaggle.cprimozi_robinhood_stock_popularity_history.qdiv
  • 125.92 KB
  • 12923 rows
  • 2 columns
Loading...

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

Qdyn

@kaggle.cprimozi_robinhood_stock_popularity_history.qdyn
  • 144.66 KB
  • 14934 rows
  • 2 columns
Loading...

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

Qed

@kaggle.cprimozi_robinhood_stock_popularity_history.qed
  • 144.83 KB
  • 14962 rows
  • 2 columns
Loading...

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

Qefa

@kaggle.cprimozi_robinhood_stock_popularity_history.qefa
  • 36.77 KB
  • 3716 rows
  • 2 columns
Loading...

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

Qemm

@kaggle.cprimozi_robinhood_stock_popularity_history.qemm
  • 144.31 KB
  • 14956 rows
  • 2 columns
Loading...

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

Qep

@kaggle.cprimozi_robinhood_stock_popularity_history.qep
  • 151.28 KB
  • 14942 rows
  • 2 columns
Loading...

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

Qes

@kaggle.cprimozi_robinhood_stock_popularity_history.qes
  • 44.26 KB
  • 4337 rows
  • 2 columns
Loading...

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

Qfin

@kaggle.cprimozi_robinhood_stock_popularity_history.qfin
  • 99.5 KB
  • 9736 rows
  • 2 columns
Loading...

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

Qgen

@kaggle.cprimozi_robinhood_stock_popularity_history.qgen
  • 38.44 KB
  • 3691 rows
  • 2 columns
Loading...

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

Qgro

@kaggle.cprimozi_robinhood_stock_popularity_history.qgro
  • 114.79 KB
  • 11949 rows
  • 2 columns
Loading...

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

Qgta

@kaggle.cprimozi_robinhood_stock_popularity_history.qgta
  • 144.64 KB
  • 14963 rows
  • 2 columns
Loading...

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

Share link

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