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

Dxd

@kaggle.cprimozi_robinhood_stock_popularity_history.dxd
  • 148.64 KB
  • 14939 rows
  • 2 columns
Loading...

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

Dxf

@kaggle.cprimozi_robinhood_stock_popularity_history.dxf
  • 22.3 KB
  • 2109 rows
  • 2 columns
Loading...

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

Dxge

@kaggle.cprimozi_robinhood_stock_popularity_history.dxge
  • 144.64 KB
  • 14914 rows
  • 2 columns
Loading...

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

Dxj

@kaggle.cprimozi_robinhood_stock_popularity_history.dxj
  • 146.53 KB
  • 14953 rows
  • 2 columns
Loading...

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

Dxjs

@kaggle.cprimozi_robinhood_stock_popularity_history.dxjs
  • 144.73 KB
  • 14931 rows
  • 2 columns
Loading...

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

Dxlg

@kaggle.cprimozi_robinhood_stock_popularity_history.dxlg
  • 148.67 KB
  • 14926 rows
  • 2 columns
Loading...

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

Dxpe

@kaggle.cprimozi_robinhood_stock_popularity_history.dxpe
  • 146.64 KB
  • 14922 rows
  • 2 columns
Loading...

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

Dxr

@kaggle.cprimozi_robinhood_stock_popularity_history.dxr
  • 149.16 KB
  • 14953 rows
  • 2 columns
Loading...

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

Dxyn

@kaggle.cprimozi_robinhood_stock_popularity_history.dxyn
  • 150.41 KB
  • 14940 rows
  • 2 columns
Loading...

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

Dy

@kaggle.cprimozi_robinhood_stock_popularity_history.dy
  • 150.22 KB
  • 14936 rows
  • 2 columns
Loading...

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

Dyai

@kaggle.cprimozi_robinhood_stock_popularity_history.dyai
  • 69.89 KB
  • 6962 rows
  • 2 columns
Loading...

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

Dyb

@kaggle.cprimozi_robinhood_stock_popularity_history.dyb
  • 139.38 KB
  • 14398 rows
  • 2 columns
Loading...

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

Dyls

@kaggle.cprimozi_robinhood_stock_popularity_history.dyls
  • 144.95 KB
  • 14966 rows
  • 2 columns
Loading...

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

Dynf

@kaggle.cprimozi_robinhood_stock_popularity_history.dynf
  • 74.08 KB
  • 7599 rows
  • 2 columns
Loading...

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

Dynt

@kaggle.cprimozi_robinhood_stock_popularity_history.dynt
  • 146.98 KB
  • 14922 rows
  • 2 columns
Loading...

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

Dzk

@kaggle.cprimozi_robinhood_stock_popularity_history.dzk
  • 145.07 KB
  • 14954 rows
  • 2 columns
Loading...

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

Dzsi

@kaggle.cprimozi_robinhood_stock_popularity_history.dzsi
  • 145.78 KB
  • 14933 rows
  • 2 columns
Loading...

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

Dzz

@kaggle.cprimozi_robinhood_stock_popularity_history.dzz
  • 146.32 KB
  • 14954 rows
  • 2 columns
Loading...

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

Ea

@kaggle.cprimozi_robinhood_stock_popularity_history.ea
  • 165.15 KB
  • 14940 rows
  • 2 columns
Loading...

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

Eacq

@kaggle.cprimozi_robinhood_stock_popularity_history.eacq
  • 137.61 KB
  • 14233 rows
  • 2 columns
Loading...

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

Ead

@kaggle.cprimozi_robinhood_stock_popularity_history.ead
  • 150.28 KB
  • 14961 rows
  • 2 columns
Loading...

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

Eadsy

@kaggle.cprimozi_robinhood_stock_popularity_history.eadsy
  • 129.94 KB
  • 12294 rows
  • 2 columns
Loading...

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

Eaf

@kaggle.cprimozi_robinhood_stock_popularity_history.eaf
  • 150.2 KB
  • 14782 rows
  • 2 columns
Loading...

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

Eagg

@kaggle.cprimozi_robinhood_stock_popularity_history.eagg
  • 106.38 KB
  • 10978 rows
  • 2 columns
Loading...

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

Earn

@kaggle.cprimozi_robinhood_stock_popularity_history.earn
  • 148.05 KB
  • 14958 rows
  • 2 columns
Loading...

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

Share link

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