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

Bkep

@kaggle.cprimozi_robinhood_stock_popularity_history.bkep
  • 157.91 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bkf

@kaggle.cprimozi_robinhood_stock_popularity_history.bkf
  • 144.96 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bkh

@kaggle.cprimozi_robinhood_stock_popularity_history.bkh
  • 146.55 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bki

@kaggle.cprimozi_robinhood_stock_popularity_history.bki
  • 147.3 KB
  • 14978 rows
  • 2 columns
Loading...

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

Bkk

@kaggle.cprimozi_robinhood_stock_popularity_history.bkk
  • 144.45 KB
  • 14959 rows
  • 2 columns
Loading...

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

Bkln

@kaggle.cprimozi_robinhood_stock_popularity_history.bkln
  • 146.44 KB
  • 14914 rows
  • 2 columns
Loading...

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

Bkn

@kaggle.cprimozi_robinhood_stock_popularity_history.bkn
  • 145.05 KB
  • 14959 rows
  • 2 columns
Loading...

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

Bkng

@kaggle.cprimozi_robinhood_stock_popularity_history.bkng
  • 151.98 KB
  • 14914 rows
  • 2 columns
Loading...

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

Bkr

@kaggle.cprimozi_robinhood_stock_popularity_history.bkr
  • 153.21 KB
  • 14976 rows
  • 2 columns
Loading...

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

Bkrky

@kaggle.cprimozi_robinhood_stock_popularity_history.bkrky
  • 121.4 KB
  • 12293 rows
  • 2 columns
Loading...

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

Bksc

@kaggle.cprimozi_robinhood_stock_popularity_history.bksc
  • 144.83 KB
  • 14853 rows
  • 2 columns
Loading...

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

Bkt

@kaggle.cprimozi_robinhood_stock_popularity_history.bkt
  • 146.59 KB
  • 14959 rows
  • 2 columns
Loading...

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

Bkti

@kaggle.cprimozi_robinhood_stock_popularity_history.bkti
  • 72.51 KB
  • 7407 rows
  • 2 columns
Loading...

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

Bku

@kaggle.cprimozi_robinhood_stock_popularity_history.bku
  • 145.56 KB
  • 14917 rows
  • 2 columns
Loading...

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

Bkyi

@kaggle.cprimozi_robinhood_stock_popularity_history.bkyi
  • 151.09 KB
  • 14978 rows
  • 2 columns
Loading...

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

Bl

@kaggle.cprimozi_robinhood_stock_popularity_history.bl
  • 151.41 KB
  • 14970 rows
  • 2 columns
Loading...

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

Blbd

@kaggle.cprimozi_robinhood_stock_popularity_history.blbd
  • 147.15 KB
  • 14921 rows
  • 2 columns
Loading...

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

Blcm

@kaggle.cprimozi_robinhood_stock_popularity_history.blcm
  • 150.79 KB
  • 14691 rows
  • 2 columns
Loading...

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

Blcn

@kaggle.cprimozi_robinhood_stock_popularity_history.blcn
  • 155.92 KB
  • 14987 rows
  • 2 columns
Loading...

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

Bld

@kaggle.cprimozi_robinhood_stock_popularity_history.bld
  • 146 KB
  • 14963 rows
  • 2 columns
Loading...

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

Bldp

@kaggle.cprimozi_robinhood_stock_popularity_history.bldp
  • 154.51 KB
  • 14928 rows
  • 2 columns
Loading...

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

Bldr

@kaggle.cprimozi_robinhood_stock_popularity_history.bldr
  • 149.53 KB
  • 14943 rows
  • 2 columns
Loading...

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

Ble

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

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

Bles

@kaggle.cprimozi_robinhood_stock_popularity_history.bles
  • 145.3 KB
  • 14972 rows
  • 2 columns
Loading...

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

Blfs

@kaggle.cprimozi_robinhood_stock_popularity_history.blfs
  • 151.79 KB
  • 14942 rows
  • 2 columns
Loading...

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

Share link

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