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

Dtul

@kaggle.cprimozi_robinhood_stock_popularity_history.dtul
  • 23.72 KB
  • 2311 rows
  • 2 columns
Loading...

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

Dtus

@kaggle.cprimozi_robinhood_stock_popularity_history.dtus
  • 36.54 KB
  • 3691 rows
  • 2 columns
Loading...

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

Dtyl

@kaggle.cprimozi_robinhood_stock_popularity_history.dtyl
  • 144.39 KB
  • 14920 rows
  • 2 columns
Loading...

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

Dtys

@kaggle.cprimozi_robinhood_stock_popularity_history.dtys
  • 146.23 KB
  • 14952 rows
  • 2 columns
Loading...

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

Duc

@kaggle.cprimozi_robinhood_stock_popularity_history.duc
  • 144.96 KB
  • 14959 rows
  • 2 columns
Loading...

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

Dug

@kaggle.cprimozi_robinhood_stock_popularity_history.dug
  • 145.91 KB
  • 14918 rows
  • 2 columns
Loading...

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

Duk

@kaggle.cprimozi_robinhood_stock_popularity_history.duk
  • 154.5 KB
  • 14931 rows
  • 2 columns
Loading...

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

Duo

@kaggle.cprimozi_robinhood_stock_popularity_history.duo
  • 24 KB
  • 2267 rows
  • 2 columns
Loading...

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

Duot

@kaggle.cprimozi_robinhood_stock_popularity_history.duot
  • 3.09 KB
  • 92 rows
  • 2 columns
Loading...

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

Dura

@kaggle.cprimozi_robinhood_stock_popularity_history.dura
  • 104.44 KB
  • 10789 rows
  • 2 columns
Loading...

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

Dusa

@kaggle.cprimozi_robinhood_stock_popularity_history.dusa
  • 145.14 KB
  • 14971 rows
  • 2 columns
Loading...

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

Dusl

@kaggle.cprimozi_robinhood_stock_popularity_history.dusl
  • 37.05 KB
  • 3726 rows
  • 2 columns
Loading...

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

Dust

@kaggle.cprimozi_robinhood_stock_popularity_history.dust
  • 160.27 KB
  • 14931 rows
  • 2 columns
Loading...

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

Dva

@kaggle.cprimozi_robinhood_stock_popularity_history.dva
  • 151.54 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dvax

@kaggle.cprimozi_robinhood_stock_popularity_history.dvax
  • 153 KB
  • 14918 rows
  • 2 columns
Loading...

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

Dvd

@kaggle.cprimozi_robinhood_stock_popularity_history.dvd
  • 149.78 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dvem

@kaggle.cprimozi_robinhood_stock_popularity_history.dvem
  • 144.75 KB
  • 14966 rows
  • 2 columns
Loading...

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

Dvhl

@kaggle.cprimozi_robinhood_stock_popularity_history.dvhl
  • 147.65 KB
  • 14936 rows
  • 2 columns
Loading...

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

Dvlu

@kaggle.cprimozi_robinhood_stock_popularity_history.dvlu
  • 116.99 KB
  • 12082 rows
  • 2 columns
Loading...

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

Dvn

@kaggle.cprimozi_robinhood_stock_popularity_history.dvn
  • 152.15 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dvol

@kaggle.cprimozi_robinhood_stock_popularity_history.dvol
  • 117.22 KB
  • 12082 rows
  • 2 columns
Loading...

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

Dvop

@kaggle.cprimozi_robinhood_stock_popularity_history.dvop
  • 10.55 KB
  • 914 rows
  • 2 columns
Loading...

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

Dvp

@kaggle.cprimozi_robinhood_stock_popularity_history.dvp
  • 145.72 KB
  • 14958 rows
  • 2 columns
Loading...

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

Dvy

@kaggle.cprimozi_robinhood_stock_popularity_history.dvy
  • 153.3 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dvya

@kaggle.cprimozi_robinhood_stock_popularity_history.dvya
  • 21.8 KB
  • 2092 rows
  • 2 columns
Loading...

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

Share link

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