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

Tza

@kaggle.cprimozi_robinhood_stock_popularity_history.tza
  • 55.16 KB
  • 5262 rows
  • 2 columns
Loading...

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

Tzac

@kaggle.cprimozi_robinhood_stock_popularity_history.tzac
  • 107.39 KB
  • 11099 rows
  • 2 columns
Loading...

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

Tzoo

@kaggle.cprimozi_robinhood_stock_popularity_history.tzoo
  • 148.97 KB
  • 14944 rows
  • 2 columns
Loading...

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

Ua

@kaggle.cprimozi_robinhood_stock_popularity_history.ua
  • 160.08 KB
  • 14966 rows
  • 2 columns
Loading...

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

Uaa

@kaggle.cprimozi_robinhood_stock_popularity_history.uaa
  • 162 KB
  • 14934 rows
  • 2 columns
Loading...

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

Uae

@kaggle.cprimozi_robinhood_stock_popularity_history.uae
  • 145.42 KB
  • 14956 rows
  • 2 columns
Loading...

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

Uag

@kaggle.cprimozi_robinhood_stock_popularity_history.uag
  • 36.81 KB
  • 3716 rows
  • 2 columns
Loading...

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

Ual

@kaggle.cprimozi_robinhood_stock_popularity_history.ual
  • 154.14 KB
  • 14956 rows
  • 2 columns
Loading...

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

Uamy

@kaggle.cprimozi_robinhood_stock_popularity_history.uamy
  • 151.93 KB
  • 14923 rows
  • 2 columns
Loading...

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

Uan

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

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

Uapr

@kaggle.cprimozi_robinhood_stock_popularity_history.uapr
  • 71.11 KB
  • 7311 rows
  • 2 columns
Loading...

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

Uaud

@kaggle.cprimozi_robinhood_stock_popularity_history.uaud
  • 145.19 KB
  • 14984 rows
  • 2 columns
Loading...

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

Uaug

@kaggle.cprimozi_robinhood_stock_popularity_history.uaug
  • 43.61 KB
  • 4425 rows
  • 2 columns
Loading...

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

Uavs

@kaggle.cprimozi_robinhood_stock_popularity_history.uavs
  • 157.68 KB
  • 14994 rows
  • 2 columns
Loading...

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

Uba

@kaggle.cprimozi_robinhood_stock_popularity_history.uba
  • 147.68 KB
  • 14958 rows
  • 2 columns
Loading...

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

Ubcp

@kaggle.cprimozi_robinhood_stock_popularity_history.ubcp
  • 145.28 KB
  • 14954 rows
  • 2 columns
Loading...

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

Uber

@kaggle.cprimozi_robinhood_stock_popularity_history.uber
  • 75.05 KB
  • 6408 rows
  • 2 columns
Loading...

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

Ubfo

@kaggle.cprimozi_robinhood_stock_popularity_history.ubfo
  • 37.12 KB
  • 3715 rows
  • 2 columns
Loading...

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

Ubg

@kaggle.cprimozi_robinhood_stock_popularity_history.ubg
  • 144.39 KB
  • 14924 rows
  • 2 columns
Loading...

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

Ubio

@kaggle.cprimozi_robinhood_stock_popularity_history.ubio
  • 146.37 KB
  • 14963 rows
  • 2 columns
Loading...

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

Ubnk

@kaggle.cprimozi_robinhood_stock_popularity_history.ubnk
  • 96.34 KB
  • 9874 rows
  • 2 columns
Loading...

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

Uboh

@kaggle.cprimozi_robinhood_stock_popularity_history.uboh
  • 144.51 KB
  • 14923 rows
  • 2 columns
Loading...

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

Ubot

@kaggle.cprimozi_robinhood_stock_popularity_history.ubot
  • 148.4 KB
  • 14686 rows
  • 2 columns
Loading...

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

Ubp

@kaggle.cprimozi_robinhood_stock_popularity_history.ubp
  • 145.07 KB
  • 14958 rows
  • 2 columns
Loading...

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

Ubr

@kaggle.cprimozi_robinhood_stock_popularity_history.ubr
  • 145.17 KB
  • 14930 rows
  • 2 columns
Loading...

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

Share link

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