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

Hubb

@kaggle.cprimozi_robinhood_stock_popularity_history.hubb
  • 146.69 KB
  • 14954 rows
  • 2 columns
Loading...

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

Hubg

@kaggle.cprimozi_robinhood_stock_popularity_history.hubg
  • 146.32 KB
  • 14936 rows
  • 2 columns
Loading...

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

Hubs

@kaggle.cprimozi_robinhood_stock_popularity_history.hubs
  • 153.88 KB
  • 14958 rows
  • 2 columns
Loading...

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

Hud

@kaggle.cprimozi_robinhood_stock_popularity_history.hud
  • 145.51 KB
  • 14944 rows
  • 2 columns
Loading...

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

Huge

@kaggle.cprimozi_robinhood_stock_popularity_history.huge
  • 9.27 KB
  • 750 rows
  • 2 columns
Loading...

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

Huiz

@kaggle.cprimozi_robinhood_stock_popularity_history.huiz
  • 3.12 KB
  • 92 rows
  • 2 columns
Loading...

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

Hum

@kaggle.cprimozi_robinhood_stock_popularity_history.hum
  • 151.67 KB
  • 14928 rows
  • 2 columns
Loading...

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

Hun

@kaggle.cprimozi_robinhood_stock_popularity_history.hun
  • 149.56 KB
  • 14928 rows
  • 2 columns
Loading...

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

Hurc

@kaggle.cprimozi_robinhood_stock_popularity_history.hurc
  • 145.15 KB
  • 14951 rows
  • 2 columns
Loading...

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

Hurn

@kaggle.cprimozi_robinhood_stock_popularity_history.hurn
  • 145.42 KB
  • 14951 rows
  • 2 columns
Loading...

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

Husa

@kaggle.cprimozi_robinhood_stock_popularity_history.husa
  • 163.7 KB
  • 14924 rows
  • 2 columns
Loading...

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

Huse

@kaggle.cprimozi_robinhood_stock_popularity_history.huse
  • 144.48 KB
  • 14951 rows
  • 2 columns
Loading...

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

Husv

@kaggle.cprimozi_robinhood_stock_popularity_history.husv
  • 145.09 KB
  • 14970 rows
  • 2 columns
Loading...

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

Huya

@kaggle.cprimozi_robinhood_stock_popularity_history.huya
  • 159.93 KB
  • 14716 rows
  • 2 columns
Loading...

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

Hvbc

@kaggle.cprimozi_robinhood_stock_popularity_history.hvbc
  • 142.84 KB
  • 14971 rows
  • 2 columns
Loading...

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

Hvrry

@kaggle.cprimozi_robinhood_stock_popularity_history.hvrry
  • 118.03 KB
  • 12295 rows
  • 2 columns
Loading...

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

Hvt

@kaggle.cprimozi_robinhood_stock_popularity_history.hvt
  • 268.02 KB
  • 29147 rows
  • 2 columns
Loading...

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

Hvt A

@kaggle.cprimozi_robinhood_stock_popularity_history.hvt_a
  • 8.99 KB
  • 744 rows
  • 2 columns
Loading...

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

Hwbk

@kaggle.cprimozi_robinhood_stock_popularity_history.hwbk
  • 145.09 KB
  • 14914 rows
  • 2 columns
Loading...

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

Hwc

@kaggle.cprimozi_robinhood_stock_popularity_history.hwc
  • 146.16 KB
  • 14935 rows
  • 2 columns
Loading...

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

Hwcc

@kaggle.cprimozi_robinhood_stock_popularity_history.hwcc
  • 147.24 KB
  • 14936 rows
  • 2 columns
Loading...

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

Hwkn

@kaggle.cprimozi_robinhood_stock_popularity_history.hwkn
  • 145.69 KB
  • 14929 rows
  • 2 columns
Loading...

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

Hx

@kaggle.cprimozi_robinhood_stock_popularity_history.hx
  • 152.48 KB
  • 14980 rows
  • 2 columns
Loading...

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

Hxl

@kaggle.cprimozi_robinhood_stock_popularity_history.hxl
  • 148.09 KB
  • 14940 rows
  • 2 columns
Loading...

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

Hy

@kaggle.cprimozi_robinhood_stock_popularity_history.hy
  • 146.34 KB
  • 14949 rows
  • 2 columns
Loading...

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

Share link

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