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

Srcl

@kaggle.cprimozi_robinhood_stock_popularity_history.srcl
  • 151.75 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE srcl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Srdx

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

Sre

@kaggle.cprimozi_robinhood_stock_popularity_history.sre
  • 152.67 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE sre (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sret

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

Srev

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

Srf

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

Srg

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

Sri

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

Srl

@kaggle.cprimozi_robinhood_stock_popularity_history.srl
  • 56.31 kB
  • 5,591 rows
  • 2 columns
Loading...
CREATE TABLE srl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Srln

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

Srlp

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

Srne

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

Srpt

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

Srra

@kaggle.cprimozi_robinhood_stock_popularity_history.srra
  • 8.32 kB
  • 577 rows
  • 2 columns
Loading...
CREATE TABLE srra (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Srrk

@kaggle.cprimozi_robinhood_stock_popularity_history.srrk
  • 150.25 kB
  • 14,491 rows
  • 2 columns
Loading...
CREATE TABLE srrk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Srs

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

Srt

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

Srts

@kaggle.cprimozi_robinhood_stock_popularity_history.srts
  • 86.84 kB
  • 8,521 rows
  • 2 columns
Loading...
CREATE TABLE srts (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Srty

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

Srv

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

Srvr

@kaggle.cprimozi_robinhood_stock_popularity_history.srvr
  • 149.61 kB
  • 14,669 rows
  • 2 columns
Loading...
CREATE TABLE srvr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssb

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

Ssbi

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

Ssd

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

Ssdoy

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

Ssezy

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

Ssg

@kaggle.cprimozi_robinhood_stock_popularity_history.ssg
  • 61.08 kB
  • 6,073 rows
  • 2 columns
Loading...
CREATE TABLE ssg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssi

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

Sskn

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

Ssl

@kaggle.cprimozi_robinhood_stock_popularity_history.ssl
  • 134.02 kB
  • 13,205 rows
  • 2 columns
Loading...
CREATE TABLE ssl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssmxy

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

Ssnc

@kaggle.cprimozi_robinhood_stock_popularity_history.ssnc
  • 155.13 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE ssnc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssnt

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

Sso

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

Ssp

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

Sspk

@kaggle.cprimozi_robinhood_stock_popularity_history.sspk
  • 31.94 kB
  • 3,007 rows
  • 2 columns
Loading...
CREATE TABLE sspk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sspy

@kaggle.cprimozi_robinhood_stock_popularity_history.sspy
  • 92.56 kB
  • 9,233 rows
  • 2 columns
Loading...
CREATE TABLE sspy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssrey

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

Ssrm

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

Ssss

@kaggle.cprimozi_robinhood_stock_popularity_history.ssss
  • 48.12 kB
  • 4,448 rows
  • 2 columns
Loading...
CREATE TABLE ssss (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssti

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

Sstk

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

Ssumy

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

Ssus

@kaggle.cprimozi_robinhood_stock_popularity_history.ssus
  • 8.98 kB
  • 719 rows
  • 2 columns
Loading...
CREATE TABLE ssus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ssw

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

Ssy

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

Ssys

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

St

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

Staa

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

Staf

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

Share link

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