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

Env

@kaggle.cprimozi_robinhood_stock_popularity_history.env
  • 146.17 KB
  • 14951 rows
  • 2 columns
Loading...

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

Enva

@kaggle.cprimozi_robinhood_stock_popularity_history.enva
  • 148.73 KB
  • 14959 rows
  • 2 columns
Loading...

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

Enx

@kaggle.cprimozi_robinhood_stock_popularity_history.enx
  • 144.42 KB
  • 14961 rows
  • 2 columns
Loading...

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

Enz

@kaggle.cprimozi_robinhood_stock_popularity_history.enz
  • 150.44 KB
  • 14951 rows
  • 2 columns
Loading...

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

Enzl

@kaggle.cprimozi_robinhood_stock_popularity_history.enzl
  • 145.74 KB
  • 14951 rows
  • 2 columns
Loading...

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

Eoccy

@kaggle.cprimozi_robinhood_stock_popularity_history.eoccy
  • 128.48 KB
  • 13205 rows
  • 2 columns
Loading...

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

Eod

@kaggle.cprimozi_robinhood_stock_popularity_history.eod
  • 146.98 KB
  • 14959 rows
  • 2 columns
Loading...

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

Eog

@kaggle.cprimozi_robinhood_stock_popularity_history.eog
  • 151.86 KB
  • 14924 rows
  • 2 columns
Loading...

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

Eoi

@kaggle.cprimozi_robinhood_stock_popularity_history.eoi
  • 146.04 KB
  • 14959 rows
  • 2 columns
Loading...

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

Eols

@kaggle.cprimozi_robinhood_stock_popularity_history.eols
  • 148.41 KB
  • 14486 rows
  • 2 columns
Loading...

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

Eongy

@kaggle.cprimozi_robinhood_stock_popularity_history.eongy
  • 120.16 KB
  • 12297 rows
  • 2 columns
Loading...

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

Eos

@kaggle.cprimozi_robinhood_stock_popularity_history.eos
  • 148.14 KB
  • 14959 rows
  • 2 columns
Loading...

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

Eot

@kaggle.cprimozi_robinhood_stock_popularity_history.eot
  • 144.9 KB
  • 14959 rows
  • 2 columns
Loading...

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

Epac

@kaggle.cprimozi_robinhood_stock_popularity_history.epac
  • 141.2 KB
  • 14455 rows
  • 2 columns
Loading...

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

Epam

@kaggle.cprimozi_robinhood_stock_popularity_history.epam
  • 148.97 KB
  • 14935 rows
  • 2 columns
Loading...

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

Epay

@kaggle.cprimozi_robinhood_stock_popularity_history.epay
  • 148.91 KB
  • 14936 rows
  • 2 columns
Loading...

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

Epc

@kaggle.cprimozi_robinhood_stock_popularity_history.epc
  • 146.83 KB
  • 14951 rows
  • 2 columns
Loading...

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

Epd

@kaggle.cprimozi_robinhood_stock_popularity_history.epd
  • 162.24 KB
  • 14955 rows
  • 2 columns
Loading...

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

Ephe

@kaggle.cprimozi_robinhood_stock_popularity_history.ephe
  • 146.5 KB
  • 14956 rows
  • 2 columns
Loading...

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

Epi

@kaggle.cprimozi_robinhood_stock_popularity_history.epi
  • 147.79 KB
  • 14927 rows
  • 2 columns
Loading...

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

Epix

@kaggle.cprimozi_robinhood_stock_popularity_history.epix
  • 22.42 KB
  • 2110 rows
  • 2 columns
Loading...

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

Epm

@kaggle.cprimozi_robinhood_stock_popularity_history.epm
  • 149.99 KB
  • 14926 rows
  • 2 columns
Loading...

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

Epol

@kaggle.cprimozi_robinhood_stock_popularity_history.epol
  • 146.07 KB
  • 14928 rows
  • 2 columns
Loading...

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

Epp

@kaggle.cprimozi_robinhood_stock_popularity_history.epp
  • 89.17 KB
  • 9091 rows
  • 2 columns
Loading...

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

Epr

@kaggle.cprimozi_robinhood_stock_popularity_history.epr
  • 154.19 KB
  • 14958 rows
  • 2 columns
Loading...

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

Share link

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