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

Tbf

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

Tbi

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

Tbio

@kaggle.cprimozi_robinhood_stock_popularity_history.tbio
  • 143.86 kB
  • 13,698 rows
  • 2 columns
Loading...
CREATE TABLE tbio (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tbk

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

Tblt

@kaggle.cprimozi_robinhood_stock_popularity_history.tblt
  • 110.19 kB
  • 9,997 rows
  • 2 columns
Loading...
CREATE TABLE tblt (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tblu

@kaggle.cprimozi_robinhood_stock_popularity_history.tblu
  • 148.45 kB
  • 14,972 rows
  • 2 columns
Loading...
CREATE TABLE tblu (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tbnd

@kaggle.cprimozi_robinhood_stock_popularity_history.tbnd
  • 55.15 kB
  • 5,499 rows
  • 2 columns
Loading...
CREATE TABLE tbnd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tbnk

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

Tbph

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

Tbt

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

Tbx

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

Tc

@kaggle.cprimozi_robinhood_stock_popularity_history.tc
  • 104.98 kB
  • 10,287 rows
  • 2 columns
Loading...
CREATE TABLE tc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tcbi

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

Tcbk

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

Tcco

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

Tcda

@kaggle.cprimozi_robinhood_stock_popularity_history.tcda
  • 139.24 kB
  • 13,728 rows
  • 2 columns
Loading...
CREATE TABLE tcda (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tcehy

@kaggle.cprimozi_robinhood_stock_popularity_history.tcehy
  • 137.15 kB
  • 12,291 rows
  • 2 columns
Loading...
CREATE TABLE tcehy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tcf

@kaggle.cprimozi_robinhood_stock_popularity_history.tcf
  • 46.53 kB
  • 4,448 rows
  • 2 columns
Loading...
CREATE TABLE tcf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tcfc

@kaggle.cprimozi_robinhood_stock_popularity_history.tcfc
  • 148.15 kB
  • 14,948 rows
  • 2 columns
Loading...
CREATE TABLE tcfc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tchf

@kaggle.cprimozi_robinhood_stock_popularity_history.tchf
  • 122.39 kB
  • 12,306 rows
  • 2 columns
Loading...
CREATE TABLE tchf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tci

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

Tcmd

@kaggle.cprimozi_robinhood_stock_popularity_history.tcmd
  • 151.33 kB
  • 14,968 rows
  • 2 columns
Loading...
CREATE TABLE tcmd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tco

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

Tcom

@kaggle.cprimozi_robinhood_stock_popularity_history.tcom
  • 24.7 kB
  • 2,184 rows
  • 2 columns
Loading...
CREATE TABLE tcom (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Tcon

@kaggle.cprimozi_robinhood_stock_popularity_history.tcon
  • 23.8 kB
  • 2,112 rows
  • 2 columns
Loading...
CREATE TABLE tcon (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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