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

Cznc

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

Czr

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

Czwi

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

Czz

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

D

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

Dac

@kaggle.cprimozi_robinhood_stock_popularity_history.dac
  • 67.52 kB
  • 6,602 rows
  • 2 columns
Loading...
CREATE TABLE dac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Daio

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

Dakt

@kaggle.cprimozi_robinhood_stock_popularity_history.dakt
  • 151.94 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE dakt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dal

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

Dali

@kaggle.cprimozi_robinhood_stock_popularity_history.dali
  • 144.8 kB
  • 14,690 rows
  • 2 columns
Loading...
CREATE TABLE dali (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dalt

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

Dan

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

Dao

@kaggle.cprimozi_robinhood_stock_popularity_history.dao
  • 25.52 kB
  • 2,315 rows
  • 2 columns
Loading...
CREATE TABLE dao (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dar

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

Dare

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

Daud

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

Daug

@kaggle.cprimozi_robinhood_stock_popularity_history.daug
  • 22.4 kB
  • 2,112 rows
  • 2 columns
Loading...
CREATE TABLE daug (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dava

@kaggle.cprimozi_robinhood_stock_popularity_history.dava
  • 129.36 kB
  • 12,920 rows
  • 2 columns
Loading...
CREATE TABLE dava (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dax

@kaggle.cprimozi_robinhood_stock_popularity_history.dax
  • 96.18 kB
  • 9,496 rows
  • 2 columns
Loading...
CREATE TABLE dax (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Db

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

Dba

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

Dbaw

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

Dbb

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

Dbc

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

Dbd

@kaggle.cprimozi_robinhood_stock_popularity_history.dbd
  • 158.02 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE dbd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbe

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

Dbef

@kaggle.cprimozi_robinhood_stock_popularity_history.dbef
  • 148.26 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE dbef (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbeh

@kaggle.cprimozi_robinhood_stock_popularity_history.dbeh
  • 13.48 kB
  • 1,202 rows
  • 2 columns
Loading...
CREATE TABLE dbeh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbem

@kaggle.cprimozi_robinhood_stock_popularity_history.dbem
  • 147.74 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE dbem (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbeu

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

Dbez

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

Dbgr

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

Dbi

@kaggle.cprimozi_robinhood_stock_popularity_history.dbi
  • 76.67 kB
  • 7,311 rows
  • 2 columns
Loading...
CREATE TABLE dbi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbjp

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

Dbl

@kaggle.cprimozi_robinhood_stock_popularity_history.dbl
  • 148.67 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE dbl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dblv

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

Dbmf

@kaggle.cprimozi_robinhood_stock_popularity_history.dbmf
  • 64.59 kB
  • 6,456 rows
  • 2 columns
Loading...
CREATE TABLE dbmf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbo

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

Dboey

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

Dbp

@kaggle.cprimozi_robinhood_stock_popularity_history.dbp
  • 147.95 kB
  • 14,890 rows
  • 2 columns
Loading...
CREATE TABLE dbp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbs

@kaggle.cprimozi_robinhood_stock_popularity_history.dbs
  • 147.64 kB
  • 14,887 rows
  • 2 columns
Loading...
CREATE TABLE dbs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dbsdy

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

Dbv

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

Dbx

@kaggle.cprimozi_robinhood_stock_popularity_history.dbx
  • 167.88 kB
  • 14,992 rows
  • 2 columns
Loading...
CREATE TABLE dbx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dcar

@kaggle.cprimozi_robinhood_stock_popularity_history.dcar
  • 83.09 kB
  • 7,839 rows
  • 2 columns
Loading...
CREATE TABLE dcar (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dcf

@kaggle.cprimozi_robinhood_stock_popularity_history.dcf
  • 59.08 kB
  • 5,858 rows
  • 2 columns
Loading...
CREATE TABLE dcf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dchf

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

Dci

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

Dcix

@kaggle.cprimozi_robinhood_stock_popularity_history.dcix
  • 84.12 kB
  • 7,956 rows
  • 2 columns
Loading...
CREATE TABLE dcix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dcmyy

@kaggle.cprimozi_robinhood_stock_popularity_history.dcmyy
  • 123.1 kB
  • 12,259 rows
  • 2 columns
Loading...
CREATE TABLE dcmyy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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