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

Ure

@kaggle.cprimozi_robinhood_stock_popularity_history.ure
  • 145.07 KB
  • 14917 rows
  • 2 columns
Loading...

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

Urg

@kaggle.cprimozi_robinhood_stock_popularity_history.urg
  • 153.9 KB
  • 14917 rows
  • 2 columns
Loading...

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

Urgn

@kaggle.cprimozi_robinhood_stock_popularity_history.urgn
  • 148.15 KB
  • 14977 rows
  • 2 columns
Loading...

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

Uri

@kaggle.cprimozi_robinhood_stock_popularity_history.uri
  • 152.15 KB
  • 14951 rows
  • 2 columns
Loading...

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

Urnm

@kaggle.cprimozi_robinhood_stock_popularity_history.urnm
  • 16.55 KB
  • 1538 rows
  • 2 columns
Loading...

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

Urov

@kaggle.cprimozi_robinhood_stock_popularity_history.urov
  • 98.28 KB
  • 9912 rows
  • 2 columns
Loading...

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

Urr

@kaggle.cprimozi_robinhood_stock_popularity_history.urr
  • 144.9 KB
  • 14937 rows
  • 2 columns
Loading...

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

Urth

@kaggle.cprimozi_robinhood_stock_popularity_history.urth
  • 37.01 KB
  • 3700 rows
  • 2 columns
Loading...

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

Urty

@kaggle.cprimozi_robinhood_stock_popularity_history.urty
  • 148.59 KB
  • 14928 rows
  • 2 columns
Loading...

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

Usa

@kaggle.cprimozi_robinhood_stock_popularity_history.usa
  • 151.48 KB
  • 14961 rows
  • 2 columns
Loading...

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

Usac

@kaggle.cprimozi_robinhood_stock_popularity_history.usac
  • 151.28 KB
  • 14956 rows
  • 2 columns
Loading...

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

Usag

@kaggle.cprimozi_robinhood_stock_popularity_history.usag
  • 124.15 KB
  • 12774 rows
  • 2 columns
Loading...

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

Usai

@kaggle.cprimozi_robinhood_stock_popularity_history.usai
  • 13.54 KB
  • 1245 rows
  • 2 columns
Loading...

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

Usak

@kaggle.cprimozi_robinhood_stock_popularity_history.usak
  • 147.88 KB
  • 14918 rows
  • 2 columns
Loading...

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

Usap

@kaggle.cprimozi_robinhood_stock_popularity_history.usap
  • 145.84 KB
  • 14918 rows
  • 2 columns
Loading...

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

Usas

@kaggle.cprimozi_robinhood_stock_popularity_history.usas
  • 37.3 KB
  • 3463 rows
  • 2 columns
Loading...

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

Usau

@kaggle.cprimozi_robinhood_stock_popularity_history.usau
  • 155.59 KB
  • 14916 rows
  • 2 columns
Loading...

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

Usb

@kaggle.cprimozi_robinhood_stock_popularity_history.usb
  • 152.23 KB
  • 14938 rows
  • 2 columns
Loading...

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

Usci

@kaggle.cprimozi_robinhood_stock_popularity_history.usci
  • 145.71 KB
  • 14920 rows
  • 2 columns
Loading...

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

Uscr

@kaggle.cprimozi_robinhood_stock_popularity_history.uscr
  • 151.1 KB
  • 14920 rows
  • 2 columns
Loading...

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

Usd

@kaggle.cprimozi_robinhood_stock_popularity_history.usd
  • 148.28 KB
  • 14954 rows
  • 2 columns
Loading...

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

Usdp

@kaggle.cprimozi_robinhood_stock_popularity_history.usdp
  • 147.84 KB
  • 14958 rows
  • 2 columns
Loading...

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

Usdu

@kaggle.cprimozi_robinhood_stock_popularity_history.usdu
  • 145.21 KB
  • 14938 rows
  • 2 columns
Loading...

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

Usdy

@kaggle.cprimozi_robinhood_stock_popularity_history.usdy
  • 82.7 KB
  • 8437 rows
  • 2 columns
Loading...

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

Useg

@kaggle.cprimozi_robinhood_stock_popularity_history.useg
  • 152.32 KB
  • 14920 rows
  • 2 columns
Loading...

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

Share link

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