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

Ares

@kaggle.cprimozi_robinhood_stock_popularity_history.ares
  • 103.57 KB
  • 10167 rows
  • 2 columns
Loading...

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

Argo

@kaggle.cprimozi_robinhood_stock_popularity_history.argo
  • 142.65 KB
  • 14599 rows
  • 2 columns
Loading...

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

Argt

@kaggle.cprimozi_robinhood_stock_popularity_history.argt
  • 147.73 KB
  • 14944 rows
  • 2 columns
Loading...

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

Argx

@kaggle.cprimozi_robinhood_stock_popularity_history.argx
  • 134.68 KB
  • 13663 rows
  • 2 columns
Loading...

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

Ari

@kaggle.cprimozi_robinhood_stock_popularity_history.ari
  • 151.47 KB
  • 14958 rows
  • 2 columns
Loading...

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

Arkf

@kaggle.cprimozi_robinhood_stock_popularity_history.arkf
  • 88.78 KB
  • 8613 rows
  • 2 columns
Loading...

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

Arkg

@kaggle.cprimozi_robinhood_stock_popularity_history.arkg
  • 153.32 KB
  • 14958 rows
  • 2 columns
Loading...

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

Arkk

@kaggle.cprimozi_robinhood_stock_popularity_history.arkk
  • 155.04 KB
  • 14958 rows
  • 2 columns
Loading...

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

Arkq

@kaggle.cprimozi_robinhood_stock_popularity_history.arkq
  • 150.54 KB
  • 14958 rows
  • 2 columns
Loading...

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

Arkr

@kaggle.cprimozi_robinhood_stock_popularity_history.arkr
  • 145.53 KB
  • 14951 rows
  • 2 columns
Loading...

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

Arkw

@kaggle.cprimozi_robinhood_stock_popularity_history.arkw
  • 155.17 KB
  • 14958 rows
  • 2 columns
Loading...

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

Arl

@kaggle.cprimozi_robinhood_stock_popularity_history.arl
  • 145.42 KB
  • 14956 rows
  • 2 columns
Loading...

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

Arlo

@kaggle.cprimozi_robinhood_stock_popularity_history.arlo
  • 134.88 KB
  • 12855 rows
  • 2 columns
Loading...

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

Arlp

@kaggle.cprimozi_robinhood_stock_popularity_history.arlp
  • 153.96 KB
  • 14956 rows
  • 2 columns
Loading...

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

Armk

@kaggle.cprimozi_robinhood_stock_popularity_history.armk
  • 149.33 KB
  • 14954 rows
  • 2 columns
Loading...

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

Armp

@kaggle.cprimozi_robinhood_stock_popularity_history.armp
  • 64.99 KB
  • 6407 rows
  • 2 columns
Loading...

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

Armr

@kaggle.cprimozi_robinhood_stock_popularity_history.armr
  • 3.54 KB
  • 140 rows
  • 2 columns
Loading...

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

Arna

@kaggle.cprimozi_robinhood_stock_popularity_history.arna
  • 152.33 KB
  • 14928 rows
  • 2 columns
Loading...

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

Arnc

@kaggle.cprimozi_robinhood_stock_popularity_history.arnc
  • 153.67 KB
  • 14970 rows
  • 2 columns
Loading...

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

Aroc

@kaggle.cprimozi_robinhood_stock_popularity_history.aroc
  • 149.27 KB
  • 14907 rows
  • 2 columns
Loading...

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

Arow

@kaggle.cprimozi_robinhood_stock_popularity_history.arow
  • 145.03 KB
  • 14954 rows
  • 2 columns
Loading...

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

Arpo

@kaggle.cprimozi_robinhood_stock_popularity_history.arpo
  • 137.93 KB
  • 13751 rows
  • 2 columns
Loading...

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

Arql

@kaggle.cprimozi_robinhood_stock_popularity_history.arql
  • 152.86 KB
  • 14216 rows
  • 2 columns
Loading...

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

Arqt

@kaggle.cprimozi_robinhood_stock_popularity_history.arqt
  • 5.39 KB
  • 327 rows
  • 2 columns
Loading...

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

Arr

@kaggle.cprimozi_robinhood_stock_popularity_history.arr
  • 154.29 KB
  • 14958 rows
  • 2 columns
Loading...

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

Share link

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