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

Mye

@kaggle.cprimozi_robinhood_stock_popularity_history.mye
  • 146.7 KB
  • 14942 rows
  • 2 columns
Loading...

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

Myf

@kaggle.cprimozi_robinhood_stock_popularity_history.myf
  • 144.76 KB
  • 14961 rows
  • 2 columns
Loading...

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

Myfw

@kaggle.cprimozi_robinhood_stock_popularity_history.myfw
  • 128.39 KB
  • 13201 rows
  • 2 columns
Loading...

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

Mygn

@kaggle.cprimozi_robinhood_stock_popularity_history.mygn
  • 152.91 KB
  • 14937 rows
  • 2 columns
Loading...

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

Myi

@kaggle.cprimozi_robinhood_stock_popularity_history.myi
  • 144.84 KB
  • 14961 rows
  • 2 columns
Loading...

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

Myj

@kaggle.cprimozi_robinhood_stock_popularity_history.myj
  • 144.86 KB
  • 14961 rows
  • 2 columns
Loading...

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

Myl

@kaggle.cprimozi_robinhood_stock_popularity_history.myl
  • 156.45 KB
  • 14942 rows
  • 2 columns
Loading...

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

Myn

@kaggle.cprimozi_robinhood_stock_popularity_history.myn
  • 143.37 KB
  • 14961 rows
  • 2 columns
Loading...

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

Myo

@kaggle.cprimozi_robinhood_stock_popularity_history.myo
  • 148.69 KB
  • 14562 rows
  • 2 columns
Loading...

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

Myok

@kaggle.cprimozi_robinhood_stock_popularity_history.myok
  • 149.23 KB
  • 14965 rows
  • 2 columns
Loading...

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

Myos

@kaggle.cprimozi_robinhood_stock_popularity_history.myos
  • 150.17 KB
  • 14956 rows
  • 2 columns
Loading...

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

Myov

@kaggle.cprimozi_robinhood_stock_popularity_history.myov
  • 153.43 KB
  • 14970 rows
  • 2 columns
Loading...

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

Myrg

@kaggle.cprimozi_robinhood_stock_popularity_history.myrg
  • 145.14 KB
  • 14943 rows
  • 2 columns
Loading...

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

Mysz

@kaggle.cprimozi_robinhood_stock_popularity_history.mysz
  • 20.16 KB
  • 1850 rows
  • 2 columns
Loading...

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

Myt

@kaggle.cprimozi_robinhood_stock_popularity_history.myt
  • 82.81 KB
  • 7810 rows
  • 2 columns
Loading...

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

Myy

@kaggle.cprimozi_robinhood_stock_popularity_history.myy
  • 144.51 KB
  • 14928 rows
  • 2 columns
Loading...

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

Mza

@kaggle.cprimozi_robinhood_stock_popularity_history.mza
  • 144.73 KB
  • 14959 rows
  • 2 columns
Loading...

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

Mzday

@kaggle.cprimozi_robinhood_stock_popularity_history.mzday
  • 129.68 KB
  • 12294 rows
  • 2 columns
Loading...

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

Mzf

@kaggle.cprimozi_robinhood_stock_popularity_history.mzf
  • 117.18 KB
  • 12085 rows
  • 2 columns
Loading...

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

Mzor

@kaggle.cprimozi_robinhood_stock_popularity_history.mzor
  • 148.77 KB
  • 14956 rows
  • 2 columns
Loading...

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

Mzz

@kaggle.cprimozi_robinhood_stock_popularity_history.mzz
  • 144.74 KB
  • 14917 rows
  • 2 columns
Loading...

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

Nabzy

@kaggle.cprimozi_robinhood_stock_popularity_history.nabzy
  • 121.53 KB
  • 12297 rows
  • 2 columns
Loading...

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

Nac

@kaggle.cprimozi_robinhood_stock_popularity_history.nac
  • 145.95 KB
  • 14959 rows
  • 2 columns
Loading...

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

Nacp

@kaggle.cprimozi_robinhood_stock_popularity_history.nacp
  • 106.37 KB
  • 10959 rows
  • 2 columns
Loading...

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

Nad

@kaggle.cprimozi_robinhood_stock_popularity_history.nad
  • 145.93 KB
  • 14959 rows
  • 2 columns
Loading...

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

Share link

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