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

Osw

@kaggle.cprimozi_robinhood_stock_popularity_history.osw
  • 75.59 KB
  • 7599 rows
  • 2 columns
Loading...

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

Otel

@kaggle.cprimozi_robinhood_stock_popularity_history.otel
  • 145.54 KB
  • 14917 rows
  • 2 columns
Loading...

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

Otex

@kaggle.cprimozi_robinhood_stock_popularity_history.otex
  • 149.79 KB
  • 14917 rows
  • 2 columns
Loading...

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

Otic

@kaggle.cprimozi_robinhood_stock_popularity_history.otic
  • 148.4 KB
  • 14957 rows
  • 2 columns
Loading...

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

Otlk

@kaggle.cprimozi_robinhood_stock_popularity_history.otlk
  • 81.44 KB
  • 7671 rows
  • 2 columns
Loading...

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

Otsky

@kaggle.cprimozi_robinhood_stock_popularity_history.otsky
  • 120.39 KB
  • 12293 rows
  • 2 columns
Loading...

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

Ottr

@kaggle.cprimozi_robinhood_stock_popularity_history.ottr
  • 146.6 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ottw

@kaggle.cprimozi_robinhood_stock_popularity_history.ottw
  • 144.32 KB
  • 14970 rows
  • 2 columns
Loading...

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

Ounz

@kaggle.cprimozi_robinhood_stock_popularity_history.ounz
  • 147.05 KB
  • 14956 rows
  • 2 columns
Loading...

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

Ousa

@kaggle.cprimozi_robinhood_stock_popularity_history.ousa
  • 150.05 KB
  • 14960 rows
  • 2 columns
Loading...

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

Ousm

@kaggle.cprimozi_robinhood_stock_popularity_history.ousm
  • 147.24 KB
  • 14971 rows
  • 2 columns
Loading...

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

Out

@kaggle.cprimozi_robinhood_stock_popularity_history.out
  • 149.79 KB
  • 14934 rows
  • 2 columns
Loading...

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

Ovb

@kaggle.cprimozi_robinhood_stock_popularity_history.ovb
  • 30.12 KB
  • 3007 rows
  • 2 columns
Loading...

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

Ovbc

@kaggle.cprimozi_robinhood_stock_popularity_history.ovbc
  • 36.59 KB
  • 3691 rows
  • 2 columns
Loading...

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

Ovchy

@kaggle.cprimozi_robinhood_stock_popularity_history.ovchy
  • 120.08 KB
  • 12294 rows
  • 2 columns
Loading...

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

Ovf

@kaggle.cprimozi_robinhood_stock_popularity_history.ovf
  • 30.02 KB
  • 3007 rows
  • 2 columns
Loading...

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

Ovid

@kaggle.cprimozi_robinhood_stock_popularity_history.ovid
  • 153.59 KB
  • 14974 rows
  • 2 columns
Loading...

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

Ovl

@kaggle.cprimozi_robinhood_stock_popularity_history.ovl
  • 30.04 KB
  • 3007 rows
  • 2 columns
Loading...

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

Ovlu

@kaggle.cprimozi_robinhood_stock_popularity_history.ovlu
  • 58.59 KB
  • 6002 rows
  • 2 columns
Loading...

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

Ovly

@kaggle.cprimozi_robinhood_stock_popularity_history.ovly
  • 144.73 KB
  • 14922 rows
  • 2 columns
Loading...

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

Ovm

@kaggle.cprimozi_robinhood_stock_popularity_history.ovm
  • 30.12 KB
  • 3007 rows
  • 2 columns
Loading...

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

Ovol

@kaggle.cprimozi_robinhood_stock_popularity_history.ovol
  • 58.64 KB
  • 6002 rows
  • 2 columns
Loading...

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

Ovs

@kaggle.cprimozi_robinhood_stock_popularity_history.ovs
  • 30.13 KB
  • 3007 rows
  • 2 columns
Loading...

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

Ovv

@kaggle.cprimozi_robinhood_stock_popularity_history.ovv
  • 7.19 KB
  • 499 rows
  • 2 columns
Loading...

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

Oxbr

@kaggle.cprimozi_robinhood_stock_popularity_history.oxbr
  • 150.45 KB
  • 14956 rows
  • 2 columns
Loading...

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

Share link

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