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

Ecln

@kaggle.cprimozi_robinhood_stock_popularity_history.ecln
  • 39.22 KB
  • 3995 rows
  • 2 columns
Loading...

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

Ecns

@kaggle.cprimozi_robinhood_stock_popularity_history.ecns
  • 145.03 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ecol

@kaggle.cprimozi_robinhood_stock_popularity_history.ecol
  • 24.04 KB
  • 2267 rows
  • 2 columns
Loading...

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

Ecom

@kaggle.cprimozi_robinhood_stock_popularity_history.ecom
  • 148.29 KB
  • 14926 rows
  • 2 columns
Loading...

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

Econ

@kaggle.cprimozi_robinhood_stock_popularity_history.econ
  • 144.65 KB
  • 14926 rows
  • 2 columns
Loading...

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

Ecor

@kaggle.cprimozi_robinhood_stock_popularity_history.ecor
  • 138.37 KB
  • 13845 rows
  • 2 columns
Loading...

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

Ecow

@kaggle.cprimozi_robinhood_stock_popularity_history.ecow
  • 24.1 KB
  • 2348 rows
  • 2 columns
Loading...

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

Ecpg

@kaggle.cprimozi_robinhood_stock_popularity_history.ecpg
  • 146.72 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ect

@kaggle.cprimozi_robinhood_stock_popularity_history.ect
  • 151.73 KB
  • 14961 rows
  • 2 columns
Loading...

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

Ecyt

@kaggle.cprimozi_robinhood_stock_popularity_history.ecyt
  • 148.06 KB
  • 14940 rows
  • 2 columns
Loading...

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

Ed

@kaggle.cprimozi_robinhood_stock_popularity_history.ed
  • 150.22 KB
  • 14940 rows
  • 2 columns
Loading...

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

Edc

@kaggle.cprimozi_robinhood_stock_popularity_history.edc
  • 149.58 KB
  • 14914 rows
  • 2 columns
Loading...

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

Edd

@kaggle.cprimozi_robinhood_stock_popularity_history.edd
  • 145.38 KB
  • 14959 rows
  • 2 columns
Loading...

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

Eden

@kaggle.cprimozi_robinhood_stock_popularity_history.eden
  • 144.83 KB
  • 14923 rows
  • 2 columns
Loading...

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

Edf

@kaggle.cprimozi_robinhood_stock_popularity_history.edf
  • 150.93 KB
  • 14959 rows
  • 2 columns
Loading...

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

Edgw

@kaggle.cprimozi_robinhood_stock_popularity_history.edgw
  • 137 KB
  • 14100 rows
  • 2 columns
Loading...

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

Edi

@kaggle.cprimozi_robinhood_stock_popularity_history.edi
  • 148.34 KB
  • 14959 rows
  • 2 columns
Loading...

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

Edit

@kaggle.cprimozi_robinhood_stock_popularity_history.edit
  • 157.62 KB
  • 14966 rows
  • 2 columns
Loading...

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

Ediv

@kaggle.cprimozi_robinhood_stock_popularity_history.ediv
  • 145.05 KB
  • 14927 rows
  • 2 columns
Loading...

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

Edn

@kaggle.cprimozi_robinhood_stock_popularity_history.edn
  • 148.45 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ednt

@kaggle.cprimozi_robinhood_stock_popularity_history.ednt
  • 118.07 KB
  • 11934 rows
  • 2 columns
Loading...

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

Edog

@kaggle.cprimozi_robinhood_stock_popularity_history.edog
  • 144.64 KB
  • 14931 rows
  • 2 columns
Loading...

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

Edow

@kaggle.cprimozi_robinhood_stock_popularity_history.edow
  • 21.95 KB
  • 2113 rows
  • 2 columns
Loading...

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

Edry

@kaggle.cprimozi_robinhood_stock_popularity_history.edry
  • 142.03 KB
  • 14227 rows
  • 2 columns
Loading...

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

Edsa

@kaggle.cprimozi_robinhood_stock_popularity_history.edsa
  • 57.78 KB
  • 5690 rows
  • 2 columns
Loading...

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

Share link

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