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

Fxl

@kaggle.cprimozi_robinhood_stock_popularity_history.fxl
  • 146.38 KB
  • 14948 rows
  • 2 columns
Loading...

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

Fxn

@kaggle.cprimozi_robinhood_stock_popularity_history.fxn
  • 145.07 KB
  • 14936 rows
  • 2 columns
Loading...

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

Fxnc

@kaggle.cprimozi_robinhood_stock_popularity_history.fxnc
  • 67.74 KB
  • 6938 rows
  • 2 columns
Loading...

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

Fxo

@kaggle.cprimozi_robinhood_stock_popularity_history.fxo
  • 145.15 KB
  • 14948 rows
  • 2 columns
Loading...

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

Fxp

@kaggle.cprimozi_robinhood_stock_popularity_history.fxp
  • 146.35 KB
  • 14934 rows
  • 2 columns
Loading...

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

Fxr

@kaggle.cprimozi_robinhood_stock_popularity_history.fxr
  • 144.88 KB
  • 14936 rows
  • 2 columns
Loading...

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

Fxs

@kaggle.cprimozi_robinhood_stock_popularity_history.fxs
  • 144.05 KB
  • 14887 rows
  • 2 columns
Loading...

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

Fxsg

@kaggle.cprimozi_robinhood_stock_popularity_history.fxsg
  • 143.7 KB
  • 14874 rows
  • 2 columns
Loading...

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

Fxu

@kaggle.cprimozi_robinhood_stock_popularity_history.fxu
  • 145.66 KB
  • 14948 rows
  • 2 columns
Loading...

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

Fxy

@kaggle.cprimozi_robinhood_stock_popularity_history.fxy
  • 146.17 KB
  • 14939 rows
  • 2 columns
Loading...

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

Fxz

@kaggle.cprimozi_robinhood_stock_popularity_history.fxz
  • 144.86 KB
  • 14948 rows
  • 2 columns
Loading...

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

Fyc

@kaggle.cprimozi_robinhood_stock_popularity_history.fyc
  • 145.39 KB
  • 14922 rows
  • 2 columns
Loading...

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

Fyld

@kaggle.cprimozi_robinhood_stock_popularity_history.fyld
  • 144.62 KB
  • 14921 rows
  • 2 columns
Loading...

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

Fyt

@kaggle.cprimozi_robinhood_stock_popularity_history.fyt
  • 144.46 KB
  • 14922 rows
  • 2 columns
Loading...

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

Fyx

@kaggle.cprimozi_robinhood_stock_popularity_history.fyx
  • 144.52 KB
  • 14922 rows
  • 2 columns
Loading...

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

G

@kaggle.cprimozi_robinhood_stock_popularity_history.g
  • 148.61 KB
  • 14936 rows
  • 2 columns
Loading...

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

Gaa

@kaggle.cprimozi_robinhood_stock_popularity_history.gaa
  • 144.2 KB
  • 14959 rows
  • 2 columns
Loading...

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

Gab

@kaggle.cprimozi_robinhood_stock_popularity_history.gab
  • 147.78 KB
  • 14961 rows
  • 2 columns
Loading...

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

Gabc

@kaggle.cprimozi_robinhood_stock_popularity_history.gabc
  • 145.02 KB
  • 14914 rows
  • 2 columns
Loading...

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

Gaia

@kaggle.cprimozi_robinhood_stock_popularity_history.gaia
  • 149.85 KB
  • 14928 rows
  • 2 columns
Loading...

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

Gain

@kaggle.cprimozi_robinhood_stock_popularity_history.gain
  • 158.7 KB
  • 14928 rows
  • 2 columns
Loading...

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

Gal

@kaggle.cprimozi_robinhood_stock_popularity_history.gal
  • 144.84 KB
  • 14944 rows
  • 2 columns
Loading...

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

Galt

@kaggle.cprimozi_robinhood_stock_popularity_history.galt
  • 153.42 KB
  • 14949 rows
  • 2 columns
Loading...

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

Gam

@kaggle.cprimozi_robinhood_stock_popularity_history.gam
  • 145.81 KB
  • 14961 rows
  • 2 columns
Loading...

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

Game

@kaggle.cprimozi_robinhood_stock_popularity_history.game
  • 96.33 KB
  • 9876 rows
  • 2 columns
Loading...

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

Share link

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