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

Djpy

@kaggle.cprimozi_robinhood_stock_popularity_history.djpy
  • 145.47 KB
  • 14985 rows
  • 2 columns
Loading...

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

Dk

@kaggle.cprimozi_robinhood_stock_popularity_history.dk
  • 149 KB
  • 14976 rows
  • 2 columns
Loading...

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

Dkily

@kaggle.cprimozi_robinhood_stock_popularity_history.dkily
  • 124.16 KB
  • 12294 rows
  • 2 columns
Loading...

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

Dkl

@kaggle.cprimozi_robinhood_stock_popularity_history.dkl
  • 147.38 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dks

@kaggle.cprimozi_robinhood_stock_popularity_history.dks
  • 151.75 KB
  • 14917 rows
  • 2 columns
Loading...

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

Dl

@kaggle.cprimozi_robinhood_stock_popularity_history.dl
  • 146.15 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dla

@kaggle.cprimozi_robinhood_stock_popularity_history.dla
  • 146.06 KB
  • 14934 rows
  • 2 columns
Loading...

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

Dlaky

@kaggle.cprimozi_robinhood_stock_popularity_history.dlaky
  • 122.84 KB
  • 12297 rows
  • 2 columns
Loading...

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

Dlb

@kaggle.cprimozi_robinhood_stock_popularity_history.dlb
  • 147.55 KB
  • 14934 rows
  • 2 columns
Loading...

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

Dlbr

@kaggle.cprimozi_robinhood_stock_popularity_history.dlbr
  • 46.63 KB
  • 4670 rows
  • 2 columns
Loading...

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

Dlbs

@kaggle.cprimozi_robinhood_stock_popularity_history.dlbs
  • 144.61 KB
  • 14903 rows
  • 2 columns
Loading...

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

Dlhc

@kaggle.cprimozi_robinhood_stock_popularity_history.dlhc
  • 146.66 KB
  • 14914 rows
  • 2 columns
Loading...

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

Dln

@kaggle.cprimozi_robinhood_stock_popularity_history.dln
  • 145.39 KB
  • 14934 rows
  • 2 columns
Loading...

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

Dlng

@kaggle.cprimozi_robinhood_stock_popularity_history.dlng
  • 149.85 KB
  • 14956 rows
  • 2 columns
Loading...

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

Dlph

@kaggle.cprimozi_robinhood_stock_popularity_history.dlph
  • 153.77 KB
  • 14984 rows
  • 2 columns
Loading...

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

Dlpn

@kaggle.cprimozi_robinhood_stock_popularity_history.dlpn
  • 152.01 KB
  • 14986 rows
  • 2 columns
Loading...

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

Dlr

@kaggle.cprimozi_robinhood_stock_popularity_history.dlr
  • 152.01 KB
  • 14958 rows
  • 2 columns
Loading...

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

Dls

@kaggle.cprimozi_robinhood_stock_popularity_history.dls
  • 144.99 KB
  • 14934 rows
  • 2 columns
Loading...

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

Dlth

@kaggle.cprimozi_robinhood_stock_popularity_history.dlth
  • 152.8 KB
  • 14965 rows
  • 2 columns
Loading...

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

Dltr

@kaggle.cprimozi_robinhood_stock_popularity_history.dltr
  • 156.84 KB
  • 14923 rows
  • 2 columns
Loading...

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

Dlx

@kaggle.cprimozi_robinhood_stock_popularity_history.dlx
  • 147.78 KB
  • 14934 rows
  • 2 columns
Loading...

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

Dm

@kaggle.cprimozi_robinhood_stock_popularity_history.dm
  • 145.88 KB
  • 14958 rows
  • 2 columns
Loading...

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

Dmac

@kaggle.cprimozi_robinhood_stock_popularity_history.dmac
  • 100.33 KB
  • 9903 rows
  • 2 columns
Loading...

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

Dmb

@kaggle.cprimozi_robinhood_stock_popularity_history.dmb
  • 57.72 KB
  • 5858 rows
  • 2 columns
Loading...

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

Dmdv

@kaggle.cprimozi_robinhood_stock_popularity_history.dmdv
  • 98.52 KB
  • 10119 rows
  • 2 columns
Loading...

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

Share link

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