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

Ssezy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssezy
  • 119.8 KB
  • 12295 rows
  • 2 columns
Loading...

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

Ssg

@kaggle.cprimozi_robinhood_stock_popularity_history.ssg
  • 59.64 KB
  • 6073 rows
  • 2 columns
Loading...

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

Ssi

@kaggle.cprimozi_robinhood_stock_popularity_history.ssi
  • 153.3 KB
  • 14934 rows
  • 2 columns
Loading...

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

Sskn

@kaggle.cprimozi_robinhood_stock_popularity_history.sskn
  • 152.35 KB
  • 14954 rows
  • 2 columns
Loading...

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

Ssl

@kaggle.cprimozi_robinhood_stock_popularity_history.ssl
  • 130.88 KB
  • 13205 rows
  • 2 columns
Loading...

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

Ssmxy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssmxy
  • 118.52 KB
  • 12293 rows
  • 2 columns
Loading...

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

Ssnc

@kaggle.cprimozi_robinhood_stock_popularity_history.ssnc
  • 151.5 KB
  • 14949 rows
  • 2 columns
Loading...

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

Ssnt

@kaggle.cprimozi_robinhood_stock_popularity_history.ssnt
  • 146.74 KB
  • 14974 rows
  • 2 columns
Loading...

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

Sso

@kaggle.cprimozi_robinhood_stock_popularity_history.sso
  • 151.64 KB
  • 14916 rows
  • 2 columns
Loading...

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

Ssp

@kaggle.cprimozi_robinhood_stock_popularity_history.ssp
  • 147.74 KB
  • 14934 rows
  • 2 columns
Loading...

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

Sspk

@kaggle.cprimozi_robinhood_stock_popularity_history.sspk
  • 31.19 KB
  • 3007 rows
  • 2 columns
Loading...

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

Sspy

@kaggle.cprimozi_robinhood_stock_popularity_history.sspy
  • 90.39 KB
  • 9233 rows
  • 2 columns
Loading...

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

Ssrey

@kaggle.cprimozi_robinhood_stock_popularity_history.ssrey
  • 118.77 KB
  • 12293 rows
  • 2 columns
Loading...

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

Ssrm

@kaggle.cprimozi_robinhood_stock_popularity_history.ssrm
  • 152.81 KB
  • 14923 rows
  • 2 columns
Loading...

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

Ssss

@kaggle.cprimozi_robinhood_stock_popularity_history.ssss
  • 46.99 KB
  • 4448 rows
  • 2 columns
Loading...

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

Ssti

@kaggle.cprimozi_robinhood_stock_popularity_history.ssti
  • 152.47 KB
  • 14974 rows
  • 2 columns
Loading...

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

Sstk

@kaggle.cprimozi_robinhood_stock_popularity_history.sstk
  • 146.54 KB
  • 14943 rows
  • 2 columns
Loading...

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

Ssumy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssumy
  • 119.38 KB
  • 12295 rows
  • 2 columns
Loading...

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

Ssus

@kaggle.cprimozi_robinhood_stock_popularity_history.ssus
  • 8.77 KB
  • 719 rows
  • 2 columns
Loading...

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

Ssw

@kaggle.cprimozi_robinhood_stock_popularity_history.ssw
  • 150.11 KB
  • 14934 rows
  • 2 columns
Loading...

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

Ssy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssy
  • 146.24 KB
  • 14934 rows
  • 2 columns
Loading...

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

Ssys

@kaggle.cprimozi_robinhood_stock_popularity_history.ssys
  • 150.04 KB
  • 14916 rows
  • 2 columns
Loading...

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

St

@kaggle.cprimozi_robinhood_stock_popularity_history.st
  • 145.95 KB
  • 14928 rows
  • 2 columns
Loading...

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

Staa

@kaggle.cprimozi_robinhood_stock_popularity_history.staa
  • 148.87 KB
  • 14919 rows
  • 2 columns
Loading...

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

Staf

@kaggle.cprimozi_robinhood_stock_popularity_history.staf
  • 153.6 KB
  • 14963 rows
  • 2 columns
Loading...

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

Share link

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