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

Gpl

@kaggle.cprimozi_robinhood_stock_popularity_history.gpl
  • 153.99 KB
  • 14956 rows
  • 2 columns
Loading...

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

Gpm

@kaggle.cprimozi_robinhood_stock_popularity_history.gpm
  • 146.32 KB
  • 14961 rows
  • 2 columns
Loading...

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

Gpmt

@kaggle.cprimozi_robinhood_stock_popularity_history.gpmt
  • 147.31 KB
  • 14976 rows
  • 2 columns
Loading...

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

Gpn

@kaggle.cprimozi_robinhood_stock_popularity_history.gpn
  • 151.29 KB
  • 14956 rows
  • 2 columns
Loading...

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

Gpor

@kaggle.cprimozi_robinhood_stock_popularity_history.gpor
  • 152.84 KB
  • 14914 rows
  • 2 columns
Loading...

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

Gpp

@kaggle.cprimozi_robinhood_stock_popularity_history.gpp
  • 148.89 KB
  • 14963 rows
  • 2 columns
Loading...

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

Gpre

@kaggle.cprimozi_robinhood_stock_popularity_history.gpre
  • 150.19 KB
  • 14914 rows
  • 2 columns
Loading...

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

Gprk

@kaggle.cprimozi_robinhood_stock_popularity_history.gprk
  • 36.87 KB
  • 3691 rows
  • 2 columns
Loading...

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

Gpro

@kaggle.cprimozi_robinhood_stock_popularity_history.gpro
  • 177.3 KB
  • 14955 rows
  • 2 columns
Loading...

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

Gps

@kaggle.cprimozi_robinhood_stock_popularity_history.gps
  • 156.66 KB
  • 14956 rows
  • 2 columns
Loading...

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

Gpt

@kaggle.cprimozi_robinhood_stock_popularity_history.gpt
  • 132.48 KB
  • 13582 rows
  • 2 columns
Loading...

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

Gpx

@kaggle.cprimozi_robinhood_stock_popularity_history.gpx
  • 145.38 KB
  • 14956 rows
  • 2 columns
Loading...

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

Gqre

@kaggle.cprimozi_robinhood_stock_popularity_history.gqre
  • 144.57 KB
  • 14938 rows
  • 2 columns
Loading...

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

Gra

@kaggle.cprimozi_robinhood_stock_popularity_history.gra
  • 145.63 KB
  • 14914 rows
  • 2 columns
Loading...

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

Graf

@kaggle.cprimozi_robinhood_stock_popularity_history.graf
  • 105.83 KB
  • 10909 rows
  • 2 columns
Loading...

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

Gram

@kaggle.cprimozi_robinhood_stock_popularity_history.gram
  • 130.36 KB
  • 13205 rows
  • 2 columns
Loading...

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

Grbk

@kaggle.cprimozi_robinhood_stock_popularity_history.grbk
  • 147.28 KB
  • 14956 rows
  • 2 columns
Loading...

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

Grc

@kaggle.cprimozi_robinhood_stock_popularity_history.grc
  • 145.71 KB
  • 14912 rows
  • 2 columns
Loading...

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

Grek

@kaggle.cprimozi_robinhood_stock_popularity_history.grek
  • 148.34 KB
  • 14950 rows
  • 2 columns
Loading...

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

Gres

@kaggle.cprimozi_robinhood_stock_popularity_history.gres
  • 144.47 KB
  • 14942 rows
  • 2 columns
Loading...

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

Grf

@kaggle.cprimozi_robinhood_stock_popularity_history.grf
  • 144.97 KB
  • 14959 rows
  • 2 columns
Loading...

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

Grfs

@kaggle.cprimozi_robinhood_stock_popularity_history.grfs
  • 147.9 KB
  • 14956 rows
  • 2 columns
Loading...

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

Grid

@kaggle.cprimozi_robinhood_stock_popularity_history.grid
  • 145.02 KB
  • 14954 rows
  • 2 columns
Loading...

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

Grif

@kaggle.cprimozi_robinhood_stock_popularity_history.grif
  • 144.72 KB
  • 14954 rows
  • 2 columns
Loading...

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

Gril

@kaggle.cprimozi_robinhood_stock_popularity_history.gril
  • 3.32 KB
  • 116 rows
  • 2 columns
Loading...

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

Share link

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