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
  • 40.16 kB
  • 3,995 rows
  • 2 columns
Loading...
CREATE TABLE ecln (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ecns

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

Ecol

@kaggle.cprimozi_robinhood_stock_popularity_history.ecol
  • 24.61 kB
  • 2,267 rows
  • 2 columns
Loading...
CREATE TABLE ecol (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ecom

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

Econ

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

Ecor

@kaggle.cprimozi_robinhood_stock_popularity_history.ecor
  • 141.69 kB
  • 13,845 rows
  • 2 columns
Loading...
CREATE TABLE ecor (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ecow

@kaggle.cprimozi_robinhood_stock_popularity_history.ecow
  • 24.68 kB
  • 2,348 rows
  • 2 columns
Loading...
CREATE TABLE ecow (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ecpg

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

Ect

@kaggle.cprimozi_robinhood_stock_popularity_history.ect
  • 155.37 kB
  • 14,961 rows
  • 2 columns
Loading...
CREATE TABLE ect (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ecyt

@kaggle.cprimozi_robinhood_stock_popularity_history.ecyt
  • 151.61 kB
  • 14,940 rows
  • 2 columns
Loading...
CREATE TABLE ecyt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ed

@kaggle.cprimozi_robinhood_stock_popularity_history.ed
  • 153.82 kB
  • 14,940 rows
  • 2 columns
Loading...
CREATE TABLE ed (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edc

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

Edd

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

Eden

@kaggle.cprimozi_robinhood_stock_popularity_history.eden
  • 148.31 kB
  • 14,923 rows
  • 2 columns
Loading...
CREATE TABLE eden (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edf

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

Edgw

@kaggle.cprimozi_robinhood_stock_popularity_history.edgw
  • 140.29 kB
  • 14,100 rows
  • 2 columns
Loading...
CREATE TABLE edgw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edi

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

Edit

@kaggle.cprimozi_robinhood_stock_popularity_history.edit
  • 161.41 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE edit (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ediv

@kaggle.cprimozi_robinhood_stock_popularity_history.ediv
  • 148.53 kB
  • 14,927 rows
  • 2 columns
Loading...
CREATE TABLE ediv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edn

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

Ednt

@kaggle.cprimozi_robinhood_stock_popularity_history.ednt
  • 120.9 kB
  • 11,934 rows
  • 2 columns
Loading...
CREATE TABLE ednt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edog

@kaggle.cprimozi_robinhood_stock_popularity_history.edog
  • 148.11 kB
  • 14,931 rows
  • 2 columns
Loading...
CREATE TABLE edog (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edow

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

Edry

@kaggle.cprimozi_robinhood_stock_popularity_history.edry
  • 145.44 kB
  • 14,227 rows
  • 2 columns
Loading...
CREATE TABLE edry (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Edsa

@kaggle.cprimozi_robinhood_stock_popularity_history.edsa
  • 59.16 kB
  • 5,690 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.