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

Kbwp

@kaggle.cprimozi_robinhood_stock_popularity_history.kbwp
  • 144.64 KB
  • 14860 rows
  • 2 columns
Loading...

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

Kbwr

@kaggle.cprimozi_robinhood_stock_popularity_history.kbwr
  • 144.03 KB
  • 14860 rows
  • 2 columns
Loading...

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

Kbwy

@kaggle.cprimozi_robinhood_stock_popularity_history.kbwy
  • 148.7 KB
  • 14915 rows
  • 2 columns
Loading...

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

Kccb

@kaggle.cprimozi_robinhood_stock_popularity_history.kccb
  • 130.38 KB
  • 13680 rows
  • 2 columns
Loading...

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

Kcdmy

@kaggle.cprimozi_robinhood_stock_popularity_history.kcdmy
  • 120.71 KB
  • 12297 rows
  • 2 columns
Loading...

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

Kce

@kaggle.cprimozi_robinhood_stock_popularity_history.kce
  • 144.5 KB
  • 14916 rows
  • 2 columns
Loading...

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

Kcny

@kaggle.cprimozi_robinhood_stock_popularity_history.kcny
  • 144.75 KB
  • 14959 rows
  • 2 columns
Loading...

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

Kddiy

@kaggle.cprimozi_robinhood_stock_popularity_history.kddiy
  • 120.94 KB
  • 12295 rows
  • 2 columns
Loading...

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

Kdfi

@kaggle.cprimozi_robinhood_stock_popularity_history.kdfi
  • 15.23 KB
  • 1418 rows
  • 2 columns
Loading...

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

Kdmn

@kaggle.cprimozi_robinhood_stock_popularity_history.kdmn
  • 151.08 KB
  • 14969 rows
  • 2 columns
Loading...

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

Kdp

@kaggle.cprimozi_robinhood_stock_popularity_history.kdp
  • 139.4 KB
  • 13390 rows
  • 2 columns
Loading...

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

Ke

@kaggle.cprimozi_robinhood_stock_popularity_history.ke
  • 140.93 KB
  • 14463 rows
  • 2 columns
Loading...

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

Ked

@kaggle.cprimozi_robinhood_stock_popularity_history.ked
  • 117.28 KB
  • 12083 rows
  • 2 columns
Loading...

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

Kelya

@kaggle.cprimozi_robinhood_stock_popularity_history.kelya
  • 146.77 KB
  • 14936 rows
  • 2 columns
Loading...

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

Kelyb

@kaggle.cprimozi_robinhood_stock_popularity_history.kelyb
  • 37.04 KB
  • 3705 rows
  • 2 columns
Loading...

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

Kem

@kaggle.cprimozi_robinhood_stock_popularity_history.kem
  • 154.42 KB
  • 14917 rows
  • 2 columns
Loading...

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

Kemq

@kaggle.cprimozi_robinhood_stock_popularity_history.kemq
  • 145.54 KB
  • 14980 rows
  • 2 columns
Loading...

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

Kemx

@kaggle.cprimozi_robinhood_stock_popularity_history.kemx
  • 68.96 KB
  • 7082 rows
  • 2 columns
Loading...

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

Ken

@kaggle.cprimozi_robinhood_stock_popularity_history.ken
  • 147.51 KB
  • 14961 rows
  • 2 columns
Loading...

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

Kep

@kaggle.cprimozi_robinhood_stock_popularity_history.kep
  • 22.2 KB
  • 2109 rows
  • 2 columns
Loading...

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

Kequ

@kaggle.cprimozi_robinhood_stock_popularity_history.kequ
  • 145.45 KB
  • 14940 rows
  • 2 columns
Loading...

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

Kern

@kaggle.cprimozi_robinhood_stock_popularity_history.kern
  • 57.4 KB
  • 5499 rows
  • 2 columns
Loading...

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

Kex

@kaggle.cprimozi_robinhood_stock_popularity_history.kex
  • 145.61 KB
  • 14917 rows
  • 2 columns
Loading...

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

Key

@kaggle.cprimozi_robinhood_stock_popularity_history.key
  • 156.64 KB
  • 14917 rows
  • 2 columns
Loading...

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

Keys

@kaggle.cprimozi_robinhood_stock_popularity_history.keys
  • 154.4 KB
  • 14958 rows
  • 2 columns
Loading...

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

Share link

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