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

Omfs

@kaggle.cprimozi_robinhood_stock_popularity_history.omfs
  • 58.6 KB
  • 6002 rows
  • 2 columns
Loading...

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

Omi

@kaggle.cprimozi_robinhood_stock_popularity_history.omi
  • 152.98 KB
  • 14920 rows
  • 2 columns
Loading...

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

Omn

@kaggle.cprimozi_robinhood_stock_popularity_history.omn
  • 146.86 KB
  • 14920 rows
  • 2 columns
Loading...

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

Omom

@kaggle.cprimozi_robinhood_stock_popularity_history.omom
  • 58.59 KB
  • 6002 rows
  • 2 columns
Loading...

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

Omp

@kaggle.cprimozi_robinhood_stock_popularity_history.omp
  • 43.58 KB
  • 4165 rows
  • 2 columns
Loading...

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

Omrny

@kaggle.cprimozi_robinhood_stock_popularity_history.omrny
  • 118.94 KB
  • 12295 rows
  • 2 columns
Loading...

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

On

@kaggle.cprimozi_robinhood_stock_popularity_history.on
  • 152.15 KB
  • 14920 rows
  • 2 columns
Loading...

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

Onb

@kaggle.cprimozi_robinhood_stock_popularity_history.onb
  • 145.99 KB
  • 14948 rows
  • 2 columns
Loading...

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

Oncs

@kaggle.cprimozi_robinhood_stock_popularity_history.oncs
  • 62.11 KB
  • 6145 rows
  • 2 columns
Loading...

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

Onct

@kaggle.cprimozi_robinhood_stock_popularity_history.onct
  • 57.21 KB
  • 5690 rows
  • 2 columns
Loading...

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

Oncy

@kaggle.cprimozi_robinhood_stock_popularity_history.oncy
  • 145.69 KB
  • 14298 rows
  • 2 columns
Loading...

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

Ondk

@kaggle.cprimozi_robinhood_stock_popularity_history.ondk
  • 152.6 KB
  • 14959 rows
  • 2 columns
Loading...

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

One

@kaggle.cprimozi_robinhood_stock_popularity_history.one
  • 129.55 KB
  • 13215 rows
  • 2 columns
Loading...

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

Onem

@kaggle.cprimozi_robinhood_stock_popularity_history.onem
  • 6.4 KB
  • 403 rows
  • 2 columns
Loading...

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

Oneo

@kaggle.cprimozi_robinhood_stock_popularity_history.oneo
  • 144.88 KB
  • 14966 rows
  • 2 columns
Loading...

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

Oneq

@kaggle.cprimozi_robinhood_stock_popularity_history.oneq
  • 148.86 KB
  • 14951 rows
  • 2 columns
Loading...

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

Onev

@kaggle.cprimozi_robinhood_stock_popularity_history.onev
  • 144.79 KB
  • 14966 rows
  • 2 columns
Loading...

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

Onew

@kaggle.cprimozi_robinhood_stock_popularity_history.onew
  • 4.5 KB
  • 236 rows
  • 2 columns
Loading...

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

Oney

@kaggle.cprimozi_robinhood_stock_popularity_history.oney
  • 144.99 KB
  • 14965 rows
  • 2 columns
Loading...

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

Onln

@kaggle.cprimozi_robinhood_stock_popularity_history.onln
  • 131.27 KB
  • 13272 rows
  • 2 columns
Loading...

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

Onp

@kaggle.cprimozi_robinhood_stock_popularity_history.onp
  • 116.33 KB
  • 11952 rows
  • 2 columns
Loading...

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

Ontl

@kaggle.cprimozi_robinhood_stock_popularity_history.ontl
  • 144.26 KB
  • 14973 rows
  • 2 columns
Loading...

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

Onto

@kaggle.cprimozi_robinhood_stock_popularity_history.onto
  • 24.65 KB
  • 2358 rows
  • 2 columns
Loading...

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

Ontx

@kaggle.cprimozi_robinhood_stock_popularity_history.ontx
  • 122.27 KB
  • 11623 rows
  • 2 columns
Loading...

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

Onvo

@kaggle.cprimozi_robinhood_stock_popularity_history.onvo
  • 157.09 KB
  • 14940 rows
  • 2 columns
Loading...

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

Share link

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