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

Gntx

@kaggle.cprimozi_robinhood_stock_popularity_history.gntx
  • 152.87 kB
  • 14,928 rows
  • 2 columns
Loading...
CREATE TABLE gntx (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gnty

@kaggle.cprimozi_robinhood_stock_popularity_history.gnty
  • 147.73 kB
  • 14,974 rows
  • 2 columns
Loading...
CREATE TABLE gnty (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gnus

@kaggle.cprimozi_robinhood_stock_popularity_history.gnus
  • 156.69 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE gnus (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gnw

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

Go

@kaggle.cprimozi_robinhood_stock_popularity_history.go
  • 59.52 kB
  • 5,453 rows
  • 2 columns
Loading...
CREATE TABLE go (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Goat

@kaggle.cprimozi_robinhood_stock_popularity_history.goat
  • 107.42 kB
  • 10,789 rows
  • 2 columns
Loading...
CREATE TABLE goat (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Goau

@kaggle.cprimozi_robinhood_stock_popularity_history.goau
  • 150.69 kB
  • 14,976 rows
  • 2 columns
Loading...
CREATE TABLE goau (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Goex

@kaggle.cprimozi_robinhood_stock_popularity_history.goex
  • 148.68 kB
  • 14,920 rows
  • 2 columns
Loading...
CREATE TABLE goex (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gof

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

Gogl

@kaggle.cprimozi_robinhood_stock_popularity_history.gogl
  • 133.69 kB
  • 12,808 rows
  • 2 columns
Loading...
CREATE TABLE gogl (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gogo

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

Gol

@kaggle.cprimozi_robinhood_stock_popularity_history.gol
  • 155.48 kB
  • 14,957 rows
  • 2 columns
Loading...
CREATE TABLE gol (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gold

@kaggle.cprimozi_robinhood_stock_popularity_history.gold
  • 165.68 kB
  • 14,942 rows
  • 2 columns
Loading...
CREATE TABLE gold (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Golf

@kaggle.cprimozi_robinhood_stock_popularity_history.golf
  • 151.73 kB
  • 14,970 rows
  • 2 columns
Loading...
CREATE TABLE golf (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Good

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

Goog

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

Googl

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

Goos

@kaggle.cprimozi_robinhood_stock_popularity_history.goos
  • 163.39 kB
  • 14,973 rows
  • 2 columns
Loading...
CREATE TABLE goos (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Goro

@kaggle.cprimozi_robinhood_stock_popularity_history.goro
  • 156.19 kB
  • 14,954 rows
  • 2 columns
Loading...
CREATE TABLE goro (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Goss

@kaggle.cprimozi_robinhood_stock_popularity_history.goss
  • 90.22 kB
  • 8,533 rows
  • 2 columns
Loading...
CREATE TABLE goss (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Govt

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

Gpaq

@kaggle.cprimozi_robinhood_stock_popularity_history.gpaq
  • 37.88 kB
  • 3,731 rows
  • 2 columns
Loading...
CREATE TABLE gpaq (
  "timestamp" TIMESTAMP,
  "users_holding" BIGINT
);

Gpc

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

Gpi

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

Gpk

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

Share link

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