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
  • 122.67 kB
  • 12,295 rows
  • 2 columns
Loading...
CREATE TABLE ssezy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssg

@kaggle.cprimozi_robinhood_stock_popularity_history.ssg
  • 61.08 kB
  • 6,073 rows
  • 2 columns
Loading...
CREATE TABLE ssg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssi

@kaggle.cprimozi_robinhood_stock_popularity_history.ssi
  • 156.97 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE ssi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sskn

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

Ssl

@kaggle.cprimozi_robinhood_stock_popularity_history.ssl
  • 134.02 kB
  • 13,205 rows
  • 2 columns
Loading...
CREATE TABLE ssl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssmxy

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

Ssnc

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

Ssnt

@kaggle.cprimozi_robinhood_stock_popularity_history.ssnt
  • 150.26 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE ssnt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sso

@kaggle.cprimozi_robinhood_stock_popularity_history.sso
  • 155.28 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE sso (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssp

@kaggle.cprimozi_robinhood_stock_popularity_history.ssp
  • 151.29 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE ssp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sspk

@kaggle.cprimozi_robinhood_stock_popularity_history.sspk
  • 31.94 kB
  • 3,007 rows
  • 2 columns
Loading...
CREATE TABLE sspk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sspy

@kaggle.cprimozi_robinhood_stock_popularity_history.sspy
  • 92.56 kB
  • 9,233 rows
  • 2 columns
Loading...
CREATE TABLE sspy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssrey

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

Ssrm

@kaggle.cprimozi_robinhood_stock_popularity_history.ssrm
  • 156.48 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE ssrm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssss

@kaggle.cprimozi_robinhood_stock_popularity_history.ssss
  • 48.12 kB
  • 4,448 rows
  • 2 columns
Loading...
CREATE TABLE ssss (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssti

@kaggle.cprimozi_robinhood_stock_popularity_history.ssti
  • 156.13 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE ssti (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sstk

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

Ssumy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssumy
  • 122.24 kB
  • 12,295 rows
  • 2 columns
Loading...
CREATE TABLE ssumy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssus

@kaggle.cprimozi_robinhood_stock_popularity_history.ssus
  • 8.98 kB
  • 719 rows
  • 2 columns
Loading...
CREATE TABLE ssus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssw

@kaggle.cprimozi_robinhood_stock_popularity_history.ssw
  • 153.72 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE ssw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssy

@kaggle.cprimozi_robinhood_stock_popularity_history.ssy
  • 149.75 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE ssy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssys

@kaggle.cprimozi_robinhood_stock_popularity_history.ssys
  • 153.64 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE ssys (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

St

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

Staa

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

Staf

@kaggle.cprimozi_robinhood_stock_popularity_history.staf
  • 157.28 kB
  • 14,963 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.