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

Fndx

@kaggle.cprimozi_robinhood_stock_popularity_history.fndx
  • 147.33 KB
  • 14934 rows
  • 2 columns
Loading...

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

Fnf

@kaggle.cprimozi_robinhood_stock_popularity_history.fnf
  • 151.88 KB
  • 14965 rows
  • 2 columns
Loading...

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

Fngd

@kaggle.cprimozi_robinhood_stock_popularity_history.fngd
  • 150.14 KB
  • 14987 rows
  • 2 columns
Loading...

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

Fngo

@kaggle.cprimozi_robinhood_stock_popularity_history.fngo
  • 123.8 KB
  • 12878 rows
  • 2 columns
Loading...

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

Fngs

@kaggle.cprimozi_robinhood_stock_popularity_history.fngs
  • 20.6 KB
  • 1969 rows
  • 2 columns
Loading...

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

Fngu

@kaggle.cprimozi_robinhood_stock_popularity_history.fngu
  • 153.01 KB
  • 14987 rows
  • 2 columns
Loading...

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

Fngz

@kaggle.cprimozi_robinhood_stock_popularity_history.fngz
  • 123.86 KB
  • 12878 rows
  • 2 columns
Loading...

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

Fnhc

@kaggle.cprimozi_robinhood_stock_popularity_history.fnhc
  • 146.1 KB
  • 14937 rows
  • 2 columns
Loading...

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

Fni

@kaggle.cprimozi_robinhood_stock_popularity_history.fni
  • 144.75 KB
  • 14914 rows
  • 2 columns
Loading...

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

Fnjn

@kaggle.cprimozi_robinhood_stock_popularity_history.fnjn
  • 151.44 KB
  • 14956 rows
  • 2 columns
Loading...

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

Fnk

@kaggle.cprimozi_robinhood_stock_popularity_history.fnk
  • 144.41 KB
  • 14932 rows
  • 2 columns
Loading...

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

Fnko

@kaggle.cprimozi_robinhood_stock_popularity_history.fnko
  • 160.56 KB
  • 14980 rows
  • 2 columns
Loading...

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

Fnlc

@kaggle.cprimozi_robinhood_stock_popularity_history.fnlc
  • 145.08 KB
  • 14940 rows
  • 2 columns
Loading...

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

Fnov

@kaggle.cprimozi_robinhood_stock_popularity_history.fnov
  • 19.08 KB
  • 1850 rows
  • 2 columns
Loading...

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

Fnv

@kaggle.cprimozi_robinhood_stock_popularity_history.fnv
  • 151.15 KB
  • 14914 rows
  • 2 columns
Loading...

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

Fnwb

@kaggle.cprimozi_robinhood_stock_popularity_history.fnwb
  • 144.75 KB
  • 14961 rows
  • 2 columns
Loading...

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

Fnx

@kaggle.cprimozi_robinhood_stock_popularity_history.fnx
  • 144.5 KB
  • 14914 rows
  • 2 columns
Loading...

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

Fny

@kaggle.cprimozi_robinhood_stock_popularity_history.fny
  • 144.72 KB
  • 14914 rows
  • 2 columns
Loading...

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

Focs

@kaggle.cprimozi_robinhood_stock_popularity_history.focs
  • 126.71 KB
  • 13045 rows
  • 2 columns
Loading...

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

Foe

@kaggle.cprimozi_robinhood_stock_popularity_history.foe
  • 147.05 KB
  • 14937 rows
  • 2 columns
Loading...

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

Fof

@kaggle.cprimozi_robinhood_stock_popularity_history.fof
  • 145.67 KB
  • 14961 rows
  • 2 columns
Loading...

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

Fold

@kaggle.cprimozi_robinhood_stock_popularity_history.fold
  • 151.21 KB
  • 14917 rows
  • 2 columns
Loading...

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

Fomx

@kaggle.cprimozi_robinhood_stock_popularity_history.fomx
  • 152.23 KB
  • 14958 rows
  • 2 columns
Loading...

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

Fonr

@kaggle.cprimozi_robinhood_stock_popularity_history.fonr
  • 145.89 KB
  • 14916 rows
  • 2 columns
Loading...

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

For

@kaggle.cprimozi_robinhood_stock_popularity_history.for
  • 146.19 KB
  • 14979 rows
  • 2 columns
Loading...

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

Share link

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