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

Fmbh

@kaggle.cprimozi_robinhood_stock_popularity_history.fmbh
  • 36.82 KB
  • 3716 rows
  • 2 columns
Loading...

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

Fmbi

@kaggle.cprimozi_robinhood_stock_popularity_history.fmbi
  • 145.67 KB
  • 14935 rows
  • 2 columns
Loading...

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

Fmc

@kaggle.cprimozi_robinhood_stock_popularity_history.fmc
  • 151.69 KB
  • 14938 rows
  • 2 columns
Loading...

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

Fmci

@kaggle.cprimozi_robinhood_stock_popularity_history.fmci
  • 114.73 KB
  • 11949 rows
  • 2 columns
Loading...

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

Fmf

@kaggle.cprimozi_robinhood_stock_popularity_history.fmf
  • 144.25 KB
  • 14938 rows
  • 2 columns
Loading...

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

Fmhi

@kaggle.cprimozi_robinhood_stock_popularity_history.fmhi
  • 21.94 KB
  • 2113 rows
  • 2 columns
Loading...

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

Fmi

@kaggle.cprimozi_robinhood_stock_popularity_history.fmi
  • 116.87 KB
  • 11922 rows
  • 2 columns
Loading...

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

Fmk

@kaggle.cprimozi_robinhood_stock_popularity_history.fmk
  • 144.41 KB
  • 14938 rows
  • 2 columns
Loading...

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

Fmn

@kaggle.cprimozi_robinhood_stock_popularity_history.fmn
  • 144.9 KB
  • 14959 rows
  • 2 columns
Loading...

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

Fmnb

@kaggle.cprimozi_robinhood_stock_popularity_history.fmnb
  • 146.18 KB
  • 14927 rows
  • 2 columns
Loading...

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

Fmo

@kaggle.cprimozi_robinhood_stock_popularity_history.fmo
  • 146.29 KB
  • 14961 rows
  • 2 columns
Loading...

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

Fms

@kaggle.cprimozi_robinhood_stock_popularity_history.fms
  • 148.18 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fmx

@kaggle.cprimozi_robinhood_stock_popularity_history.fmx
  • 128.81 KB
  • 13205 rows
  • 2 columns
Loading...

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

Fmy

@kaggle.cprimozi_robinhood_stock_popularity_history.fmy
  • 144.74 KB
  • 14961 rows
  • 2 columns
Loading...

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

Fn

@kaggle.cprimozi_robinhood_stock_popularity_history.fn
  • 147.85 KB
  • 14921 rows
  • 2 columns
Loading...

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

Fnb

@kaggle.cprimozi_robinhood_stock_popularity_history.fnb
  • 148.3 KB
  • 14914 rows
  • 2 columns
Loading...

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

Fncb

@kaggle.cprimozi_robinhood_stock_popularity_history.fncb
  • 37.03 KB
  • 3731 rows
  • 2 columns
Loading...

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

Fncf

@kaggle.cprimozi_robinhood_stock_popularity_history.fncf
  • 119.25 KB
  • 12306 rows
  • 2 columns
Loading...

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

Fncl

@kaggle.cprimozi_robinhood_stock_popularity_history.fncl
  • 147.71 KB
  • 14917 rows
  • 2 columns
Loading...

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

Fnd

@kaggle.cprimozi_robinhood_stock_popularity_history.fnd
  • 149.34 KB
  • 14974 rows
  • 2 columns
Loading...

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

Fnda

@kaggle.cprimozi_robinhood_stock_popularity_history.fnda
  • 145.57 KB
  • 14934 rows
  • 2 columns
Loading...

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

Fndb

@kaggle.cprimozi_robinhood_stock_popularity_history.fndb
  • 144.89 KB
  • 14934 rows
  • 2 columns
Loading...

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

Fndc

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

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

Fnde

@kaggle.cprimozi_robinhood_stock_popularity_history.fnde
  • 145.89 KB
  • 14934 rows
  • 2 columns
Loading...

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

Fndf

@kaggle.cprimozi_robinhood_stock_popularity_history.fndf
  • 145.49 KB
  • 14916 rows
  • 2 columns
Loading...

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

Share link

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