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

Fcpi

@kaggle.cprimozi_robinhood_stock_popularity_history.fcpi
  • 21.89 KB
  • 2112 rows
  • 2 columns
Loading...

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

Fcpt

@kaggle.cprimozi_robinhood_stock_popularity_history.fcpt
  • 147.91 KB
  • 14965 rows
  • 2 columns
Loading...

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

Fct

@kaggle.cprimozi_robinhood_stock_popularity_history.fct
  • 145.01 KB
  • 14959 rows
  • 2 columns
Loading...

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

Fctr

@kaggle.cprimozi_robinhood_stock_popularity_history.fctr
  • 125.49 KB
  • 13045 rows
  • 2 columns
Loading...

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

Fcvt

@kaggle.cprimozi_robinhood_stock_popularity_history.fcvt
  • 144.8 KB
  • 14965 rows
  • 2 columns
Loading...

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

Fcx

@kaggle.cprimozi_robinhood_stock_popularity_history.fcx
  • 157.31 KB
  • 14928 rows
  • 2 columns
Loading...

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

Fdbc

@kaggle.cprimozi_robinhood_stock_popularity_history.fdbc
  • 36.89 KB
  • 3728 rows
  • 2 columns
Loading...

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

Fdd

@kaggle.cprimozi_robinhood_stock_popularity_history.fdd
  • 146.39 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fdef

@kaggle.cprimozi_robinhood_stock_popularity_history.fdef
  • 145.4 KB
  • 14947 rows
  • 2 columns
Loading...

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

Fdem

@kaggle.cprimozi_robinhood_stock_popularity_history.fdem
  • 78.22 KB
  • 8053 rows
  • 2 columns
Loading...

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

Fdeu

@kaggle.cprimozi_robinhood_stock_popularity_history.fdeu
  • 145.68 KB
  • 14963 rows
  • 2 columns
Loading...

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

Fdev

@kaggle.cprimozi_robinhood_stock_popularity_history.fdev
  • 78.13 KB
  • 8053 rows
  • 2 columns
Loading...

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

Fdhy

@kaggle.cprimozi_robinhood_stock_popularity_history.fdhy
  • 134.23 KB
  • 14037 rows
  • 2 columns
Loading...

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

Fdis

@kaggle.cprimozi_robinhood_stock_popularity_history.fdis
  • 148.69 KB
  • 14951 rows
  • 2 columns
Loading...

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

Fdiv

@kaggle.cprimozi_robinhood_stock_popularity_history.fdiv
  • 144.72 KB
  • 14957 rows
  • 2 columns
Loading...

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

Fdl

@kaggle.cprimozi_robinhood_stock_popularity_history.fdl
  • 146.74 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fdlo

@kaggle.cprimozi_robinhood_stock_popularity_history.fdlo
  • 146.98 KB
  • 14970 rows
  • 2 columns
Loading...

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

Fdm

@kaggle.cprimozi_robinhood_stock_popularity_history.fdm
  • 144.72 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fdmo

@kaggle.cprimozi_robinhood_stock_popularity_history.fdmo
  • 145.29 KB
  • 14970 rows
  • 2 columns
Loading...

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

Fdn

@kaggle.cprimozi_robinhood_stock_popularity_history.fdn
  • 154.12 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fdni

@kaggle.cprimozi_robinhood_stock_popularity_history.fdni
  • 103.96 KB
  • 10645 rows
  • 2 columns
Loading...

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

Fdp

@kaggle.cprimozi_robinhood_stock_popularity_history.fdp
  • 148.48 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fdrr

@kaggle.cprimozi_robinhood_stock_popularity_history.fdrr
  • 145.99 KB
  • 14970 rows
  • 2 columns
Loading...

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

Fds

@kaggle.cprimozi_robinhood_stock_popularity_history.fds
  • 146.58 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fdt

@kaggle.cprimozi_robinhood_stock_popularity_history.fdt
  • 144.58 KB
  • 14956 rows
  • 2 columns
Loading...

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

Share link

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