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

Csml

@kaggle.cprimozi_robinhood_stock_popularity_history.csml
  • 37.77 kB
  • 3,726 rows
  • 2 columns
Loading...
CREATE TABLE csml (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Csod

@kaggle.cprimozi_robinhood_stock_popularity_history.csod
  • 150.02 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE csod (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cspi

@kaggle.cprimozi_robinhood_stock_popularity_history.cspi
  • 149.04 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE cspi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cspr

@kaggle.cprimozi_robinhood_stock_popularity_history.cspr
  • 4.96 kB
  • 255 rows
  • 2 columns
Loading...
CREATE TABLE cspr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Csq

@kaggle.cprimozi_robinhood_stock_popularity_history.csq
  • 151.21 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE csq (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Css

@kaggle.cprimozi_robinhood_stock_popularity_history.css
  • 150.59 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE css (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Csse

@kaggle.cprimozi_robinhood_stock_popularity_history.csse
  • 150.81 kB
  • 14,978 rows
  • 2 columns
Loading...
CREATE TABLE csse (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cste

@kaggle.cprimozi_robinhood_stock_popularity_history.cste
  • 149.99 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE cste (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cstl

@kaggle.cprimozi_robinhood_stock_popularity_history.cstl
  • 48.07 kB
  • 4,514 rows
  • 2 columns
Loading...
CREATE TABLE cstl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cstm

@kaggle.cprimozi_robinhood_stock_popularity_history.cstm
  • 15.24 kB
  • 1,322 rows
  • 2 columns
Loading...
CREATE TABLE cstm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cstr

@kaggle.cprimozi_robinhood_stock_popularity_history.cstr
  • 148.84 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE cstr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Csu

@kaggle.cprimozi_robinhood_stock_popularity_history.csu
  • 150.91 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE csu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Csuay

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

Csv

@kaggle.cprimozi_robinhood_stock_popularity_history.csv
  • 150.83 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE csv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cswc

@kaggle.cprimozi_robinhood_stock_popularity_history.cswc
  • 151.33 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE cswc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cswi

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

Csx

@kaggle.cprimozi_robinhood_stock_popularity_history.csx
  • 157.61 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE csx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ctac

@kaggle.cprimozi_robinhood_stock_popularity_history.ctac
  • 107.38 kB
  • 10,813 rows
  • 2 columns
Loading...
CREATE TABLE ctac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ctas

@kaggle.cprimozi_robinhood_stock_popularity_history.ctas
  • 154.73 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE ctas (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ctb

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

Ctbi

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

Ctek

@kaggle.cprimozi_robinhood_stock_popularity_history.ctek
  • 149.06 kB
  • 14,972 rows
  • 2 columns
Loading...
CREATE TABLE ctek (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ctg

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

Cthr

@kaggle.cprimozi_robinhood_stock_popularity_history.cthr
  • 152.69 kB
  • 14,925 rows
  • 2 columns
Loading...
CREATE TABLE cthr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ctib

@kaggle.cprimozi_robinhood_stock_popularity_history.ctib
  • 150.03 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE ctib (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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