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

Gwgh

@kaggle.cprimozi_robinhood_stock_popularity_history.gwgh
  • 55.7 KB
  • 5611 rows
  • 2 columns
Loading...

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

Gwph

@kaggle.cprimozi_robinhood_stock_popularity_history.gwph
  • 161.3 KB
  • 14956 rows
  • 2 columns
Loading...

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

Gwre

@kaggle.cprimozi_robinhood_stock_popularity_history.gwre
  • 148.29 KB
  • 14914 rows
  • 2 columns
Loading...

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

Gwrs

@kaggle.cprimozi_robinhood_stock_popularity_history.gwrs
  • 152.25 KB
  • 14966 rows
  • 2 columns
Loading...

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

Gww

@kaggle.cprimozi_robinhood_stock_popularity_history.gww
  • 148.77 KB
  • 14929 rows
  • 2 columns
Loading...

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

Gwx

@kaggle.cprimozi_robinhood_stock_popularity_history.gwx
  • 144.96 KB
  • 14929 rows
  • 2 columns
Loading...

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

Gxc

@kaggle.cprimozi_robinhood_stock_popularity_history.gxc
  • 147.39 KB
  • 14916 rows
  • 2 columns
Loading...

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

Gxf

@kaggle.cprimozi_robinhood_stock_popularity_history.gxf
  • 144.82 KB
  • 14916 rows
  • 2 columns
Loading...

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

Gxg

@kaggle.cprimozi_robinhood_stock_popularity_history.gxg
  • 145.94 KB
  • 14916 rows
  • 2 columns
Loading...

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

Gxgx

@kaggle.cprimozi_robinhood_stock_popularity_history.gxgx
  • 47.96 KB
  • 4854 rows
  • 2 columns
Loading...

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

Gxtg

@kaggle.cprimozi_robinhood_stock_popularity_history.gxtg
  • 22.79 KB
  • 2199 rows
  • 2 columns
Loading...

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

Gyld

@kaggle.cprimozi_robinhood_stock_popularity_history.gyld
  • 146.4 KB
  • 14926 rows
  • 2 columns
Loading...

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

Gyro

@kaggle.cprimozi_robinhood_stock_popularity_history.gyro
  • 143.69 KB
  • 14963 rows
  • 2 columns
Loading...

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

Gzpfy

@kaggle.cprimozi_robinhood_stock_popularity_history.gzpfy
  • 121.57 KB
  • 12294 rows
  • 2 columns
Loading...

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

H

@kaggle.cprimozi_robinhood_stock_popularity_history.h
  • 148.65 KB
  • 14951 rows
  • 2 columns
Loading...

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

Ha

@kaggle.cprimozi_robinhood_stock_popularity_history.ha
  • 153.66 KB
  • 14949 rows
  • 2 columns
Loading...

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

Habt

@kaggle.cprimozi_robinhood_stock_popularity_history.habt
  • 151.77 KB
  • 14959 rows
  • 2 columns
Loading...

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

Hack

@kaggle.cprimozi_robinhood_stock_popularity_history.hack
  • 153.58 KB
  • 14958 rows
  • 2 columns
Loading...

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

Hacv

@kaggle.cprimozi_robinhood_stock_popularity_history.hacv
  • 119.03 KB
  • 12306 rows
  • 2 columns
Loading...

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

Hacw

@kaggle.cprimozi_robinhood_stock_popularity_history.hacw
  • 119.25 KB
  • 12304 rows
  • 2 columns
Loading...

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

Hae

@kaggle.cprimozi_robinhood_stock_popularity_history.hae
  • 147.38 KB
  • 14937 rows
  • 2 columns
Loading...

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

Hafc

@kaggle.cprimozi_robinhood_stock_popularity_history.hafc
  • 146.27 KB
  • 14939 rows
  • 2 columns
Loading...

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

Haha

@kaggle.cprimozi_robinhood_stock_popularity_history.haha
  • 128.05 KB
  • 13229 rows
  • 2 columns
Loading...

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

Hail

@kaggle.cprimozi_robinhood_stock_popularity_history.hail
  • 145.91 KB
  • 14987 rows
  • 2 columns
Loading...

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

Hain

@kaggle.cprimozi_robinhood_stock_popularity_history.hain
  • 150.25 KB
  • 14956 rows
  • 2 columns
Loading...

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

Share link

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