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

Fra

@kaggle.cprimozi_robinhood_stock_popularity_history.fra
  • 145.18 KB
  • 14961 rows
  • 2 columns
Loading...

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

Fraf

@kaggle.cprimozi_robinhood_stock_popularity_history.fraf
  • 64.65 KB
  • 6626 rows
  • 2 columns
Loading...

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

Frak

@kaggle.cprimozi_robinhood_stock_popularity_history.frak
  • 145.3 KB
  • 14954 rows
  • 2 columns
Loading...

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

Fran

@kaggle.cprimozi_robinhood_stock_popularity_history.fran
  • 54.05 KB
  • 5166 rows
  • 2 columns
Loading...

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

Frba

@kaggle.cprimozi_robinhood_stock_popularity_history.frba
  • 145.19 KB
  • 14930 rows
  • 2 columns
Loading...

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

Frbk

@kaggle.cprimozi_robinhood_stock_popularity_history.frbk
  • 147.33 KB
  • 14930 rows
  • 2 columns
Loading...

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

Frc

@kaggle.cprimozi_robinhood_stock_popularity_history.frc
  • 147.58 KB
  • 14936 rows
  • 2 columns
Loading...

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

Frd

@kaggle.cprimozi_robinhood_stock_popularity_history.frd
  • 146.57 KB
  • 14936 rows
  • 2 columns
Loading...

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

Frdm

@kaggle.cprimozi_robinhood_stock_popularity_history.frdm
  • 59.86 KB
  • 6073 rows
  • 2 columns
Loading...

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

Frel

@kaggle.cprimozi_robinhood_stock_popularity_history.frel
  • 150.57 KB
  • 14961 rows
  • 2 columns
Loading...

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

Freq

@kaggle.cprimozi_robinhood_stock_popularity_history.freq
  • 31.59 KB
  • 2959 rows
  • 2 columns
Loading...

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

Frg

@kaggle.cprimozi_robinhood_stock_popularity_history.frg
  • 20.48 KB
  • 1945 rows
  • 2 columns
Loading...

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

Frgi

@kaggle.cprimozi_robinhood_stock_popularity_history.frgi
  • 147.07 KB
  • 14914 rows
  • 2 columns
Loading...

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

Frhc

@kaggle.cprimozi_robinhood_stock_popularity_history.frhc
  • 27.41 KB
  • 2671 rows
  • 2 columns
Loading...

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

Fri

@kaggle.cprimozi_robinhood_stock_popularity_history.fri
  • 145.16 KB
  • 14936 rows
  • 2 columns
Loading...

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

Frlg

@kaggle.cprimozi_robinhood_stock_popularity_history.frlg
  • 36.98 KB
  • 3731 rows
  • 2 columns
Loading...

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

Frme

@kaggle.cprimozi_robinhood_stock_popularity_history.frme
  • 145.23 KB
  • 14916 rows
  • 2 columns
Loading...

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

Frn

@kaggle.cprimozi_robinhood_stock_popularity_history.frn
  • 145.52 KB
  • 14927 rows
  • 2 columns
Loading...

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

Fro

@kaggle.cprimozi_robinhood_stock_popularity_history.fro
  • 153.31 KB
  • 14936 rows
  • 2 columns
Loading...

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

Frph

@kaggle.cprimozi_robinhood_stock_popularity_history.frph
  • 36.67 KB
  • 3701 rows
  • 2 columns
Loading...

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

Frpt

@kaggle.cprimozi_robinhood_stock_popularity_history.frpt
  • 150.52 KB
  • 14958 rows
  • 2 columns
Loading...

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

Frrvy

@kaggle.cprimozi_robinhood_stock_popularity_history.frrvy
  • 119.82 KB
  • 12293 rows
  • 2 columns
Loading...

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

Frsx

@kaggle.cprimozi_robinhood_stock_popularity_history.frsx
  • 133.02 KB
  • 13222 rows
  • 2 columns
Loading...

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

Frt

@kaggle.cprimozi_robinhood_stock_popularity_history.frt
  • 150.65 KB
  • 14958 rows
  • 2 columns
Loading...

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

Frta

@kaggle.cprimozi_robinhood_stock_popularity_history.frta
  • 149.51 KB
  • 14970 rows
  • 2 columns
Loading...

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

Share link

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