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
);

Share link

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