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

Rvrs

@kaggle.cprimozi_robinhood_stock_popularity_history.rvrs
  • 137.03 KB
  • 14160 rows
  • 2 columns
Loading...

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

Rvsb

@kaggle.cprimozi_robinhood_stock_popularity_history.rvsb
  • 145.65 KB
  • 14920 rows
  • 2 columns
Loading...

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

Rvt

@kaggle.cprimozi_robinhood_stock_popularity_history.rvt
  • 147.01 KB
  • 14953 rows
  • 2 columns
Loading...

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

Rwcd

@kaggle.cprimozi_robinhood_stock_popularity_history.rwcd
  • 87.47 KB
  • 8945 rows
  • 2 columns
Loading...

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

Rwdc

@kaggle.cprimozi_robinhood_stock_popularity_history.rwdc
  • 87.21 KB
  • 8921 rows
  • 2 columns
Loading...

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

Rwde

@kaggle.cprimozi_robinhood_stock_popularity_history.rwde
  • 87.39 KB
  • 8945 rows
  • 2 columns
Loading...

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

Rwed

@kaggle.cprimozi_robinhood_stock_popularity_history.rwed
  • 87.36 KB
  • 8945 rows
  • 2 columns
Loading...

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

Rweoy

@kaggle.cprimozi_robinhood_stock_popularity_history.rweoy
  • 119.26 KB
  • 12297 rows
  • 2 columns
Loading...

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

Rwgv

@kaggle.cprimozi_robinhood_stock_popularity_history.rwgv
  • 87.64 KB
  • 8921 rows
  • 2 columns
Loading...

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

Rwiu

@kaggle.cprimozi_robinhood_stock_popularity_history.rwiu
  • 87.4 KB
  • 8945 rows
  • 2 columns
Loading...

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

Rwj

@kaggle.cprimozi_robinhood_stock_popularity_history.rwj
  • 58.63 KB
  • 6002 rows
  • 2 columns
Loading...

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

Rwk

@kaggle.cprimozi_robinhood_stock_popularity_history.rwk
  • 58.59 KB
  • 6002 rows
  • 2 columns
Loading...

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

Rwl

@kaggle.cprimozi_robinhood_stock_popularity_history.rwl
  • 58.63 KB
  • 6002 rows
  • 2 columns
Loading...

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

Rwlk

@kaggle.cprimozi_robinhood_stock_popularity_history.rwlk
  • 76.67 KB
  • 7335 rows
  • 2 columns
Loading...

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

Rwls

@kaggle.cprimozi_robinhood_stock_popularity_history.rwls
  • 87.39 KB
  • 8945 rows
  • 2 columns
Loading...

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

Rwm

@kaggle.cprimozi_robinhood_stock_popularity_history.rwm
  • 148.03 KB
  • 14914 rows
  • 2 columns
Loading...

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

Rwo

@kaggle.cprimozi_robinhood_stock_popularity_history.rwo
  • 145.05 KB
  • 14916 rows
  • 2 columns
Loading...

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

Rwr

@kaggle.cprimozi_robinhood_stock_popularity_history.rwr
  • 147.17 KB
  • 14930 rows
  • 2 columns
Loading...

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

Rwsl

@kaggle.cprimozi_robinhood_stock_popularity_history.rwsl
  • 87.39 KB
  • 8946 rows
  • 2 columns
Loading...

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

Rwt

@kaggle.cprimozi_robinhood_stock_popularity_history.rwt
  • 148.3 KB
  • 14958 rows
  • 2 columns
Loading...

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

Rwui

@kaggle.cprimozi_robinhood_stock_popularity_history.rwui
  • 87.19 KB
  • 8921 rows
  • 2 columns
Loading...

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

Rwvg

@kaggle.cprimozi_robinhood_stock_popularity_history.rwvg
  • 87.43 KB
  • 8946 rows
  • 2 columns
Loading...

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

Rww

@kaggle.cprimozi_robinhood_stock_popularity_history.rww
  • 58.6 KB
  • 6002 rows
  • 2 columns
Loading...

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

Rwx

@kaggle.cprimozi_robinhood_stock_popularity_history.rwx
  • 145.6 KB
  • 14914 rows
  • 2 columns
Loading...

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

Rxd

@kaggle.cprimozi_robinhood_stock_popularity_history.rxd
  • 144.85 KB
  • 14949 rows
  • 2 columns
Loading...

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

Share link

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