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

Ngvc

@kaggle.cprimozi_robinhood_stock_popularity_history.ngvc
  • 149.27 KB
  • 14934 rows
  • 2 columns
Loading...

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

Ngvt

@kaggle.cprimozi_robinhood_stock_popularity_history.ngvt
  • 147.11 KB
  • 14966 rows
  • 2 columns
Loading...

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

Nh

@kaggle.cprimozi_robinhood_stock_popularity_history.nh
  • 152.51 KB
  • 14966 rows
  • 2 columns
Loading...

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

Nha

@kaggle.cprimozi_robinhood_stock_popularity_history.nha
  • 143.36 KB
  • 14966 rows
  • 2 columns
Loading...

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

Nhc

@kaggle.cprimozi_robinhood_stock_popularity_history.nhc
  • 145.15 KB
  • 14931 rows
  • 2 columns
Loading...

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

Nhf

@kaggle.cprimozi_robinhood_stock_popularity_history.nhf
  • 147.5 KB
  • 14959 rows
  • 2 columns
Loading...

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

Nhi

@kaggle.cprimozi_robinhood_stock_popularity_history.nhi
  • 148.85 KB
  • 14958 rows
  • 2 columns
Loading...

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

Nhld

@kaggle.cprimozi_robinhood_stock_popularity_history.nhld
  • 146.14 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nhs

@kaggle.cprimozi_robinhood_stock_popularity_history.nhs
  • 145.57 KB
  • 14959 rows
  • 2 columns
Loading...

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

Nhtc

@kaggle.cprimozi_robinhood_stock_popularity_history.nhtc
  • 148.49 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nhydy

@kaggle.cprimozi_robinhood_stock_popularity_history.nhydy
  • 126.83 KB
  • 12297 rows
  • 2 columns
Loading...

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

Ni

@kaggle.cprimozi_robinhood_stock_popularity_history.ni
  • 149.75 KB
  • 14916 rows
  • 2 columns
Loading...

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

Nib

@kaggle.cprimozi_robinhood_stock_popularity_history.nib
  • 146.86 KB
  • 14956 rows
  • 2 columns
Loading...

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

Nice

@kaggle.cprimozi_robinhood_stock_popularity_history.nice
  • 148.07 KB
  • 14957 rows
  • 2 columns
Loading...

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

Nick

@kaggle.cprimozi_robinhood_stock_popularity_history.nick
  • 145.13 KB
  • 14943 rows
  • 2 columns
Loading...

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

Nid

@kaggle.cprimozi_robinhood_stock_popularity_history.nid
  • 144.66 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nie

@kaggle.cprimozi_robinhood_stock_popularity_history.nie
  • 145.06 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nilsy

@kaggle.cprimozi_robinhood_stock_popularity_history.nilsy
  • 123.94 KB
  • 12297 rows
  • 2 columns
Loading...

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

Nim

@kaggle.cprimozi_robinhood_stock_popularity_history.nim
  • 144.67 KB
  • 14961 rows
  • 2 columns
Loading...

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

Nine

@kaggle.cprimozi_robinhood_stock_popularity_history.nine
  • 38.22 KB
  • 3730 rows
  • 2 columns
Loading...

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

Nio

@kaggle.cprimozi_robinhood_stock_popularity_history.nio
  • 135.81 KB
  • 11949 rows
  • 2 columns
Loading...

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

Niq

@kaggle.cprimozi_robinhood_stock_popularity_history.niq
  • 144.62 KB
  • 14961 rows
  • 2 columns
Loading...

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

Niu

@kaggle.cprimozi_robinhood_stock_popularity_history.niu
  • 113.47 KB
  • 11075 rows
  • 2 columns
Loading...

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

Njan

@kaggle.cprimozi_robinhood_stock_popularity_history.njan
  • 9.66 KB
  • 818 rows
  • 2 columns
Loading...

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

Njdcy

@kaggle.cprimozi_robinhood_stock_popularity_history.njdcy
  • 121.12 KB
  • 12260 rows
  • 2 columns
Loading...

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

Share link

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