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

Unf

@kaggle.cprimozi_robinhood_stock_popularity_history.unf
  • 145.25 KB
  • 14919 rows
  • 2 columns
Loading...

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

Unfi

@kaggle.cprimozi_robinhood_stock_popularity_history.unfi
  • 155.51 KB
  • 14916 rows
  • 2 columns
Loading...

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

Ung

@kaggle.cprimozi_robinhood_stock_popularity_history.ung
  • 153.5 KB
  • 14919 rows
  • 2 columns
Loading...

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

Unh

@kaggle.cprimozi_robinhood_stock_popularity_history.unh
  • 162.41 KB
  • 14919 rows
  • 2 columns
Loading...

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

Unicy

@kaggle.cprimozi_robinhood_stock_popularity_history.unicy
  • 121.75 KB
  • 12293 rows
  • 2 columns
Loading...

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

Unit

@kaggle.cprimozi_robinhood_stock_popularity_history.unit
  • 156.91 KB
  • 14962 rows
  • 2 columns
Loading...

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

Unl

@kaggle.cprimozi_robinhood_stock_popularity_history.unl
  • 144.95 KB
  • 14920 rows
  • 2 columns
Loading...

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

Unm

@kaggle.cprimozi_robinhood_stock_popularity_history.unm
  • 148.3 KB
  • 14920 rows
  • 2 columns
Loading...

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

Unov

@kaggle.cprimozi_robinhood_stock_popularity_history.unov
  • 22.71 KB
  • 2207 rows
  • 2 columns
Loading...

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

Unp

@kaggle.cprimozi_robinhood_stock_popularity_history.unp
  • 152.05 KB
  • 14919 rows
  • 2 columns
Loading...

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

Unt

@kaggle.cprimozi_robinhood_stock_popularity_history.unt
  • 149.6 KB
  • 14922 rows
  • 2 columns
Loading...

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

Unty

@kaggle.cprimozi_robinhood_stock_popularity_history.unty
  • 144.69 KB
  • 14954 rows
  • 2 columns
Loading...

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

Unvr

@kaggle.cprimozi_robinhood_stock_popularity_history.unvr
  • 147.12 KB
  • 14963 rows
  • 2 columns
Loading...

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

Uoct

@kaggle.cprimozi_robinhood_stock_popularity_history.uoct
  • 110.76 KB
  • 11502 rows
  • 2 columns
Loading...

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

Uone

@kaggle.cprimozi_robinhood_stock_popularity_history.uone
  • 150.5 KB
  • 14924 rows
  • 2 columns
Loading...

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

Uonek

@kaggle.cprimozi_robinhood_stock_popularity_history.uonek
  • 148.52 KB
  • 14916 rows
  • 2 columns
Loading...

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

Uovey

@kaggle.cprimozi_robinhood_stock_popularity_history.uovey
  • 118.86 KB
  • 12297 rows
  • 2 columns
Loading...

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

Upld

@kaggle.cprimozi_robinhood_stock_popularity_history.upld
  • 151.73 KB
  • 14958 rows
  • 2 columns
Loading...

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

Upro

@kaggle.cprimozi_robinhood_stock_popularity_history.upro
  • 156.78 KB
  • 14954 rows
  • 2 columns
Loading...

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

Ups

@kaggle.cprimozi_robinhood_stock_popularity_history.ups
  • 157.51 KB
  • 14917 rows
  • 2 columns
Loading...

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

Upv

@kaggle.cprimozi_robinhood_stock_popularity_history.upv
  • 144.25 KB
  • 14917 rows
  • 2 columns
Loading...

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

Upw

@kaggle.cprimozi_robinhood_stock_popularity_history.upw
  • 145.41 KB
  • 14917 rows
  • 2 columns
Loading...

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

Upwk

@kaggle.cprimozi_robinhood_stock_popularity_history.upwk
  • 120.21 KB
  • 11453 rows
  • 2 columns
Loading...

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

Ura

@kaggle.cprimozi_robinhood_stock_popularity_history.ura
  • 150.82 KB
  • 14917 rows
  • 2 columns
Loading...

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

Urbn

@kaggle.cprimozi_robinhood_stock_popularity_history.urbn
  • 152.36 KB
  • 14951 rows
  • 2 columns
Loading...

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

Share link

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