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

Musa

@kaggle.cprimozi_robinhood_stock_popularity_history.musa
  • 150.15 kB
  • 14,932 rows
  • 2 columns
Loading...
CREATE TABLE musa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Must

@kaggle.cprimozi_robinhood_stock_popularity_history.must
  • 111.32 kB
  • 11,287 rows
  • 2 columns
Loading...
CREATE TABLE must (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mute

@kaggle.cprimozi_robinhood_stock_popularity_history.mute
  • 89.95 kB
  • 8,969 rows
  • 2 columns
Loading...
CREATE TABLE mute (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mux

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

Mvbf

@kaggle.cprimozi_robinhood_stock_popularity_history.mvbf
  • 149.16 kB
  • 14,984 rows
  • 2 columns
Loading...
CREATE TABLE mvbf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mvc

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

Mvf

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

Mvin

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

Mvis

@kaggle.cprimozi_robinhood_stock_popularity_history.mvis
  • 162.14 kB
  • 14,955 rows
  • 2 columns
Loading...
CREATE TABLE mvis (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mvo

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

Mvt

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

Mvv

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

Mwa

@kaggle.cprimozi_robinhood_stock_popularity_history.mwa
  • 152.59 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE mwa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mwk

@kaggle.cprimozi_robinhood_stock_popularity_history.mwk
  • 58 kB
  • 5,666 rows
  • 2 columns
Loading...
CREATE TABLE mwk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mx

@kaggle.cprimozi_robinhood_stock_popularity_history.mx
  • 38.61 kB
  • 3,691 rows
  • 2 columns
Loading...
CREATE TABLE mx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxc

@kaggle.cprimozi_robinhood_stock_popularity_history.mxc
  • 151.56 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE mxc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxde

@kaggle.cprimozi_robinhood_stock_popularity_history.mxde
  • 37.8 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE mxde (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxdu

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

Mxe

@kaggle.cprimozi_robinhood_stock_popularity_history.mxe
  • 148.24 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE mxe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxf

@kaggle.cprimozi_robinhood_stock_popularity_history.mxf
  • 149.25 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE mxf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxi

@kaggle.cprimozi_robinhood_stock_popularity_history.mxi
  • 147.91 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE mxi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxim

@kaggle.cprimozi_robinhood_stock_popularity_history.mxim
  • 152.62 kB
  • 14,952 rows
  • 2 columns
Loading...
CREATE TABLE mxim (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mxl

@kaggle.cprimozi_robinhood_stock_popularity_history.mxl
  • 150.87 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE mxl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Myc

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

Myd

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

Share link

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