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
  • 57.04 kB
  • 5,611 rows
  • 2 columns
Loading...
CREATE TABLE gwgh (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gwph

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

Gwre

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

Gwrs

@kaggle.cprimozi_robinhood_stock_popularity_history.gwrs
  • 155.91 kB
  • 14,966 rows
  • 2 columns
Loading...
CREATE TABLE gwrs (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gww

@kaggle.cprimozi_robinhood_stock_popularity_history.gww
  • 152.34 kB
  • 14,929 rows
  • 2 columns
Loading...
CREATE TABLE gww (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gwx

@kaggle.cprimozi_robinhood_stock_popularity_history.gwx
  • 148.44 kB
  • 14,929 rows
  • 2 columns
Loading...
CREATE TABLE gwx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gxc

@kaggle.cprimozi_robinhood_stock_popularity_history.gxc
  • 150.93 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE gxc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gxf

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

Gxg

@kaggle.cprimozi_robinhood_stock_popularity_history.gxg
  • 149.44 kB
  • 14,916 rows
  • 2 columns
Loading...
CREATE TABLE gxg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gxgx

@kaggle.cprimozi_robinhood_stock_popularity_history.gxgx
  • 49.11 kB
  • 4,854 rows
  • 2 columns
Loading...
CREATE TABLE gxgx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gxtg

@kaggle.cprimozi_robinhood_stock_popularity_history.gxtg
  • 23.34 kB
  • 2,199 rows
  • 2 columns
Loading...
CREATE TABLE gxtg (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gyld

@kaggle.cprimozi_robinhood_stock_popularity_history.gyld
  • 149.91 kB
  • 14,926 rows
  • 2 columns
Loading...
CREATE TABLE gyld (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gyro

@kaggle.cprimozi_robinhood_stock_popularity_history.gyro
  • 147.14 kB
  • 14,963 rows
  • 2 columns
Loading...
CREATE TABLE gyro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gzpfy

@kaggle.cprimozi_robinhood_stock_popularity_history.gzpfy
  • 124.48 kB
  • 12,294 rows
  • 2 columns
Loading...
CREATE TABLE gzpfy (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

H

@kaggle.cprimozi_robinhood_stock_popularity_history.h
  • 152.22 kB
  • 14,951 rows
  • 2 columns
Loading...
CREATE TABLE h (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Ha

@kaggle.cprimozi_robinhood_stock_popularity_history.ha
  • 157.35 kB
  • 14,949 rows
  • 2 columns
Loading...
CREATE TABLE ha (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Habt

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

Hack

@kaggle.cprimozi_robinhood_stock_popularity_history.hack
  • 157.26 kB
  • 14,958 rows
  • 2 columns
Loading...
CREATE TABLE hack (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hacv

@kaggle.cprimozi_robinhood_stock_popularity_history.hacv
  • 121.89 kB
  • 12,306 rows
  • 2 columns
Loading...
CREATE TABLE hacv (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hacw

@kaggle.cprimozi_robinhood_stock_popularity_history.hacw
  • 122.11 kB
  • 12,304 rows
  • 2 columns
Loading...
CREATE TABLE hacw (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hae

@kaggle.cprimozi_robinhood_stock_popularity_history.hae
  • 150.91 kB
  • 14,937 rows
  • 2 columns
Loading...
CREATE TABLE hae (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hafc

@kaggle.cprimozi_robinhood_stock_popularity_history.hafc
  • 149.78 kB
  • 14,939 rows
  • 2 columns
Loading...
CREATE TABLE hafc (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Haha

@kaggle.cprimozi_robinhood_stock_popularity_history.haha
  • 131.13 kB
  • 13,229 rows
  • 2 columns
Loading...
CREATE TABLE haha (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hail

@kaggle.cprimozi_robinhood_stock_popularity_history.hail
  • 149.42 kB
  • 14,987 rows
  • 2 columns
Loading...
CREATE TABLE hail (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Hain

@kaggle.cprimozi_robinhood_stock_popularity_history.hain
  • 153.85 kB
  • 14,956 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.