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

Fdts

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

Fdus

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

Fdvv

@kaggle.cprimozi_robinhood_stock_popularity_history.fdvv
  • 153.81 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE fdvv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fdx

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

Fe

@kaggle.cprimozi_robinhood_stock_popularity_history.fe
  • 155.16 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE fe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fedu

@kaggle.cprimozi_robinhood_stock_popularity_history.fedu
  • 134.15 kB
  • 13,225 rows
  • 2 columns
Loading...
CREATE TABLE fedu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fei

@kaggle.cprimozi_robinhood_stock_popularity_history.fei
  • 150.51 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE fei (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Feim

@kaggle.cprimozi_robinhood_stock_popularity_history.feim
  • 148.87 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE feim (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fele

@kaggle.cprimozi_robinhood_stock_popularity_history.fele
  • 149.03 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE fele (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fem

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

Femb

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

Fems

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

Fen

@kaggle.cprimozi_robinhood_stock_popularity_history.fen
  • 149.72 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE fen (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fenc

@kaggle.cprimozi_robinhood_stock_popularity_history.fenc
  • 150.48 kB
  • 14,978 rows
  • 2 columns
Loading...
CREATE TABLE fenc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Feng

@kaggle.cprimozi_robinhood_stock_popularity_history.feng
  • 150.99 kB
  • 14,957 rows
  • 2 columns
Loading...
CREATE TABLE feng (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Feny

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

Feo

@kaggle.cprimozi_robinhood_stock_popularity_history.feo
  • 148.68 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE feo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fep

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

Fergy

@kaggle.cprimozi_robinhood_stock_popularity_history.fergy
  • 66.14 kB
  • 6,408 rows
  • 2 columns
Loading...
CREATE TABLE fergy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fet

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

Feul

@kaggle.cprimozi_robinhood_stock_popularity_history.feul
  • 145.91 kB
  • 14,715 rows
  • 2 columns
Loading...
CREATE TABLE feul (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Feuz

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

Fex

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

Feye

@kaggle.cprimozi_robinhood_stock_popularity_history.feye
  • 158.72 kB
  • 14,937 rows
  • 2 columns
Loading...
CREATE TABLE feye (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fez

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

Share link

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