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

Msp

@kaggle.cprimozi_robinhood_stock_popularity_history.msp
  • 133.97 kB
  • 13,537 rows
  • 2 columns
Loading...
CREATE TABLE msp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mstr

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

Msus

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

Msvb

@kaggle.cprimozi_robinhood_stock_popularity_history.msvb
  • 37.84 kB
  • 3,733 rows
  • 2 columns
Loading...
CREATE TABLE msvb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mt

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

Mta

@kaggle.cprimozi_robinhood_stock_popularity_history.mta
  • 9.73 kB
  • 750 rows
  • 2 columns
Loading...
CREATE TABLE mta (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtb

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

Mtbc

@kaggle.cprimozi_robinhood_stock_popularity_history.mtbc
  • 87.64 kB
  • 8,390 rows
  • 2 columns
Loading...
CREATE TABLE mtbc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtc

@kaggle.cprimozi_robinhood_stock_popularity_history.mtc
  • 39.12 kB
  • 3,739 rows
  • 2 columns
Loading...
CREATE TABLE mtc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtch

@kaggle.cprimozi_robinhood_stock_popularity_history.mtch
  • 163.77 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE mtch (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtd

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

Mtdr

@kaggle.cprimozi_robinhood_stock_popularity_history.mtdr
  • 152.51 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE mtdr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtem

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

Mtex

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

Mtg

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

Mtge

@kaggle.cprimozi_robinhood_stock_popularity_history.mtge
  • 128.75 kB
  • 12,883 rows
  • 2 columns
Loading...
CREATE TABLE mtge (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtgp

@kaggle.cprimozi_robinhood_stock_popularity_history.mtgp
  • 20.8 kB
  • 1,969 rows
  • 2 columns
Loading...
CREATE TABLE mtgp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mth

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

Mtl

@kaggle.cprimozi_robinhood_stock_popularity_history.mtl
  • 139.26 kB
  • 13,214 rows
  • 2 columns
Loading...
CREATE TABLE mtl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Mtls

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

Mtn

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

Mtnb

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

Mtnoy

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

Mtor

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

Mtp

@kaggle.cprimozi_robinhood_stock_popularity_history.mtp
  • 75.96 kB
  • 7,167 rows
  • 2 columns
Loading...
CREATE TABLE mtp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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