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

Womn

@kaggle.cprimozi_robinhood_stock_popularity_history.womn
  • 119.23 KB
  • 12321 rows
  • 2 columns
Loading...

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

Wood

@kaggle.cprimozi_robinhood_stock_popularity_history.wood
  • 146.55 KB
  • 14918 rows
  • 2 columns
Loading...

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

Wopey

@kaggle.cprimozi_robinhood_stock_popularity_history.wopey
  • 118.66 KB
  • 12297 rows
  • 2 columns
Loading...

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

Wor

@kaggle.cprimozi_robinhood_stock_popularity_history.wor
  • 146.72 KB
  • 14947 rows
  • 2 columns
Loading...

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

Work

@kaggle.cprimozi_robinhood_stock_popularity_history.work
  • 62.34 KB
  • 5453 rows
  • 2 columns
Loading...

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

Worx

@kaggle.cprimozi_robinhood_stock_popularity_history.worx
  • 88.51 KB
  • 8592 rows
  • 2 columns
Loading...

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

Wow

@kaggle.cprimozi_robinhood_stock_popularity_history.wow
  • 147.28 KB
  • 14974 rows
  • 2 columns
Loading...

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

Wpc

@kaggle.cprimozi_robinhood_stock_popularity_history.wpc
  • 151.62 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wpg

@kaggle.cprimozi_robinhood_stock_popularity_history.wpg
  • 162.95 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wpm

@kaggle.cprimozi_robinhood_stock_popularity_history.wpm
  • 155.63 KB
  • 14920 rows
  • 2 columns
Loading...

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

Wpp

@kaggle.cprimozi_robinhood_stock_popularity_history.wpp
  • 147.67 KB
  • 14957 rows
  • 2 columns
Loading...

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

Wprt

@kaggle.cprimozi_robinhood_stock_popularity_history.wprt
  • 154.06 KB
  • 14944 rows
  • 2 columns
Loading...

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

Wps

@kaggle.cprimozi_robinhood_stock_popularity_history.wps
  • 144.57 KB
  • 14940 rows
  • 2 columns
Loading...

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

Wpx

@kaggle.cprimozi_robinhood_stock_popularity_history.wpx
  • 151.37 KB
  • 14940 rows
  • 2 columns
Loading...

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

Wpz

@kaggle.cprimozi_robinhood_stock_popularity_history.wpz
  • 119.09 KB
  • 12226 rows
  • 2 columns
Loading...

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

Wrb

@kaggle.cprimozi_robinhood_stock_popularity_history.wrb
  • 146.98 KB
  • 14943 rows
  • 2 columns
Loading...

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

Wre

@kaggle.cprimozi_robinhood_stock_popularity_history.wre
  • 147.27 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wri

@kaggle.cprimozi_robinhood_stock_popularity_history.wri
  • 146.56 KB
  • 14958 rows
  • 2 columns
Loading...

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

Wrk

@kaggle.cprimozi_robinhood_stock_popularity_history.wrk
  • 153.42 KB
  • 14963 rows
  • 2 columns
Loading...

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

Wrld

@kaggle.cprimozi_robinhood_stock_popularity_history.wrld
  • 145.8 KB
  • 14916 rows
  • 2 columns
Loading...

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

Wrls

@kaggle.cprimozi_robinhood_stock_popularity_history.wrls
  • 36.9 KB
  • 3728 rows
  • 2 columns
Loading...

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

Wrn

@kaggle.cprimozi_robinhood_stock_popularity_history.wrn
  • 151.89 KB
  • 14943 rows
  • 2 columns
Loading...

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

Wrtc

@kaggle.cprimozi_robinhood_stock_popularity_history.wrtc
  • 103.77 KB
  • 9974 rows
  • 2 columns
Loading...

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

Wsbc

@kaggle.cprimozi_robinhood_stock_popularity_history.wsbc
  • 145.52 KB
  • 14921 rows
  • 2 columns
Loading...

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

Wsbf

@kaggle.cprimozi_robinhood_stock_popularity_history.wsbf
  • 145.09 KB
  • 14921 rows
  • 2 columns
Loading...

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

Share link

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