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

Ibdd

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdd
  • 144.55 KB
  • 14942 rows
  • 2 columns
Loading...

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

Ibdl

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdl
  • 144.99 KB
  • 14959 rows
  • 2 columns
Loading...

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

Ibdm

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdm
  • 144.93 KB
  • 14961 rows
  • 2 columns
Loading...

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

Ibdn

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdn
  • 145 KB
  • 14961 rows
  • 2 columns
Loading...

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

Ibdo

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdo
  • 144.83 KB
  • 14961 rows
  • 2 columns
Loading...

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

Ibdp

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdp
  • 144.84 KB
  • 14962 rows
  • 2 columns
Loading...

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

Ibdq

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

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

Ibdr

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdr
  • 144.8 KB
  • 14970 rows
  • 2 columns
Loading...

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

Ibds

@kaggle.cprimozi_robinhood_stock_popularity_history.ibds
  • 21.92 KB
  • 2113 rows
  • 2 columns
Loading...

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

Ibdt

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdt
  • 112.99 KB
  • 11766 rows
  • 2 columns
Loading...

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

Ibdu

@kaggle.cprimozi_robinhood_stock_popularity_history.ibdu
  • 32.66 KB
  • 3295 rows
  • 2 columns
Loading...

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

Ibha

@kaggle.cprimozi_robinhood_stock_popularity_history.ibha
  • 61.64 KB
  • 6310 rows
  • 2 columns
Loading...

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

Ibhb

@kaggle.cprimozi_robinhood_stock_popularity_history.ibhb
  • 61.51 KB
  • 6310 rows
  • 2 columns
Loading...

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

Ibhc

@kaggle.cprimozi_robinhood_stock_popularity_history.ibhc
  • 61.66 KB
  • 6310 rows
  • 2 columns
Loading...

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

Ibhd

@kaggle.cprimozi_robinhood_stock_popularity_history.ibhd
  • 61.51 KB
  • 6310 rows
  • 2 columns
Loading...

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

Ibhe

@kaggle.cprimozi_robinhood_stock_popularity_history.ibhe
  • 61.52 KB
  • 6310 rows
  • 2 columns
Loading...

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

Ibio

@kaggle.cprimozi_robinhood_stock_popularity_history.ibio
  • 157.16 KB
  • 14892 rows
  • 2 columns
Loading...

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

Ibkc

@kaggle.cprimozi_robinhood_stock_popularity_history.ibkc
  • 146 KB
  • 14954 rows
  • 2 columns
Loading...

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

Ibkr

@kaggle.cprimozi_robinhood_stock_popularity_history.ibkr
  • 149.92 KB
  • 14954 rows
  • 2 columns
Loading...

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

Ibm

@kaggle.cprimozi_robinhood_stock_popularity_history.ibm
  • 161.57 KB
  • 14928 rows
  • 2 columns
Loading...

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

Ibmg

@kaggle.cprimozi_robinhood_stock_popularity_history.ibmg
  • 123.46 KB
  • 12756 rows
  • 2 columns
Loading...

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

Ibmi

@kaggle.cprimozi_robinhood_stock_popularity_history.ibmi
  • 36.82 KB
  • 3716 rows
  • 2 columns
Loading...

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

Ibmj

@kaggle.cprimozi_robinhood_stock_popularity_history.ibmj
  • 143.8 KB
  • 14963 rows
  • 2 columns
Loading...

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

Ibmk

@kaggle.cprimozi_robinhood_stock_popularity_history.ibmk
  • 143.88 KB
  • 14963 rows
  • 2 columns
Loading...

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

Ibml

@kaggle.cprimozi_robinhood_stock_popularity_history.ibml
  • 21.95 KB
  • 2114 rows
  • 2 columns
Loading...

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

Share link

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