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

Fbp

@kaggle.cprimozi_robinhood_stock_popularity_history.fbp
  • 155.83 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE fbp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fbr

@kaggle.cprimozi_robinhood_stock_popularity_history.fbr
  • 149.5 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE fbr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fbss

@kaggle.cprimozi_robinhood_stock_popularity_history.fbss
  • 147.9 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE fbss (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fbt

@kaggle.cprimozi_robinhood_stock_popularity_history.fbt
  • 150.45 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE fbt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fbz

@kaggle.cprimozi_robinhood_stock_popularity_history.fbz
  • 151.14 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE fbz (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fc

@kaggle.cprimozi_robinhood_stock_popularity_history.fc
  • 148.9 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE fc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fca

@kaggle.cprimozi_robinhood_stock_popularity_history.fca
  • 147.99 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE fca (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcal

@kaggle.cprimozi_robinhood_stock_popularity_history.fcal
  • 22.45 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE fcal (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcan

@kaggle.cprimozi_robinhood_stock_popularity_history.fcan
  • 148.05 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE fcan (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcap

@kaggle.cprimozi_robinhood_stock_popularity_history.fcap
  • 37.78 kB
  • 3,705 rows
  • 2 columns
Loading...
CREATE TABLE fcap (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcau

@kaggle.cprimozi_robinhood_stock_popularity_history.fcau
  • 164.54 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE fcau (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcbc

@kaggle.cprimozi_robinhood_stock_popularity_history.fcbc
  • 148.19 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE fcbc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcbp

@kaggle.cprimozi_robinhood_stock_popularity_history.fcbp
  • 147.82 kB
  • 14,994 rows
  • 2 columns
Loading...
CREATE TABLE fcbp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcco

@kaggle.cprimozi_robinhood_stock_popularity_history.fcco
  • 148.09 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE fcco (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fccy

@kaggle.cprimozi_robinhood_stock_popularity_history.fccy
  • 148.5 kB
  • 14,956 rows
  • 2 columns
Loading...
CREATE TABLE fccy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcef

@kaggle.cprimozi_robinhood_stock_popularity_history.fcef
  • 148.1 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE fcef (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcel

@kaggle.cprimozi_robinhood_stock_popularity_history.fcel
  • 75.66 kB
  • 6,432 rows
  • 2 columns
Loading...
CREATE TABLE fcel (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcf

@kaggle.cprimozi_robinhood_stock_popularity_history.fcf
  • 149.64 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE fcf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcfs

@kaggle.cprimozi_robinhood_stock_popularity_history.fcfs
  • 149.23 kB
  • 14,914 rows
  • 2 columns
Loading...
CREATE TABLE fcfs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcg

@kaggle.cprimozi_robinhood_stock_popularity_history.fcg
  • 149.59 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE fcg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcn

@kaggle.cprimozi_robinhood_stock_popularity_history.fcn
  • 150.45 kB
  • 14,924 rows
  • 2 columns
Loading...
CREATE TABLE fcn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcnca

@kaggle.cprimozi_robinhood_stock_popularity_history.fcnca
  • 148.34 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE fcnca (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fco

@kaggle.cprimozi_robinhood_stock_popularity_history.fco
  • 149.82 kB
  • 14,959 rows
  • 2 columns
Loading...
CREATE TABLE fco (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcom

@kaggle.cprimozi_robinhood_stock_popularity_history.fcom
  • 150.13 kB
  • 14,943 rows
  • 2 columns
Loading...
CREATE TABLE fcom (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Fcor

@kaggle.cprimozi_robinhood_stock_popularity_history.fcor
  • 148.37 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE fcor (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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