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

Bx

@kaggle.cprimozi_robinhood_stock_popularity_history.bx
  • 58.64 KB
  • 5190 rows
  • 2 columns
Loading...

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

Bxbly

@kaggle.cprimozi_robinhood_stock_popularity_history.bxbly
  • 118.64 KB
  • 12292 rows
  • 2 columns
Loading...

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

Bxc

@kaggle.cprimozi_robinhood_stock_popularity_history.bxc
  • 148.34 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bxg

@kaggle.cprimozi_robinhood_stock_popularity_history.bxg
  • 146.18 KB
  • 14980 rows
  • 2 columns
Loading...

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

Bxmt

@kaggle.cprimozi_robinhood_stock_popularity_history.bxmt
  • 153.15 KB
  • 14958 rows
  • 2 columns
Loading...

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

Bxmx

@kaggle.cprimozi_robinhood_stock_popularity_history.bxmx
  • 145.78 KB
  • 14961 rows
  • 2 columns
Loading...

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

Bxp

@kaggle.cprimozi_robinhood_stock_popularity_history.bxp
  • 147.22 KB
  • 14958 rows
  • 2 columns
Loading...

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

Bxrx

@kaggle.cprimozi_robinhood_stock_popularity_history.bxrx
  • 19.55 KB
  • 1783 rows
  • 2 columns
Loading...

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

Bxs

@kaggle.cprimozi_robinhood_stock_popularity_history.bxs
  • 145.78 KB
  • 14956 rows
  • 2 columns
Loading...

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

By

@kaggle.cprimozi_robinhood_stock_popularity_history.by
  • 37.05 KB
  • 3726 rows
  • 2 columns
Loading...

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

Byd

@kaggle.cprimozi_robinhood_stock_popularity_history.byd
  • 152.93 KB
  • 14934 rows
  • 2 columns
Loading...

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

Byddy

@kaggle.cprimozi_robinhood_stock_popularity_history.byddy
  • 127.99 KB
  • 12293 rows
  • 2 columns
Loading...

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

Byfc

@kaggle.cprimozi_robinhood_stock_popularity_history.byfc
  • 150.57 KB
  • 14937 rows
  • 2 columns
Loading...

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

Byld

@kaggle.cprimozi_robinhood_stock_popularity_history.byld
  • 144.75 KB
  • 14930 rows
  • 2 columns
Loading...

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

Bym

@kaggle.cprimozi_robinhood_stock_popularity_history.bym
  • 144.9 KB
  • 14961 rows
  • 2 columns
Loading...

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

Bynd

@kaggle.cprimozi_robinhood_stock_popularity_history.bynd
  • 76.66 KB
  • 6602 rows
  • 2 columns
Loading...

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

Bysi

@kaggle.cprimozi_robinhood_stock_popularity_history.bysi
  • 149.14 KB
  • 14973 rows
  • 2 columns
Loading...

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

Bzh

@kaggle.cprimozi_robinhood_stock_popularity_history.bzh
  • 148.49 KB
  • 14956 rows
  • 2 columns
Loading...

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

Bzlfy

@kaggle.cprimozi_robinhood_stock_popularity_history.bzlfy
  • 119.05 KB
  • 12297 rows
  • 2 columns
Loading...

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

Bzm

@kaggle.cprimozi_robinhood_stock_popularity_history.bzm
  • 144.63 KB
  • 14961 rows
  • 2 columns
Loading...

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

Bzq

@kaggle.cprimozi_robinhood_stock_popularity_history.bzq
  • 147.48 KB
  • 14925 rows
  • 2 columns
Loading...

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

Bzun

@kaggle.cprimozi_robinhood_stock_popularity_history.bzun
  • 160.91 KB
  • 14962 rows
  • 2 columns
Loading...

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

C

@kaggle.cprimozi_robinhood_stock_popularity_history.c
  • 159.75 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ca

@kaggle.cprimozi_robinhood_stock_popularity_history.ca
  • 139.39 KB
  • 14184 rows
  • 2 columns
Loading...

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

Caap

@kaggle.cprimozi_robinhood_stock_popularity_history.caap
  • 38.08 KB
  • 3729 rows
  • 2 columns
Loading...

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

Share link

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