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

Icmb

@kaggle.cprimozi_robinhood_stock_popularity_history.icmb
  • 38.48 kB
  • 3,677 rows
  • 2 columns
Loading...
CREATE TABLE icmb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Icol

@kaggle.cprimozi_robinhood_stock_popularity_history.icol
  • 115.68 kB
  • 11,566 rows
  • 2 columns
Loading...
CREATE TABLE icol (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Icon

@kaggle.cprimozi_robinhood_stock_popularity_history.icon
  • 82.12 kB
  • 7,767 rows
  • 2 columns
Loading...
CREATE TABLE icon (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Icow

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

Icpt

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

Icsh

@kaggle.cprimozi_robinhood_stock_popularity_history.icsh
  • 38.41 kB
  • 3,702 rows
  • 2 columns
Loading...
CREATE TABLE icsh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Icui

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

Icvt

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

Ida

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

Idcby

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

Idcc

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

Ide

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

Idev

@kaggle.cprimozi_robinhood_stock_popularity_history.idev
  • 148.08 kB
  • 14,973 rows
  • 2 columns
Loading...
CREATE TABLE idev (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idex

@kaggle.cprimozi_robinhood_stock_popularity_history.idex
  • 113.42 kB
  • 10,477 rows
  • 2 columns
Loading...
CREATE TABLE idex (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idhd

@kaggle.cprimozi_robinhood_stock_popularity_history.idhd
  • 147.26 kB
  • 14,911 rows
  • 2 columns
Loading...
CREATE TABLE idhd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idhq

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

Idiv

@kaggle.cprimozi_robinhood_stock_popularity_history.idiv
  • 38.35 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE idiv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idlb

@kaggle.cprimozi_robinhood_stock_popularity_history.idlb
  • 147.54 kB
  • 14,904 rows
  • 2 columns
Loading...
CREATE TABLE idlb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idlv

@kaggle.cprimozi_robinhood_stock_popularity_history.idlv
  • 147.75 kB
  • 14,875 rows
  • 2 columns
Loading...
CREATE TABLE idlv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idmo

@kaggle.cprimozi_robinhood_stock_popularity_history.idmo
  • 140.46 kB
  • 14,163 rows
  • 2 columns
Loading...
CREATE TABLE idmo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idn

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

Idna

@kaggle.cprimozi_robinhood_stock_popularity_history.idna
  • 56.92 kB
  • 5,619 rows
  • 2 columns
Loading...
CREATE TABLE idna (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idog

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

Idra

@kaggle.cprimozi_robinhood_stock_popularity_history.idra
  • 133.73 kB
  • 12,950 rows
  • 2 columns
Loading...
CREATE TABLE idra (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Idrv

@kaggle.cprimozi_robinhood_stock_popularity_history.idrv
  • 70.21 kB
  • 6,938 rows
  • 2 columns
Loading...
CREATE TABLE idrv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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