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

Hyac

@kaggle.cprimozi_robinhood_stock_popularity_history.hyac
  • 47.45 kB
  • 4,663 rows
  • 2 columns
Loading...
CREATE TABLE hyac (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyb

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

Hyd

@kaggle.cprimozi_robinhood_stock_popularity_history.hyd
  • 112.34 kB
  • 10,909 rows
  • 2 columns
Loading...
CREATE TABLE hyd (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hydb

@kaggle.cprimozi_robinhood_stock_popularity_history.hydb
  • 22.47 kB
  • 2,113 rows
  • 2 columns
Loading...
CREATE TABLE hydb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hydw

@kaggle.cprimozi_robinhood_stock_popularity_history.hydw
  • 37.8 kB
  • 3,730 rows
  • 2 columns
Loading...
CREATE TABLE hydw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyem

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

Hyg

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

Hygh

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

Hygv

@kaggle.cprimozi_robinhood_stock_popularity_history.hygv
  • 131.43 kB
  • 13,224 rows
  • 2 columns
Loading...
CREATE TABLE hygv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyhg

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

Hyi

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

Hyih

@kaggle.cprimozi_robinhood_stock_popularity_history.hyih
  • 22.42 kB
  • 2,111 rows
  • 2 columns
Loading...
CREATE TABLE hyih (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hylb

@kaggle.cprimozi_robinhood_stock_popularity_history.hylb
  • 149.07 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE hylb (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyld

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

Hyls

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

Hylv

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

Hymb

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

Hynd

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

Hypmy

@kaggle.cprimozi_robinhood_stock_popularity_history.hypmy
  • 123.76 kB
  • 12,293 rows
  • 2 columns
Loading...
CREATE TABLE hypmy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyre

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

Hys

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

Hyt

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

Hytr

@kaggle.cprimozi_robinhood_stock_popularity_history.hytr
  • 7.86 kB
  • 600 rows
  • 2 columns
Loading...
CREATE TABLE hytr (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyup

@kaggle.cprimozi_robinhood_stock_popularity_history.hyup
  • 37.85 kB
  • 3,730 rows
  • 2 columns
Loading...
CREATE TABLE hyup (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hyxe

@kaggle.cprimozi_robinhood_stock_popularity_history.hyxe
  • 148.22 kB
  • 14,967 rows
  • 2 columns
Loading...
CREATE TABLE hyxe (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Share link

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