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

Nugt

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

Nuhy

@kaggle.cprimozi_robinhood_stock_popularity_history.nuhy
  • 24.65 kB
  • 2,358 rows
  • 2 columns
Loading...
CREATE TABLE nuhy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nulc

@kaggle.cprimozi_robinhood_stock_popularity_history.nulc
  • 58.32 kB
  • 5,810 rows
  • 2 columns
Loading...
CREATE TABLE nulc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nulg

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

Nulv

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

Num

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

Numg

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

Numv

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

Nuo

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

Nure

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

Nuro

@kaggle.cprimozi_robinhood_stock_popularity_history.nuro
  • 21.07 kB
  • 1,850 rows
  • 2 columns
Loading...
CREATE TABLE nuro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nus

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

Nusa

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

Nusc

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

Nusi

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

Nuv

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

Nuva

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

Nuw

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

Nvax

@kaggle.cprimozi_robinhood_stock_popularity_history.nvax
  • 73.45 kB
  • 6,407 rows
  • 2 columns
Loading...
CREATE TABLE nvax (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nvcn

@kaggle.cprimozi_robinhood_stock_popularity_history.nvcn
  • 55.45 kB
  • 5,166 rows
  • 2 columns
Loading...
CREATE TABLE nvcn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Nvcr

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

Nvda

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

Nvec

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

Nvee

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

Nvfy

@kaggle.cprimozi_robinhood_stock_popularity_history.nvfy
  • 12.84 kB
  • 1,082 rows
  • 2 columns
Loading...
CREATE TABLE nvfy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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