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

Dpz

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

Dq

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

Dqjcy

@kaggle.cprimozi_robinhood_stock_popularity_history.dqjcy
  • 84.78 kB
  • 8,408 rows
  • 2 columns
Loading...
CREATE TABLE dqjcy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Drad

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

Drd

@kaggle.cprimozi_robinhood_stock_popularity_history.drd
  • 32.76 kB
  • 3,069 rows
  • 2 columns
Loading...
CREATE TABLE drd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dre

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

Drh

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

Dri

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

Drio

@kaggle.cprimozi_robinhood_stock_popularity_history.drio
  • 20.76 kB
  • 1,874 rows
  • 2 columns
Loading...
CREATE TABLE drio (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Drip

@kaggle.cprimozi_robinhood_stock_popularity_history.drip
  • 57.89 kB
  • 5,262 rows
  • 2 columns
Loading...
CREATE TABLE drip (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Driv

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

Drn

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

Drna

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

Drq

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

Drr

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

Drrx

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

Drsk

@kaggle.cprimozi_robinhood_stock_popularity_history.drsk
  • 125.33 kB
  • 12,734 rows
  • 2 columns
Loading...
CREATE TABLE drsk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Drtt

@kaggle.cprimozi_robinhood_stock_popularity_history.drtt
  • 31.04 kB
  • 2,815 rows
  • 2 columns
Loading...
CREATE TABLE drtt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Drv

@kaggle.cprimozi_robinhood_stock_popularity_history.drv
  • 54.18 kB
  • 5,262 rows
  • 2 columns
Loading...
CREATE TABLE drv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Drw

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

Ds

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

Dsdvy

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

Dse

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

Dseey

@kaggle.cprimozi_robinhood_stock_popularity_history.dseey
  • 123.88 kB
  • 12,294 rows
  • 2 columns
Loading...
CREATE TABLE dseey (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Dsgx

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

Share link

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