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

Gcc

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

Gce

@kaggle.cprimozi_robinhood_stock_popularity_history.gce
  • 37.6 kB
  • 3,705 rows
  • 2 columns
Loading...
CREATE TABLE gce (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gci

@kaggle.cprimozi_robinhood_stock_popularity_history.gci
  • 20.58 kB
  • 1,826 rows
  • 2 columns
Loading...
CREATE TABLE gci (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gco

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

Gcow

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

Gcp

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

Gcv

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

Gd

@kaggle.cprimozi_robinhood_stock_popularity_history.gd
  • 156.49 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE gd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gdat

@kaggle.cprimozi_robinhood_stock_popularity_history.gdat
  • 79.92 kB
  • 7,958 rows
  • 2 columns
Loading...
CREATE TABLE gdat (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gddy

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

Gden

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

Gdi

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

Gdl

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

Gdma

@kaggle.cprimozi_robinhood_stock_popularity_history.gdma
  • 98.45 kB
  • 9,917 rows
  • 2 columns
Loading...
CREATE TABLE gdma (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gdna

@kaggle.cprimozi_robinhood_stock_popularity_history.gdna
  • 79.62 kB
  • 7,957 rows
  • 2 columns
Loading...
CREATE TABLE gdna (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gdo

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

Gdot

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

Gdp

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

Gds

@kaggle.cprimozi_robinhood_stock_popularity_history.gds
  • 140.63 kB
  • 13,588 rows
  • 2 columns
Loading...
CREATE TABLE gds (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gdv

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

Gdvd

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

Gdx

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

Gdxj

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

Ge

@kaggle.cprimozi_robinhood_stock_popularity_history.ge
  • 182.88 kB
  • 14,945 rows
  • 2 columns
Loading...
CREATE TABLE ge (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gec

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

Share link

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