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

Trxc

@kaggle.cprimozi_robinhood_stock_popularity_history.trxc
  • 15.98 KB
  • 1346 rows
  • 2 columns
Loading...

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

Tryiy

@kaggle.cprimozi_robinhood_stock_popularity_history.tryiy
  • 120.29 KB
  • 12297 rows
  • 2 columns
Loading...

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

Ts

@kaggle.cprimozi_robinhood_stock_popularity_history.ts
  • 130.54 KB
  • 13205 rows
  • 2 columns
Loading...

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

Tsbk

@kaggle.cprimozi_robinhood_stock_popularity_history.tsbk
  • 145.55 KB
  • 14917 rows
  • 2 columns
Loading...

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

Tsc

@kaggle.cprimozi_robinhood_stock_popularity_history.tsc
  • 145.74 KB
  • 14928 rows
  • 2 columns
Loading...

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

Tscdy

@kaggle.cprimozi_robinhood_stock_popularity_history.tscdy
  • 124.82 KB
  • 12295 rows
  • 2 columns
Loading...

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

Tsco

@kaggle.cprimozi_robinhood_stock_popularity_history.tsco
  • 151.39 KB
  • 14938 rows
  • 2 columns
Loading...

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

Tse

@kaggle.cprimozi_robinhood_stock_popularity_history.tse
  • 147.53 KB
  • 14956 rows
  • 2 columns
Loading...

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

Tsem

@kaggle.cprimozi_robinhood_stock_popularity_history.tsem
  • 150.39 KB
  • 14935 rows
  • 2 columns
Loading...

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

Tsg

@kaggle.cprimozi_robinhood_stock_popularity_history.tsg
  • 153.59 KB
  • 14962 rows
  • 2 columns
Loading...

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

Tsi

@kaggle.cprimozi_robinhood_stock_popularity_history.tsi
  • 145.1 KB
  • 14959 rows
  • 2 columns
Loading...

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

Tsla

@kaggle.cprimozi_robinhood_stock_popularity_history.tsla
  • 176.49 KB
  • 14954 rows
  • 2 columns
Loading...

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

Tslf

@kaggle.cprimozi_robinhood_stock_popularity_history.tslf
  • 144 KB
  • 14961 rows
  • 2 columns
Loading...

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

Tslx

@kaggle.cprimozi_robinhood_stock_popularity_history.tslx
  • 150.14 KB
  • 14954 rows
  • 2 columns
Loading...

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

Tsm

@kaggle.cprimozi_robinhood_stock_popularity_history.tsm
  • 160.29 KB
  • 14955 rows
  • 2 columns
Loading...

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

Tsn

@kaggle.cprimozi_robinhood_stock_popularity_history.tsn
  • 155.05 KB
  • 14928 rows
  • 2 columns
Loading...

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

Tsq

@kaggle.cprimozi_robinhood_stock_popularity_history.tsq
  • 146.54 KB
  • 14957 rows
  • 2 columns
Loading...

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

Tsri

@kaggle.cprimozi_robinhood_stock_popularity_history.tsri
  • 146.18 KB
  • 14938 rows
  • 2 columns
Loading...

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

Tsro

@kaggle.cprimozi_robinhood_stock_popularity_history.tsro
  • 148.31 KB
  • 14938 rows
  • 2 columns
Loading...

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

Tsu

@kaggle.cprimozi_robinhood_stock_popularity_history.tsu
  • 147.02 KB
  • 14955 rows
  • 2 columns
Loading...

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

Ttac

@kaggle.cprimozi_robinhood_stock_popularity_history.ttac
  • 145.11 KB
  • 14970 rows
  • 2 columns
Loading...

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

Ttai

@kaggle.cprimozi_robinhood_stock_popularity_history.ttai
  • 21.88 KB
  • 2114 rows
  • 2 columns
Loading...

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

Ttc

@kaggle.cprimozi_robinhood_stock_popularity_history.ttc
  • 146.77 KB
  • 14946 rows
  • 2 columns
Loading...

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

Ttd

@kaggle.cprimozi_robinhood_stock_popularity_history.ttd
  • 163.67 KB
  • 14970 rows
  • 2 columns
Loading...

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

Ttdky

@kaggle.cprimozi_robinhood_stock_popularity_history.ttdky
  • 119.78 KB
  • 12297 rows
  • 2 columns
Loading...

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

Share link

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