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

Naii

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

Nail

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

Nak

@kaggle.cprimozi_robinhood_stock_popularity_history.nak
  • 167.31 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nak (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nakd

@kaggle.cprimozi_robinhood_stock_popularity_history.nakd
  • 14.54 kB
  • 1,154 rows
  • 2 columns
Loading...
CREATE TABLE nakd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nan

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

Nanr

@kaggle.cprimozi_robinhood_stock_popularity_history.nanr
  • 37.79 kB
  • 3,721 rows
  • 2 columns
Loading...
CREATE TABLE nanr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nao

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

Naov

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

Nap

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

Nat

@kaggle.cprimozi_robinhood_stock_popularity_history.nat
  • 158.01 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nat (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nath

@kaggle.cprimozi_robinhood_stock_popularity_history.nath
  • 150.8 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE nath (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nati

@kaggle.cprimozi_robinhood_stock_popularity_history.nati
  • 150.3 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE nati (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Natr

@kaggle.cprimozi_robinhood_stock_popularity_history.natr
  • 149.08 kB
  • 14,918 rows
  • 2 columns
Loading...
CREATE TABLE natr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nav

@kaggle.cprimozi_robinhood_stock_popularity_history.nav
  • 153.28 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nav (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Navb

@kaggle.cprimozi_robinhood_stock_popularity_history.navb
  • 71.2 kB
  • 6,746 rows
  • 2 columns
Loading...
CREATE TABLE navb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Navi

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

Naz

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

Nbb

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

Nbev

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

Nbh

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

Nbhc

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

Nbix

@kaggle.cprimozi_robinhood_stock_popularity_history.nbix
  • 157.21 kB
  • 14,935 rows
  • 2 columns
Loading...
CREATE TABLE nbix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbl

@kaggle.cprimozi_robinhood_stock_popularity_history.nbl
  • 157.04 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE nbl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nblx

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

Nbn

@kaggle.cprimozi_robinhood_stock_popularity_history.nbn
  • 62.72 kB
  • 6,263 rows
  • 2 columns
Loading...
CREATE TABLE nbn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbo

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

Nbr

@kaggle.cprimozi_robinhood_stock_popularity_history.nbr
  • 163.19 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE nbr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbrv

@kaggle.cprimozi_robinhood_stock_popularity_history.nbrv
  • 80.02 kB
  • 7,290 rows
  • 2 columns
Loading...
CREATE TABLE nbrv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbse

@kaggle.cprimozi_robinhood_stock_popularity_history.nbse
  • 52.2 kB
  • 4,849 rows
  • 2 columns
Loading...
CREATE TABLE nbse (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nbtb

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

Nbw

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

Nby

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

Nc

@kaggle.cprimozi_robinhood_stock_popularity_history.nc
  • 148.86 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE nc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nca

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

Ncb

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

Ncbs

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

Nclh

@kaggle.cprimozi_robinhood_stock_popularity_history.nclh
  • 155.42 kB
  • 14,935 rows
  • 2 columns
Loading...
CREATE TABLE nclh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ncmgy

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

Ncmi

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

Ncna

@kaggle.cprimozi_robinhood_stock_popularity_history.ncna
  • 134.22 kB
  • 13,224 rows
  • 2 columns
Loading...
CREATE TABLE ncna (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ncr

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

Ncsm

@kaggle.cprimozi_robinhood_stock_popularity_history.ncsm
  • 149.72 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE ncsm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ncty

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

Ncv

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

Ncz

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

Ndaq

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

Ndeky

@kaggle.cprimozi_robinhood_stock_popularity_history.ndeky
  • 121.37 kB
  • 12,297 rows
  • 2 columns
Loading...
CREATE TABLE ndeky (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ndls

@kaggle.cprimozi_robinhood_stock_popularity_history.ndls
  • 155.76 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE ndls (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ndp

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

Ndra

@kaggle.cprimozi_robinhood_stock_popularity_history.ndra
  • 156.92 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE ndra (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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