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

Hyxu

@kaggle.cprimozi_robinhood_stock_popularity_history.hyxu
  • 36.57 KB
  • 3694 rows
  • 2 columns
Loading...

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

Hyzd

@kaggle.cprimozi_robinhood_stock_popularity_history.hyzd
  • 145.03 KB
  • 14918 rows
  • 2 columns
Loading...

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

Hzn

@kaggle.cprimozi_robinhood_stock_popularity_history.hzn
  • 147.77 KB
  • 14963 rows
  • 2 columns
Loading...

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

Hznp

@kaggle.cprimozi_robinhood_stock_popularity_history.hznp
  • 66.44 KB
  • 6432 rows
  • 2 columns
Loading...

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

Hzo

@kaggle.cprimozi_robinhood_stock_popularity_history.hzo
  • 149.48 KB
  • 14943 rows
  • 2 columns
Loading...

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

I

@kaggle.cprimozi_robinhood_stock_popularity_history.i
  • 156.41 KB
  • 14915 rows
  • 2 columns
Loading...

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

Iaa

@kaggle.cprimozi_robinhood_stock_popularity_history.iaa
  • 53.34 KB
  • 5262 rows
  • 2 columns
Loading...

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

Iac

@kaggle.cprimozi_robinhood_stock_popularity_history.iac
  • 152.07 KB
  • 14936 rows
  • 2 columns
Loading...

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

Iae

@kaggle.cprimozi_robinhood_stock_popularity_history.iae
  • 144.17 KB
  • 14961 rows
  • 2 columns
Loading...

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

Iaf

@kaggle.cprimozi_robinhood_stock_popularity_history.iaf
  • 145.07 KB
  • 14961 rows
  • 2 columns
Loading...

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

Iag

@kaggle.cprimozi_robinhood_stock_popularity_history.iag
  • 155.32 KB
  • 14954 rows
  • 2 columns
Loading...

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

Iagg

@kaggle.cprimozi_robinhood_stock_popularity_history.iagg
  • 145.48 KB
  • 14965 rows
  • 2 columns
Loading...

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

Iai

@kaggle.cprimozi_robinhood_stock_popularity_history.iai
  • 145.27 KB
  • 14931 rows
  • 2 columns
Loading...

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

Iak

@kaggle.cprimozi_robinhood_stock_popularity_history.iak
  • 144.9 KB
  • 14954 rows
  • 2 columns
Loading...

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

Iart

@kaggle.cprimozi_robinhood_stock_popularity_history.iart
  • 146.23 KB
  • 14926 rows
  • 2 columns
Loading...

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

Iat

@kaggle.cprimozi_robinhood_stock_popularity_history.iat
  • 145.65 KB
  • 14954 rows
  • 2 columns
Loading...

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

Iau

@kaggle.cprimozi_robinhood_stock_popularity_history.iau
  • 160.49 KB
  • 14954 rows
  • 2 columns
Loading...

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

Iauf

@kaggle.cprimozi_robinhood_stock_popularity_history.iauf
  • 137.74 KB
  • 14180 rows
  • 2 columns
Loading...

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

Iba

@kaggle.cprimozi_robinhood_stock_popularity_history.iba
  • 128.75 KB
  • 13204 rows
  • 2 columns
Loading...

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

Ibb

@kaggle.cprimozi_robinhood_stock_popularity_history.ibb
  • 149.53 KB
  • 14928 rows
  • 2 columns
Loading...

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

Ibcd

@kaggle.cprimozi_robinhood_stock_popularity_history.ibcd
  • 144.29 KB
  • 14914 rows
  • 2 columns
Loading...

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

Ibce

@kaggle.cprimozi_robinhood_stock_popularity_history.ibce
  • 144.47 KB
  • 14925 rows
  • 2 columns
Loading...

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

Ibcp

@kaggle.cprimozi_robinhood_stock_popularity_history.ibcp
  • 144.88 KB
  • 14914 rows
  • 2 columns
Loading...

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

Ibd

@kaggle.cprimozi_robinhood_stock_popularity_history.ibd
  • 145.34 KB
  • 14978 rows
  • 2 columns
Loading...

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

Ibdc

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdc
  • 144.67 KB
  • 14942 rows
  • 2 columns
Loading...

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

Share link

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