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

Sye

@kaggle.cprimozi_robinhood_stock_popularity_history.sye
  • 22.21 kB
  • 2,092 rows
  • 2 columns
Loading...
CREATE TABLE sye (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syf

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

Syg

@kaggle.cprimozi_robinhood_stock_popularity_history.syg
  • 37.54 kB
  • 3,698 rows
  • 2 columns
Loading...
CREATE TABLE syg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syiey

@kaggle.cprimozi_robinhood_stock_popularity_history.syiey
  • 122.72 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE syiey (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syk

@kaggle.cprimozi_robinhood_stock_popularity_history.syk
  • 155.69 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE syk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syke

@kaggle.cprimozi_robinhood_stock_popularity_history.syke
  • 148.51 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE syke (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syld

@kaggle.cprimozi_robinhood_stock_popularity_history.syld
  • 148.49 kB
  • 14,955 rows
  • 2 columns
Loading...
CREATE TABLE syld (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syn

@kaggle.cprimozi_robinhood_stock_popularity_history.syn
  • 131.56 kB
  • 12,641 rows
  • 2 columns
Loading...
CREATE TABLE syn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syna

@kaggle.cprimozi_robinhood_stock_popularity_history.syna
  • 153.62 kB
  • 14,932 rows
  • 2 columns
Loading...
CREATE TABLE syna (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sync

@kaggle.cprimozi_robinhood_stock_popularity_history.sync
  • 150.9 kB
  • 14,932 rows
  • 2 columns
Loading...
CREATE TABLE sync (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Synh

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

Synl

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

Synt

@kaggle.cprimozi_robinhood_stock_popularity_history.synt
  • 135.87 kB
  • 13,580 rows
  • 2 columns
Loading...
CREATE TABLE synt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sypr

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

Syrs

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

Syv

@kaggle.cprimozi_robinhood_stock_popularity_history.syv
  • 22.21 kB
  • 2,092 rows
  • 2 columns
Loading...
CREATE TABLE syv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syx

@kaggle.cprimozi_robinhood_stock_popularity_history.syx
  • 150.97 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE syx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Syy

@kaggle.cprimozi_robinhood_stock_popularity_history.syy
  • 155.74 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE syy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Szc

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

Szk

@kaggle.cprimozi_robinhood_stock_popularity_history.szk
  • 22.39 kB
  • 2,106 rows
  • 2 columns
Loading...
CREATE TABLE szk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Szkmy

@kaggle.cprimozi_robinhood_stock_popularity_history.szkmy
  • 123.15 kB
  • 12,294 rows
  • 2 columns
Loading...
CREATE TABLE szkmy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Szne

@kaggle.cprimozi_robinhood_stock_popularity_history.szne
  • 128.56 kB
  • 13,069 rows
  • 2 columns
Loading...
CREATE TABLE szne (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

T

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

Ta

@kaggle.cprimozi_robinhood_stock_popularity_history.ta
  • 46.4 kB
  • 4,448 rows
  • 2 columns
Loading...
CREATE TABLE ta (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tac

@kaggle.cprimozi_robinhood_stock_popularity_history.tac
  • 154.14 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE tac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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