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

Orcl

@kaggle.cprimozi_robinhood_stock_popularity_history.orcl
  • 162.57 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE orcl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Org

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

Orgo

@kaggle.cprimozi_robinhood_stock_popularity_history.orgo
  • 99.71 kB
  • 9,210 rows
  • 2 columns
Loading...
CREATE TABLE orgo (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Orgs

@kaggle.cprimozi_robinhood_stock_popularity_history.orgs
  • 38.8 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE orgs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ori

@kaggle.cprimozi_robinhood_stock_popularity_history.ori
  • 152.53 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE ori (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Orkly

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

Orly

@kaggle.cprimozi_robinhood_stock_popularity_history.orly
  • 152.62 kB
  • 14,934 rows
  • 2 columns
Loading...
CREATE TABLE orly (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ormp

@kaggle.cprimozi_robinhood_stock_popularity_history.ormp
  • 152.09 kB
  • 14,921 rows
  • 2 columns
Loading...
CREATE TABLE ormp (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Orn

@kaggle.cprimozi_robinhood_stock_popularity_history.orn
  • 153.32 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE orn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Orrf

@kaggle.cprimozi_robinhood_stock_popularity_history.orrf
  • 148.37 kB
  • 14,944 rows
  • 2 columns
Loading...
CREATE TABLE orrf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Orsn

@kaggle.cprimozi_robinhood_stock_popularity_history.orsn
  • 22.61 kB
  • 2,136 rows
  • 2 columns
Loading...
CREATE TABLE orsn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ortx

@kaggle.cprimozi_robinhood_stock_popularity_history.ortx
  • 111.6 kB
  • 10,789 rows
  • 2 columns
Loading...
CREATE TABLE ortx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Osb

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

Osbc

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

Oscv

@kaggle.cprimozi_robinhood_stock_popularity_history.oscv
  • 130.01 kB
  • 13,225 rows
  • 2 columns
Loading...
CREATE TABLE oscv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Osg

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

Osis

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

Osiz

@kaggle.cprimozi_robinhood_stock_popularity_history.osiz
  • 59.7 kB
  • 5,969 rows
  • 2 columns
Loading...
CREATE TABLE osiz (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Osk

@kaggle.cprimozi_robinhood_stock_popularity_history.osk
  • 152.09 kB
  • 14,944 rows
  • 2 columns
Loading...
CREATE TABLE osk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Osmt

@kaggle.cprimozi_robinhood_stock_popularity_history.osmt
  • 117.84 kB
  • 11,262 rows
  • 2 columns
Loading...
CREATE TABLE osmt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Osn

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

Ospn

@kaggle.cprimozi_robinhood_stock_popularity_history.ospn
  • 150.75 kB
  • 14,930 rows
  • 2 columns
Loading...
CREATE TABLE ospn (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Oss

@kaggle.cprimozi_robinhood_stock_popularity_history.oss
  • 79.6 kB
  • 7,583 rows
  • 2 columns
Loading...
CREATE TABLE oss (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ostk

@kaggle.cprimozi_robinhood_stock_popularity_history.ostk
  • 167.01 kB
  • 14,922 rows
  • 2 columns
Loading...
CREATE TABLE ostk (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Osur

@kaggle.cprimozi_robinhood_stock_popularity_history.osur
  • 151.22 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE osur (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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