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
  • 24.29 kB
  • 2,311 rows
  • 2 columns
Loading...
CREATE TABLE dtul (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dtus

@kaggle.cprimozi_robinhood_stock_popularity_history.dtus
  • 37.42 kB
  • 3,691 rows
  • 2 columns
Loading...
CREATE TABLE dtus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dtyl

@kaggle.cprimozi_robinhood_stock_popularity_history.dtyl
  • 147.85 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE dtyl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dtys

@kaggle.cprimozi_robinhood_stock_popularity_history.dtys
  • 149.74 kB
  • 14,952 rows
  • 2 columns
Loading...
CREATE TABLE dtys (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Duc

@kaggle.cprimozi_robinhood_stock_popularity_history.duc
  • 148.44 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE duc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dug

@kaggle.cprimozi_robinhood_stock_popularity_history.dug
  • 149.41 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE dug (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Duk

@kaggle.cprimozi_robinhood_stock_popularity_history.duk
  • 158.21 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE duk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Duo

@kaggle.cprimozi_robinhood_stock_popularity_history.duo
  • 24.57 kB
  • 2,267 rows
  • 2 columns
Loading...
CREATE TABLE duo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Duot

@kaggle.cprimozi_robinhood_stock_popularity_history.duot
  • 3.17 kB
  • 92 rows
  • 2 columns
Loading...
CREATE TABLE duot (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dura

@kaggle.cprimozi_robinhood_stock_popularity_history.dura
  • 106.94 kB
  • 10,789 rows
  • 2 columns
Loading...
CREATE TABLE dura (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dusa

@kaggle.cprimozi_robinhood_stock_popularity_history.dusa
  • 148.62 kB
  • 14,971 rows
  • 2 columns
Loading...
CREATE TABLE dusa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dusl

@kaggle.cprimozi_robinhood_stock_popularity_history.dusl
  • 37.94 kB
  • 3,726 rows
  • 2 columns
Loading...
CREATE TABLE dusl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dust

@kaggle.cprimozi_robinhood_stock_popularity_history.dust
  • 164.12 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE dust (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dva

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

Dvax

@kaggle.cprimozi_robinhood_stock_popularity_history.dvax
  • 156.68 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE dvax (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dvd

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

Dvem

@kaggle.cprimozi_robinhood_stock_popularity_history.dvem
  • 148.22 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE dvem (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dvhl

@kaggle.cprimozi_robinhood_stock_popularity_history.dvhl
  • 151.19 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE dvhl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dvlu

@kaggle.cprimozi_robinhood_stock_popularity_history.dvlu
  • 119.8 kB
  • 12,082 rows
  • 2 columns
Loading...
CREATE TABLE dvlu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dvn

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

Dvol

@kaggle.cprimozi_robinhood_stock_popularity_history.dvol
  • 120.03 kB
  • 12,082 rows
  • 2 columns
Loading...
CREATE TABLE dvol (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dvop

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

Dvp

@kaggle.cprimozi_robinhood_stock_popularity_history.dvp
  • 149.22 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE dvp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dvy

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

Dvya

@kaggle.cprimozi_robinhood_stock_popularity_history.dvya
  • 22.32 kB
  • 2,092 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.