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
  • 148.74 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE unf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unfi

@kaggle.cprimozi_robinhood_stock_popularity_history.unfi
  • 159.25 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE unfi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ung

@kaggle.cprimozi_robinhood_stock_popularity_history.ung
  • 157.19 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE ung (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unh

@kaggle.cprimozi_robinhood_stock_popularity_history.unh
  • 166.31 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE unh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unicy

@kaggle.cprimozi_robinhood_stock_popularity_history.unicy
  • 124.67 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE unicy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unit

@kaggle.cprimozi_robinhood_stock_popularity_history.unit
  • 160.68 kB
  • 14,962 rows
  • 2 columns
Loading...
CREATE TABLE unit (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unl

@kaggle.cprimozi_robinhood_stock_popularity_history.unl
  • 148.43 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE unl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unm

@kaggle.cprimozi_robinhood_stock_popularity_history.unm
  • 151.86 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE unm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unov

@kaggle.cprimozi_robinhood_stock_popularity_history.unov
  • 23.25 kB
  • 2,207 rows
  • 2 columns
Loading...
CREATE TABLE unov (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unp

@kaggle.cprimozi_robinhood_stock_popularity_history.unp
  • 155.7 kB
  • 14,919 rows
  • 2 columns
Loading...
CREATE TABLE unp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unt

@kaggle.cprimozi_robinhood_stock_popularity_history.unt
  • 153.19 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE unt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unty

@kaggle.cprimozi_robinhood_stock_popularity_history.unty
  • 148.16 kB
  • 14,954 rows
  • 2 columns
Loading...
CREATE TABLE unty (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Unvr

@kaggle.cprimozi_robinhood_stock_popularity_history.unvr
  • 150.65 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE unvr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uoct

@kaggle.cprimozi_robinhood_stock_popularity_history.uoct
  • 113.42 kB
  • 11,502 rows
  • 2 columns
Loading...
CREATE TABLE uoct (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uone

@kaggle.cprimozi_robinhood_stock_popularity_history.uone
  • 154.11 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE uone (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uonek

@kaggle.cprimozi_robinhood_stock_popularity_history.uonek
  • 152.09 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE uonek (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Uovey

@kaggle.cprimozi_robinhood_stock_popularity_history.uovey
  • 121.71 kB
  • 12,297 rows
  • 2 columns
Loading...
CREATE TABLE uovey (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Upld

@kaggle.cprimozi_robinhood_stock_popularity_history.upld
  • 155.37 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE upld (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Upro

@kaggle.cprimozi_robinhood_stock_popularity_history.upro
  • 160.55 kB
  • 14,954 rows
  • 2 columns
Loading...
CREATE TABLE upro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ups

@kaggle.cprimozi_robinhood_stock_popularity_history.ups
  • 161.29 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE ups (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Upv

@kaggle.cprimozi_robinhood_stock_popularity_history.upv
  • 147.71 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE upv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Upw

@kaggle.cprimozi_robinhood_stock_popularity_history.upw
  • 148.9 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE upw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Upwk

@kaggle.cprimozi_robinhood_stock_popularity_history.upwk
  • 123.09 kB
  • 11,453 rows
  • 2 columns
Loading...
CREATE TABLE upwk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ura

@kaggle.cprimozi_robinhood_stock_popularity_history.ura
  • 154.44 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE ura (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Urbn

@kaggle.cprimozi_robinhood_stock_popularity_history.urbn
  • 156.02 kB
  • 14,951 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.