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

Ff

@kaggle.cprimozi_robinhood_stock_popularity_history.ff
  • 153.49 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE ff (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffa

@kaggle.cprimozi_robinhood_stock_popularity_history.ffa
  • 148.56 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE ffa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffbc

@kaggle.cprimozi_robinhood_stock_popularity_history.ffbc
  • 149.04 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE ffbc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffbw

@kaggle.cprimozi_robinhood_stock_popularity_history.ffbw
  • 91.53 kB
  • 9,156 rows
  • 2 columns
Loading...
CREATE TABLE ffbw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffc

@kaggle.cprimozi_robinhood_stock_popularity_history.ffc
  • 149.88 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE ffc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffeu

@kaggle.cprimozi_robinhood_stock_popularity_history.ffeu
  • 37.82 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE ffeu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffg

@kaggle.cprimozi_robinhood_stock_popularity_history.ffg
  • 148.54 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE ffg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffhg

@kaggle.cprimozi_robinhood_stock_popularity_history.ffhg
  • 22.43 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE ffhg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffhl

@kaggle.cprimozi_robinhood_stock_popularity_history.ffhl
  • 154.07 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE ffhl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffic

@kaggle.cprimozi_robinhood_stock_popularity_history.ffic
  • 148.4 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE ffic (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffin

@kaggle.cprimozi_robinhood_stock_popularity_history.ffin
  • 149.84 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE ffin (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffiu

@kaggle.cprimozi_robinhood_stock_popularity_history.ffiu
  • 22.41 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE ffiu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffiv

@kaggle.cprimozi_robinhood_stock_popularity_history.ffiv
  • 152.04 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE ffiv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffkt

@kaggle.cprimozi_robinhood_stock_popularity_history.ffkt
  • 123.18 kB
  • 12,395 rows
  • 2 columns
Loading...
CREATE TABLE ffkt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffnw

@kaggle.cprimozi_robinhood_stock_popularity_history.ffnw
  • 148.95 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE ffnw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffr

@kaggle.cprimozi_robinhood_stock_popularity_history.ffr
  • 148.07 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE ffr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffsg

@kaggle.cprimozi_robinhood_stock_popularity_history.ffsg
  • 22.44 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE ffsg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fftg

@kaggle.cprimozi_robinhood_stock_popularity_history.fftg
  • 22.42 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE fftg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffti

@kaggle.cprimozi_robinhood_stock_popularity_history.ffti
  • 37.75 kB
  • 3,726 rows
  • 2 columns
Loading...
CREATE TABLE ffti (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffty

@kaggle.cprimozi_robinhood_stock_popularity_history.ffty
  • 152.1 kB
  • 14,962 rows
  • 2 columns
Loading...
CREATE TABLE ffty (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ffwm

@kaggle.cprimozi_robinhood_stock_popularity_history.ffwm
  • 149.04 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE ffwm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fg

@kaggle.cprimozi_robinhood_stock_popularity_history.fg
  • 152.95 kB
  • 14,969 rows
  • 2 columns
Loading...
CREATE TABLE fg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fgb

@kaggle.cprimozi_robinhood_stock_popularity_history.fgb
  • 149.42 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE fgb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fgbi

@kaggle.cprimozi_robinhood_stock_popularity_history.fgbi
  • 149.2 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE fgbi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fgd

@kaggle.cprimozi_robinhood_stock_popularity_history.fgd
  • 149.4 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE fgd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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