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

Clne

@kaggle.cprimozi_robinhood_stock_popularity_history.clne
  • 162.04 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE clne (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clny

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

Clou

@kaggle.cprimozi_robinhood_stock_popularity_history.clou
  • 74.36 kB
  • 6,986 rows
  • 2 columns
Loading...
CREATE TABLE clou (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clpby

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

Clphy

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

Clpr

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

Clps

@kaggle.cprimozi_robinhood_stock_popularity_history.clps
  • 38.6 kB
  • 3,732 rows
  • 2 columns
Loading...
CREATE TABLE clps (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clpt

@kaggle.cprimozi_robinhood_stock_popularity_history.clpt
  • 3.42 kB
  • 116 rows
  • 2 columns
Loading...
CREATE TABLE clpt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clr

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

Clrb

@kaggle.cprimozi_robinhood_stock_popularity_history.clrb
  • 138.3 kB
  • 13,246 rows
  • 2 columns
Loading...
CREATE TABLE clrb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clrg

@kaggle.cprimozi_robinhood_stock_popularity_history.clrg
  • 148.61 kB
  • 14,984 rows
  • 2 columns
Loading...
CREATE TABLE clrg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clro

@kaggle.cprimozi_robinhood_stock_popularity_history.clro
  • 153.21 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE clro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cls

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

Clsd

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

Clsk

@kaggle.cprimozi_robinhood_stock_popularity_history.clsk
  • 7.67 kB
  • 553 rows
  • 2 columns
Loading...
CREATE TABLE clsk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clsn

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

Cltl

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

Club

@kaggle.cprimozi_robinhood_stock_popularity_history.club
  • 152.53 kB
  • 14,937 rows
  • 2 columns
Loading...
CREATE TABLE club (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Clvs

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

Clw

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

Clwt

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

Clx

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

Clxt

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

Cm

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

Cma

@kaggle.cprimozi_robinhood_stock_popularity_history.cma
  • 151.36 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cma (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmbm

@kaggle.cprimozi_robinhood_stock_popularity_history.cmbm
  • 54.87 kB
  • 5,309 rows
  • 2 columns
Loading...
CREATE TABLE cmbm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmbs

@kaggle.cprimozi_robinhood_stock_popularity_history.cmbs
  • 148.19 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE cmbs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmc

@kaggle.cprimozi_robinhood_stock_popularity_history.cmc
  • 152.76 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cmc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmcl

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

Cmcm

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

Cmco

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

Cmcsa

@kaggle.cprimozi_robinhood_stock_popularity_history.cmcsa
  • 165.84 kB
  • 14,933 rows
  • 2 columns
Loading...
CREATE TABLE cmcsa (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmct

@kaggle.cprimozi_robinhood_stock_popularity_history.cmct
  • 37.39 kB
  • 3,647 rows
  • 2 columns
Loading...
CREATE TABLE cmct (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmd

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

Cmdy

@kaggle.cprimozi_robinhood_stock_popularity_history.cmdy
  • 37.8 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE cmdy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cme

@kaggle.cprimozi_robinhood_stock_popularity_history.cme
  • 153.46 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cme (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmf

@kaggle.cprimozi_robinhood_stock_popularity_history.cmf
  • 150.08 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cmf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmg

@kaggle.cprimozi_robinhood_stock_popularity_history.cmg
  • 162.15 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cmg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmi

@kaggle.cprimozi_robinhood_stock_popularity_history.cmi
  • 155.08 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cmi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmls

@kaggle.cprimozi_robinhood_stock_popularity_history.cmls
  • 128.03 kB
  • 12,902 rows
  • 2 columns
Loading...
CREATE TABLE cmls (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmo

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

Cmp

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

Cmpgy

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

Cmpr

@kaggle.cprimozi_robinhood_stock_popularity_history.cmpr
  • 16.87 kB
  • 1,538 rows
  • 2 columns
Loading...
CREATE TABLE cmpr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmre

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

Cmrx

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

Cms

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

Cmt

@kaggle.cprimozi_robinhood_stock_popularity_history.cmt
  • 149.49 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE cmt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Cmtl

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

Cmu

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

Share link

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