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

Phm

@kaggle.cprimozi_robinhood_stock_popularity_history.phm
  • 150.04 KB
  • 14954 rows
  • 2 columns
Loading...

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

Pho

@kaggle.cprimozi_robinhood_stock_popularity_history.pho
  • 152.53 KB
  • 14949 rows
  • 2 columns
Loading...

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

Phr

@kaggle.cprimozi_robinhood_stock_popularity_history.phr
  • 48.91 KB
  • 4783 rows
  • 2 columns
Loading...

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

Pht

@kaggle.cprimozi_robinhood_stock_popularity_history.pht
  • 145.53 KB
  • 14961 rows
  • 2 columns
Loading...

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

Phun

@kaggle.cprimozi_robinhood_stock_popularity_history.phun
  • 75.86 KB
  • 7247 rows
  • 2 columns
Loading...

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

Phx

@kaggle.cprimozi_robinhood_stock_popularity_history.phx
  • 145.67 KB
  • 14954 rows
  • 2 columns
Loading...

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

Phyl

@kaggle.cprimozi_robinhood_stock_popularity_history.phyl
  • 106.83 KB
  • 11091 rows
  • 2 columns
Loading...

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

Phys

@kaggle.cprimozi_robinhood_stock_popularity_history.phys
  • 148.71 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pi

@kaggle.cprimozi_robinhood_stock_popularity_history.pi
  • 151.77 KB
  • 14969 rows
  • 2 columns
Loading...

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

Pic

@kaggle.cprimozi_robinhood_stock_popularity_history.pic
  • 36.5 KB
  • 3677 rows
  • 2 columns
Loading...

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

Picb

@kaggle.cprimozi_robinhood_stock_popularity_history.picb
  • 144.28 KB
  • 14896 rows
  • 2 columns
Loading...

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

Pick

@kaggle.cprimozi_robinhood_stock_popularity_history.pick
  • 146.36 KB
  • 14956 rows
  • 2 columns
Loading...

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

Pico

@kaggle.cprimozi_robinhood_stock_popularity_history.pico
  • 145.5 KB
  • 14956 rows
  • 2 columns
Loading...

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

Pid

@kaggle.cprimozi_robinhood_stock_popularity_history.pid
  • 145.58 KB
  • 14921 rows
  • 2 columns
Loading...

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

Pie

@kaggle.cprimozi_robinhood_stock_popularity_history.pie
  • 144.28 KB
  • 14870 rows
  • 2 columns
Loading...

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

Pih

@kaggle.cprimozi_robinhood_stock_popularity_history.pih
  • 145.01 KB
  • 14930 rows
  • 2 columns
Loading...

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

Pii

@kaggle.cprimozi_robinhood_stock_popularity_history.pii
  • 149.21 KB
  • 14930 rows
  • 2 columns
Loading...

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

Pill

@kaggle.cprimozi_robinhood_stock_popularity_history.pill
  • 145.42 KB
  • 14963 rows
  • 2 columns
Loading...

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

Pim

@kaggle.cprimozi_robinhood_stock_popularity_history.pim
  • 146.12 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pin

@kaggle.cprimozi_robinhood_stock_popularity_history.pin
  • 146.04 KB
  • 14925 rows
  • 2 columns
Loading...

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

Pinc

@kaggle.cprimozi_robinhood_stock_popularity_history.pinc
  • 146.42 KB
  • 14930 rows
  • 2 columns
Loading...

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

Pine

@kaggle.cprimozi_robinhood_stock_popularity_history.pine
  • 18.08 KB
  • 1709 rows
  • 2 columns
Loading...

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

Ping

@kaggle.cprimozi_robinhood_stock_popularity_history.ping
  • 36.05 KB
  • 3269 rows
  • 2 columns
Loading...

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

Pins

@kaggle.cprimozi_robinhood_stock_popularity_history.pins
  • 78.13 KB
  • 6938 rows
  • 2 columns
Loading...

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

Pio

@kaggle.cprimozi_robinhood_stock_popularity_history.pio
  • 149.4 KB
  • 14925 rows
  • 2 columns
Loading...

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

Share link

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