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

Odp

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

Odt

@kaggle.cprimozi_robinhood_stock_popularity_history.odt
  • 150.71 kB
  • 14,984 rows
  • 2 columns
Loading...
CREATE TABLE odt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Oec

@kaggle.cprimozi_robinhood_stock_popularity_history.oec
  • 38.37 kB
  • 3,716 rows
  • 2 columns
Loading...
CREATE TABLE oec (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Oef

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

Oesx

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

Oeur

@kaggle.cprimozi_robinhood_stock_popularity_history.oeur
  • 149.23 kB
  • 14,960 rows
  • 2 columns
Loading...
CREATE TABLE oeur (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ofc

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

Ofed

@kaggle.cprimozi_robinhood_stock_popularity_history.ofed
  • 37.69 kB
  • 3,714 rows
  • 2 columns
Loading...
CREATE TABLE ofed (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ofg

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

Ofix

@kaggle.cprimozi_robinhood_stock_popularity_history.ofix
  • 128.74 kB
  • 12,819 rows
  • 2 columns
Loading...
CREATE TABLE ofix (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Oflx

@kaggle.cprimozi_robinhood_stock_popularity_history.oflx
  • 148.59 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE oflx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ofs

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

Ogcp

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

Oge

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

Ogen

@kaggle.cprimozi_robinhood_stock_popularity_history.ogen
  • 170.89 kB
  • 14,936 rows
  • 2 columns
Loading...
CREATE TABLE ogen (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ogi

@kaggle.cprimozi_robinhood_stock_popularity_history.ogi
  • 71.83 kB
  • 6,145 rows
  • 2 columns
Loading...
CREATE TABLE ogi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ogig

@kaggle.cprimozi_robinhood_stock_popularity_history.ogig
  • 146.33 kB
  • 14,204 rows
  • 2 columns
Loading...
CREATE TABLE ogig (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ogs

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

Ogzpy

@kaggle.cprimozi_robinhood_stock_popularity_history.ogzpy
  • 130 kB
  • 12,246 rows
  • 2 columns
Loading...
CREATE TABLE ogzpy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ohi

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

Ohrp

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

Oi

@kaggle.cprimozi_robinhood_stock_popularity_history.oi
  • 11.81 kB
  • 986 rows
  • 2 columns
Loading...
CREATE TABLE oi (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Oia

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

Oibr C

@kaggle.cprimozi_robinhood_stock_popularity_history.oibr_c
  • 9.95 kB
  • 745 rows
  • 2 columns
Loading...
CREATE TABLE oibr_c (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Oih

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

Share link

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