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

Krg

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

Krkr

@kaggle.cprimozi_robinhood_stock_popularity_history.krkr
  • 17.34 kB
  • 1,560 rows
  • 2 columns
Loading...
CREATE TABLE krkr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krma

@kaggle.cprimozi_robinhood_stock_popularity_history.krma
  • 148.94 kB
  • 14,969 rows
  • 2 columns
Loading...
CREATE TABLE krma (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krmd

@kaggle.cprimozi_robinhood_stock_popularity_history.krmd
  • 27.87 kB
  • 2,599 rows
  • 2 columns
Loading...
CREATE TABLE krmd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krnt

@kaggle.cprimozi_robinhood_stock_popularity_history.krnt
  • 154.33 kB
  • 14,962 rows
  • 2 columns
Loading...
CREATE TABLE krnt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krny

@kaggle.cprimozi_robinhood_stock_popularity_history.krny
  • 98.48 kB
  • 9,850 rows
  • 2 columns
Loading...
CREATE TABLE krny (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Kro

@kaggle.cprimozi_robinhood_stock_popularity_history.kro
  • 155.36 kB
  • 14,954 rows
  • 2 columns
Loading...
CREATE TABLE kro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krp

@kaggle.cprimozi_robinhood_stock_popularity_history.krp
  • 150.64 kB
  • 14,972 rows
  • 2 columns
Loading...
CREATE TABLE krp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krtx

@kaggle.cprimozi_robinhood_stock_popularity_history.krtx
  • 55.96 kB
  • 5,190 rows
  • 2 columns
Loading...
CREATE TABLE krtx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krus

@kaggle.cprimozi_robinhood_stock_popularity_history.krus
  • 46.69 kB
  • 4,423 rows
  • 2 columns
Loading...
CREATE TABLE krus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Krys

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

Ks

@kaggle.cprimozi_robinhood_stock_popularity_history.ks
  • 141.38 kB
  • 14,200 rows
  • 2 columns
Loading...
CREATE TABLE ks (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ksa

@kaggle.cprimozi_robinhood_stock_popularity_history.ksa
  • 151.47 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE ksa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Kscd

@kaggle.cprimozi_robinhood_stock_popularity_history.kscd
  • 56.69 kB
  • 5,643 rows
  • 2 columns
Loading...
CREATE TABLE kscd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ksm

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

Kss

@kaggle.cprimozi_robinhood_stock_popularity_history.kss
  • 162.47 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE kss (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ksu

@kaggle.cprimozi_robinhood_stock_popularity_history.ksu
  • 151.59 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE ksu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Kt

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

Ktb

@kaggle.cprimozi_robinhood_stock_popularity_history.ktb
  • 63.79 kB
  • 6,097 rows
  • 2 columns
Loading...
CREATE TABLE ktb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ktcc

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

Ktf

@kaggle.cprimozi_robinhood_stock_popularity_history.ktf
  • 148.53 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE ktf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ktos

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

Ktov

@kaggle.cprimozi_robinhood_stock_popularity_history.ktov
  • 158.41 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE ktov (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Kura

@kaggle.cprimozi_robinhood_stock_popularity_history.kura
  • 153.54 kB
  • 14,965 rows
  • 2 columns
Loading...
CREATE TABLE kura (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Kure

@kaggle.cprimozi_robinhood_stock_popularity_history.kure
  • 121.77 kB
  • 12,203 rows
  • 2 columns
Loading...
CREATE TABLE kure (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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