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

Jpst

@kaggle.cprimozi_robinhood_stock_popularity_history.jpst
  • 93.18 KB
  • 9107 rows
  • 2 columns
Loading...

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

Jpt

@kaggle.cprimozi_robinhood_stock_popularity_history.jpt
  • 36.89 KB
  • 3725 rows
  • 2 columns
Loading...

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

Jpus

@kaggle.cprimozi_robinhood_stock_popularity_history.jpus
  • 145.1 KB
  • 14963 rows
  • 2 columns
Loading...

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

Jpxgy

@kaggle.cprimozi_robinhood_stock_popularity_history.jpxgy
  • 120.66 KB
  • 12292 rows
  • 2 columns
Loading...

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

Jpxn

@kaggle.cprimozi_robinhood_stock_popularity_history.jpxn
  • 36.59 KB
  • 3694 rows
  • 2 columns
Loading...

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

Jqc

@kaggle.cprimozi_robinhood_stock_popularity_history.jqc
  • 148.66 KB
  • 14961 rows
  • 2 columns
Loading...

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

Jri

@kaggle.cprimozi_robinhood_stock_popularity_history.jri
  • 145.3 KB
  • 14961 rows
  • 2 columns
Loading...

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

Jrjc

@kaggle.cprimozi_robinhood_stock_popularity_history.jrjc
  • 148.19 KB
  • 14957 rows
  • 2 columns
Loading...

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

Jro

@kaggle.cprimozi_robinhood_stock_popularity_history.jro
  • 144.56 KB
  • 14961 rows
  • 2 columns
Loading...

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

Jrs

@kaggle.cprimozi_robinhood_stock_popularity_history.jrs
  • 145.46 KB
  • 14961 rows
  • 2 columns
Loading...

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

Jrsh

@kaggle.cprimozi_robinhood_stock_popularity_history.jrsh
  • 37.6 KB
  • 3732 rows
  • 2 columns
Loading...

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

Jrvr

@kaggle.cprimozi_robinhood_stock_popularity_history.jrvr
  • 146.53 KB
  • 14959 rows
  • 2 columns
Loading...

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

Jsd

@kaggle.cprimozi_robinhood_stock_popularity_history.jsd
  • 144.94 KB
  • 14959 rows
  • 2 columns
Loading...

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

Jshly

@kaggle.cprimozi_robinhood_stock_popularity_history.jshly
  • 118.48 KB
  • 12296 rows
  • 2 columns
Loading...

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

Jsmd

@kaggle.cprimozi_robinhood_stock_popularity_history.jsmd
  • 145.56 KB
  • 14966 rows
  • 2 columns
Loading...

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

Jsml

@kaggle.cprimozi_robinhood_stock_popularity_history.jsml
  • 145.92 KB
  • 14966 rows
  • 2 columns
Loading...

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

Jt

@kaggle.cprimozi_robinhood_stock_popularity_history.jt
  • 150.11 KB
  • 14980 rows
  • 2 columns
Loading...

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

Jta

@kaggle.cprimozi_robinhood_stock_popularity_history.jta
  • 144.03 KB
  • 14961 rows
  • 2 columns
Loading...

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

Jtd

@kaggle.cprimozi_robinhood_stock_popularity_history.jtd
  • 144.31 KB
  • 14961 rows
  • 2 columns
Loading...

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

Jtpy

@kaggle.cprimozi_robinhood_stock_popularity_history.jtpy
  • 146.1 KB
  • 14924 rows
  • 2 columns
Loading...

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

Just

@kaggle.cprimozi_robinhood_stock_popularity_history.just
  • 137.29 KB
  • 14060 rows
  • 2 columns
Loading...

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

Jva

@kaggle.cprimozi_robinhood_stock_popularity_history.jva
  • 153.6 KB
  • 14951 rows
  • 2 columns
Loading...

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

Jval

@kaggle.cprimozi_robinhood_stock_popularity_history.jval
  • 21.89 KB
  • 2113 rows
  • 2 columns
Loading...

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

Jw A

@kaggle.cprimozi_robinhood_stock_popularity_history.jw_a
  • 9.03 KB
  • 744 rows
  • 2 columns
Loading...

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

Jw B

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

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

Share link

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