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

Sino

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

Sint

@kaggle.cprimozi_robinhood_stock_popularity_history.sint
  • 49.31 kB
  • 4,520 rows
  • 2 columns
Loading...
CREATE TABLE sint (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Siri

@kaggle.cprimozi_robinhood_stock_popularity_history.siri
  • 176.31 kB
  • 14,932 rows
  • 2 columns
Loading...
CREATE TABLE siri (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sitc

@kaggle.cprimozi_robinhood_stock_popularity_history.sitc
  • 113.58 kB
  • 11,239 rows
  • 2 columns
Loading...
CREATE TABLE sitc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Site

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

Sitm

@kaggle.cprimozi_robinhood_stock_popularity_history.sitm
  • 19.9 kB
  • 1,807 rows
  • 2 columns
Loading...
CREATE TABLE sitm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sito

@kaggle.cprimozi_robinhood_stock_popularity_history.sito
  • 153.91 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE sito (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sivb

@kaggle.cprimozi_robinhood_stock_popularity_history.sivb
  • 154.93 kB
  • 14,954 rows
  • 2 columns
Loading...
CREATE TABLE sivb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Sivr

@kaggle.cprimozi_robinhood_stock_popularity_history.sivr
  • 116.4 kB
  • 11,503 rows
  • 2 columns
Loading...
CREATE TABLE sivr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Six

@kaggle.cprimozi_robinhood_stock_popularity_history.six
  • 160.15 kB
  • 14,938 rows
  • 2 columns
Loading...
CREATE TABLE six (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Size

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

Sjb

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

Sji

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

Sjm

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

Sjnk

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

Sjr

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

Sjt

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

Sjw

@kaggle.cprimozi_robinhood_stock_popularity_history.sjw
  • 150.25 kB
  • 14,917 rows
  • 2 columns
Loading...
CREATE TABLE sjw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Skf

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

Skfry

@kaggle.cprimozi_robinhood_stock_popularity_history.skfry
  • 121.28 kB
  • 12,297 rows
  • 2 columns
Loading...
CREATE TABLE skfry (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Skhhy

@kaggle.cprimozi_robinhood_stock_popularity_history.skhhy
  • 121.63 kB
  • 12,292 rows
  • 2 columns
Loading...
CREATE TABLE skhhy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Skhsy

@kaggle.cprimozi_robinhood_stock_popularity_history.skhsy
  • 121.8 kB
  • 12,295 rows
  • 2 columns
Loading...
CREATE TABLE skhsy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Skm

@kaggle.cprimozi_robinhood_stock_popularity_history.skm
  • 23.64 kB
  • 2,109 rows
  • 2 columns
Loading...
CREATE TABLE skm (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Skor

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

Skt

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

Share link

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