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

Iwc

@kaggle.cprimozi_robinhood_stock_popularity_history.iwc
  • 145.69 KB
  • 14940 rows
  • 2 columns
Loading...

CREATE TABLE iwc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwd

@kaggle.cprimozi_robinhood_stock_popularity_history.iwd
  • 147 KB
  • 14940 rows
  • 2 columns
Loading...

CREATE TABLE iwd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwf

@kaggle.cprimozi_robinhood_stock_popularity_history.iwf
  • 151.93 KB
  • 14940 rows
  • 2 columns
Loading...

CREATE TABLE iwf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwl

@kaggle.cprimozi_robinhood_stock_popularity_history.iwl
  • 144.9 KB
  • 14941 rows
  • 2 columns
Loading...

CREATE TABLE iwl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwm

@kaggle.cprimozi_robinhood_stock_popularity_history.iwm
  • 155.1 KB
  • 14940 rows
  • 2 columns
Loading...

CREATE TABLE iwm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwn

@kaggle.cprimozi_robinhood_stock_popularity_history.iwn
  • 146.33 KB
  • 14940 rows
  • 2 columns
Loading...

CREATE TABLE iwn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwo

@kaggle.cprimozi_robinhood_stock_popularity_history.iwo
  • 147.59 KB
  • 14940 rows
  • 2 columns
Loading...

CREATE TABLE iwo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwp

@kaggle.cprimozi_robinhood_stock_popularity_history.iwp
  • 146.06 KB
  • 14942 rows
  • 2 columns
Loading...

CREATE TABLE iwp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwr

@kaggle.cprimozi_robinhood_stock_popularity_history.iwr
  • 145.61 KB
  • 14866 rows
  • 2 columns
Loading...

CREATE TABLE iwr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iws

@kaggle.cprimozi_robinhood_stock_popularity_history.iws
  • 145.39 KB
  • 14942 rows
  • 2 columns
Loading...

CREATE TABLE iws (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwv

@kaggle.cprimozi_robinhood_stock_popularity_history.iwv
  • 146.98 KB
  • 14942 rows
  • 2 columns
Loading...

CREATE TABLE iwv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwx

@kaggle.cprimozi_robinhood_stock_popularity_history.iwx
  • 144.7 KB
  • 14942 rows
  • 2 columns
Loading...

CREATE TABLE iwx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iwy

@kaggle.cprimozi_robinhood_stock_popularity_history.iwy
  • 146.67 KB
  • 14942 rows
  • 2 columns
Loading...

CREATE TABLE iwy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ix

@kaggle.cprimozi_robinhood_stock_popularity_history.ix
  • 145.37 KB
  • 14958 rows
  • 2 columns
Loading...

CREATE TABLE ix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixc

@kaggle.cprimozi_robinhood_stock_popularity_history.ixc
  • 140.18 KB
  • 14343 rows
  • 2 columns
Loading...

CREATE TABLE ixc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixg

@kaggle.cprimozi_robinhood_stock_popularity_history.ixg
  • 139.61 KB
  • 14377 rows
  • 2 columns
Loading...

CREATE TABLE ixg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixj

@kaggle.cprimozi_robinhood_stock_popularity_history.ixj
  • 137.5 KB
  • 14034 rows
  • 2 columns
Loading...

CREATE TABLE ixj (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixn

@kaggle.cprimozi_robinhood_stock_popularity_history.ixn
  • 139.58 KB
  • 14234 rows
  • 2 columns
Loading...

CREATE TABLE ixn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixp

@kaggle.cprimozi_robinhood_stock_popularity_history.ixp
  • 140.54 KB
  • 14417 rows
  • 2 columns
Loading...

CREATE TABLE ixp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixse

@kaggle.cprimozi_robinhood_stock_popularity_history.ixse
  • 70.63 KB
  • 7263 rows
  • 2 columns
Loading...

CREATE TABLE ixse (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ixus

@kaggle.cprimozi_robinhood_stock_popularity_history.ixus
  • 146.3 KB
  • 14938 rows
  • 2 columns
Loading...

CREATE TABLE ixus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iyc

@kaggle.cprimozi_robinhood_stock_popularity_history.iyc
  • 145.34 KB
  • 14933 rows
  • 2 columns
Loading...

CREATE TABLE iyc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iye

@kaggle.cprimozi_robinhood_stock_popularity_history.iye
  • 145.71 KB
  • 14933 rows
  • 2 columns
Loading...

CREATE TABLE iye (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iyf

@kaggle.cprimozi_robinhood_stock_popularity_history.iyf
  • 146.06 KB
  • 14933 rows
  • 2 columns
Loading...

CREATE TABLE iyf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Iyg

@kaggle.cprimozi_robinhood_stock_popularity_history.iyg
  • 145.2 KB
  • 14933 rows
  • 2 columns
Loading...

CREATE TABLE iyg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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