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

Grin

@kaggle.cprimozi_robinhood_stock_popularity_history.grin
  • 125.25 kB
  • 12,531 rows
  • 2 columns
Loading...
CREATE TABLE grin (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grmn

@kaggle.cprimozi_robinhood_stock_popularity_history.grmn
  • 155.45 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE grmn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grn

@kaggle.cprimozi_robinhood_stock_popularity_history.grn
  • 34 kB
  • 3,343 rows
  • 2 columns
Loading...
CREATE TABLE grn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grnb

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

Grnq

@kaggle.cprimozi_robinhood_stock_popularity_history.grnq
  • 39.46 kB
  • 3,733 rows
  • 2 columns
Loading...
CREATE TABLE grnq (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grnv

@kaggle.cprimozi_robinhood_stock_popularity_history.grnv
  • 15.58 kB
  • 1,418 rows
  • 2 columns
Loading...
CREATE TABLE grnv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grow

@kaggle.cprimozi_robinhood_stock_popularity_history.grow
  • 154.02 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE grow (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grpn

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

Grsh

@kaggle.cprimozi_robinhood_stock_popularity_history.grsh
  • 106.04 kB
  • 10,713 rows
  • 2 columns
Loading...
CREATE TABLE grsh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grts

@kaggle.cprimozi_robinhood_stock_popularity_history.grts
  • 118.3 kB
  • 11,497 rows
  • 2 columns
Loading...
CREATE TABLE grts (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grtx

@kaggle.cprimozi_robinhood_stock_popularity_history.grtx
  • 23.82 kB
  • 2,129 rows
  • 2 columns
Loading...
CREATE TABLE grtx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gru

@kaggle.cprimozi_robinhood_stock_popularity_history.gru
  • 24.36 kB
  • 2,310 rows
  • 2 columns
Loading...
CREATE TABLE gru (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grub

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

Grvy

@kaggle.cprimozi_robinhood_stock_popularity_history.grvy
  • 137.1 kB
  • 13,200 rows
  • 2 columns
Loading...
CREATE TABLE grvy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grwg

@kaggle.cprimozi_robinhood_stock_popularity_history.grwg
  • 18.5 kB
  • 1,586 rows
  • 2 columns
Loading...
CREATE TABLE grwg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Grx

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

Gs

@kaggle.cprimozi_robinhood_stock_popularity_history.gs
  • 162.84 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE gs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gsah

@kaggle.cprimozi_robinhood_stock_popularity_history.gsah
  • 36.64 kB
  • 3,562 rows
  • 2 columns
Loading...
CREATE TABLE gsah (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gsat

@kaggle.cprimozi_robinhood_stock_popularity_history.gsat
  • 166.3 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE gsat (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gsb

@kaggle.cprimozi_robinhood_stock_popularity_history.gsb
  • 152.23 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE gsb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gsbc

@kaggle.cprimozi_robinhood_stock_popularity_history.gsbc
  • 148.59 kB
  • 14,944 rows
  • 2 columns
Loading...
CREATE TABLE gsbc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gsbd

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

Gsc

@kaggle.cprimozi_robinhood_stock_popularity_history.gsc
  • 147.99 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE gsc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gseu

@kaggle.cprimozi_robinhood_stock_popularity_history.gseu
  • 148.16 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE gseu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gsew

@kaggle.cprimozi_robinhood_stock_popularity_history.gsew
  • 22.48 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE gsew (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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