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

Gtip

@kaggle.cprimozi_robinhood_stock_popularity_history.gtip
  • 110.12 KB
  • 11430 rows
  • 2 columns
Loading...

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

Gtls

@kaggle.cprimozi_robinhood_stock_popularity_history.gtls
  • 147.84 KB
  • 14914 rows
  • 2 columns
Loading...

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

Gtn

@kaggle.cprimozi_robinhood_stock_popularity_history.gtn
  • 181.62 KB
  • 17907 rows
  • 2 columns
Loading...

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

Gtn A

@kaggle.cprimozi_robinhood_stock_popularity_history.gtn_a
  • 9.02 KB
  • 742 rows
  • 2 columns
Loading...

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

Gto

@kaggle.cprimozi_robinhood_stock_popularity_history.gto
  • 144.12 KB
  • 14905 rows
  • 2 columns
Loading...

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

Gts

@kaggle.cprimozi_robinhood_stock_popularity_history.gts
  • 147.19 KB
  • 14954 rows
  • 2 columns
Loading...

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

Gtt

@kaggle.cprimozi_robinhood_stock_popularity_history.gtt
  • 153.16 KB
  • 14954 rows
  • 2 columns
Loading...

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

Gtx

@kaggle.cprimozi_robinhood_stock_popularity_history.gtx
  • 116.26 KB
  • 11500 rows
  • 2 columns
Loading...

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

Gty

@kaggle.cprimozi_robinhood_stock_popularity_history.gty
  • 146.75 KB
  • 14958 rows
  • 2 columns
Loading...

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

Gtyh

@kaggle.cprimozi_robinhood_stock_popularity_history.gtyh
  • 54.9 KB
  • 5505 rows
  • 2 columns
Loading...

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

Gudb

@kaggle.cprimozi_robinhood_stock_popularity_history.gudb
  • 36.91 KB
  • 3728 rows
  • 2 columns
Loading...

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

Gulf

@kaggle.cprimozi_robinhood_stock_popularity_history.gulf
  • 146.21 KB
  • 14937 rows
  • 2 columns
Loading...

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

Gunr

@kaggle.cprimozi_robinhood_stock_popularity_history.gunr
  • 145.46 KB
  • 14938 rows
  • 2 columns
Loading...

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

Gure

@kaggle.cprimozi_robinhood_stock_popularity_history.gure
  • 6.87 KB
  • 475 rows
  • 2 columns
Loading...

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

Guru

@kaggle.cprimozi_robinhood_stock_popularity_history.guru
  • 146.36 KB
  • 14943 rows
  • 2 columns
Loading...

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

Gush

@kaggle.cprimozi_robinhood_stock_popularity_history.gush
  • 20.75 KB
  • 1783 rows
  • 2 columns
Loading...

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

Gut

@kaggle.cprimozi_robinhood_stock_popularity_history.gut
  • 149.06 KB
  • 14959 rows
  • 2 columns
Loading...

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

Gv

@kaggle.cprimozi_robinhood_stock_popularity_history.gv
  • 151.63 KB
  • 14945 rows
  • 2 columns
Loading...

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

Gva

@kaggle.cprimozi_robinhood_stock_popularity_history.gva
  • 151.02 KB
  • 14955 rows
  • 2 columns
Loading...

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

Gval

@kaggle.cprimozi_robinhood_stock_popularity_history.gval
  • 145.31 KB
  • 14951 rows
  • 2 columns
Loading...

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

Gvdny

@kaggle.cprimozi_robinhood_stock_popularity_history.gvdny
  • 119.88 KB
  • 12294 rows
  • 2 columns
Loading...

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

Gvi

@kaggle.cprimozi_robinhood_stock_popularity_history.gvi
  • 144.8 KB
  • 14955 rows
  • 2 columns
Loading...

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

Gvip

@kaggle.cprimozi_robinhood_stock_popularity_history.gvip
  • 145.32 KB
  • 14970 rows
  • 2 columns
Loading...

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

Gvp

@kaggle.cprimozi_robinhood_stock_popularity_history.gvp
  • 147.25 KB
  • 14955 rows
  • 2 columns
Loading...

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

Gwb

@kaggle.cprimozi_robinhood_stock_popularity_history.gwb
  • 145.78 KB
  • 14958 rows
  • 2 columns
Loading...

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

Share link

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