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

Nrk

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

Nro

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

Nrp

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

Nrt

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

Nrz

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

Ns

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

Nsa

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

Nsany

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

Nsc

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

Nsco

@kaggle.cprimozi_robinhood_stock_popularity_history.nsco
  • 45.84 kB
  • 4,425 rows
  • 2 columns
Loading...
CREATE TABLE nsco (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nsit

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

Nsl

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

Nsm

@kaggle.cprimozi_robinhood_stock_popularity_history.nsm
  • 118.68 kB
  • 11,909 rows
  • 2 columns
Loading...
CREATE TABLE nsm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nsp

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

Nspr

@kaggle.cprimozi_robinhood_stock_popularity_history.nspr
  • 79 kB
  • 7,335 rows
  • 2 columns
Loading...
CREATE TABLE nspr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nsrgy

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

Nssc

@kaggle.cprimozi_robinhood_stock_popularity_history.nssc
  • 153.9 kB
  • 14,950 rows
  • 2 columns
Loading...
CREATE TABLE nssc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nstg

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

Nsys

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

Ntap

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

Ntb

@kaggle.cprimozi_robinhood_stock_popularity_history.ntb
  • 38.15 kB
  • 3,725 rows
  • 2 columns
Loading...
CREATE TABLE ntb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntco

@kaggle.cprimozi_robinhood_stock_popularity_history.ntco
  • 9.65 kB
  • 750 rows
  • 2 columns
Loading...
CREATE TABLE ntco (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntct

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

Ntdoy

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

Ntec

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

Ntes

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

Ntg

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

Ntgn

@kaggle.cprimozi_robinhood_stock_popularity_history.ntgn
  • 143.54 kB
  • 13,727 rows
  • 2 columns
Loading...
CREATE TABLE ntgn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntgr

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

Ntic

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

Ntip

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

Ntla

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

Ntn

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

Ntnx

@kaggle.cprimozi_robinhood_stock_popularity_history.ntnx
  • 164.91 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE ntnx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntp

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

Ntr

@kaggle.cprimozi_robinhood_stock_popularity_history.ntr
  • 153.07 kB
  • 14,987 rows
  • 2 columns
Loading...
CREATE TABLE ntr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntra

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

Ntrp

@kaggle.cprimozi_robinhood_stock_popularity_history.ntrp
  • 153.09 kB
  • 14,973 rows
  • 2 columns
Loading...
CREATE TABLE ntrp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntrs

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

Ntsx

@kaggle.cprimozi_robinhood_stock_popularity_history.ntsx
  • 127.06 kB
  • 12,878 rows
  • 2 columns
Loading...
CREATE TABLE ntsx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nttyy

@kaggle.cprimozi_robinhood_stock_popularity_history.nttyy
  • 123.28 kB
  • 12,261 rows
  • 2 columns
Loading...
CREATE TABLE nttyy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ntus

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

Ntwk

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

Ntx

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

Nuag

@kaggle.cprimozi_robinhood_stock_popularity_history.nuag
  • 148.2 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE nuag (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nuan

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

Nubd

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

Nudm

@kaggle.cprimozi_robinhood_stock_popularity_history.nudm
  • 37.75 kB
  • 3,726 rows
  • 2 columns
Loading...
CREATE TABLE nudm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nue

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

Nuem

@kaggle.cprimozi_robinhood_stock_popularity_history.nuem
  • 37.78 kB
  • 3,726 rows
  • 2 columns
Loading...
CREATE TABLE nuem (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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