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

Efad

@kaggle.cprimozi_robinhood_stock_popularity_history.efad
  • 144.49 KB
  • 14957 rows
  • 2 columns
Loading...

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

Efas

@kaggle.cprimozi_robinhood_stock_popularity_history.efas
  • 146.73 KB
  • 14970 rows
  • 2 columns
Loading...

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

Efav

@kaggle.cprimozi_robinhood_stock_popularity_history.efav
  • 145.55 KB
  • 14936 rows
  • 2 columns
Loading...

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

Efax

@kaggle.cprimozi_robinhood_stock_popularity_history.efax
  • 144.88 KB
  • 14970 rows
  • 2 columns
Loading...

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

Efc

@kaggle.cprimozi_robinhood_stock_popularity_history.efc
  • 80.71 KB
  • 7978 rows
  • 2 columns
Loading...

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

Eff

@kaggle.cprimozi_robinhood_stock_popularity_history.eff
  • 145.05 KB
  • 14961 rows
  • 2 columns
Loading...

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

Efg

@kaggle.cprimozi_robinhood_stock_popularity_history.efg
  • 144.94 KB
  • 14956 rows
  • 2 columns
Loading...

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

Efl

@kaggle.cprimozi_robinhood_stock_popularity_history.efl
  • 36.94 KB
  • 3728 rows
  • 2 columns
Loading...

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

Efnl

@kaggle.cprimozi_robinhood_stock_popularity_history.efnl
  • 36.68 KB
  • 3692 rows
  • 2 columns
Loading...

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

Efo

@kaggle.cprimozi_robinhood_stock_popularity_history.efo
  • 144.45 KB
  • 14956 rows
  • 2 columns
Loading...

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

Efoi

@kaggle.cprimozi_robinhood_stock_popularity_history.efoi
  • 155.12 KB
  • 14957 rows
  • 2 columns
Loading...

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

Efr

@kaggle.cprimozi_robinhood_stock_popularity_history.efr
  • 145.17 KB
  • 14961 rows
  • 2 columns
Loading...

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

Efsc

@kaggle.cprimozi_robinhood_stock_popularity_history.efsc
  • 145.08 KB
  • 14938 rows
  • 2 columns
Loading...

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

Eft

@kaggle.cprimozi_robinhood_stock_popularity_history.eft
  • 146.03 KB
  • 14961 rows
  • 2 columns
Loading...

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

Efu

@kaggle.cprimozi_robinhood_stock_popularity_history.efu
  • 144.49 KB
  • 14956 rows
  • 2 columns
Loading...

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

Efv

@kaggle.cprimozi_robinhood_stock_popularity_history.efv
  • 145.23 KB
  • 14956 rows
  • 2 columns
Loading...

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

Efx

@kaggle.cprimozi_robinhood_stock_popularity_history.efx
  • 152.75 KB
  • 14956 rows
  • 2 columns
Loading...

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

Efz

@kaggle.cprimozi_robinhood_stock_popularity_history.efz
  • 144.66 KB
  • 14956 rows
  • 2 columns
Loading...

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

Egan

@kaggle.cprimozi_robinhood_stock_popularity_history.egan
  • 155.71 KB
  • 14951 rows
  • 2 columns
Loading...

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

Egbn

@kaggle.cprimozi_robinhood_stock_popularity_history.egbn
  • 148 KB
  • 14951 rows
  • 2 columns
Loading...

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

Egc

@kaggle.cprimozi_robinhood_stock_popularity_history.egc
  • 133.33 KB
  • 13755 rows
  • 2 columns
Loading...

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

Egf

@kaggle.cprimozi_robinhood_stock_popularity_history.egf
  • 144.8 KB
  • 14959 rows
  • 2 columns
Loading...

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

Eght

@kaggle.cprimozi_robinhood_stock_popularity_history.eght
  • 149.5 KB
  • 14951 rows
  • 2 columns
Loading...

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

Egif

@kaggle.cprimozi_robinhood_stock_popularity_history.egif
  • 144.95 KB
  • 14963 rows
  • 2 columns
Loading...

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

Egl

@kaggle.cprimozi_robinhood_stock_popularity_history.egl
  • 145.1 KB
  • 14931 rows
  • 2 columns
Loading...

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

Share link

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