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

Ooma

@kaggle.cprimozi_robinhood_stock_popularity_history.ooma
  • 147.17 KB
  • 14963 rows
  • 2 columns
Loading...

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

Opb

@kaggle.cprimozi_robinhood_stock_popularity_history.opb
  • 145.21 KB
  • 14920 rows
  • 2 columns
Loading...

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

Opbk

@kaggle.cprimozi_robinhood_stock_popularity_history.opbk
  • 64.41 KB
  • 6585 rows
  • 2 columns
Loading...

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

Opch

@kaggle.cprimozi_robinhood_stock_popularity_history.opch
  • 5.36 KB
  • 332 rows
  • 2 columns
Loading...

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

Oper

@kaggle.cprimozi_robinhood_stock_popularity_history.oper
  • 129.44 KB
  • 13392 rows
  • 2 columns
Loading...

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

Opes

@kaggle.cprimozi_robinhood_stock_popularity_history.opes
  • 36.92 KB
  • 3731 rows
  • 2 columns
Loading...

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

Opgn

@kaggle.cprimozi_robinhood_stock_popularity_history.opgn
  • 40.3 KB
  • 3779 rows
  • 2 columns
Loading...

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

Ophc

@kaggle.cprimozi_robinhood_stock_popularity_history.ophc
  • 146.6 KB
  • 14942 rows
  • 2 columns
Loading...

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

Opi

@kaggle.cprimozi_robinhood_stock_popularity_history.opi
  • 94.84 KB
  • 9280 rows
  • 2 columns
Loading...

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

Opk

@kaggle.cprimozi_robinhood_stock_popularity_history.opk
  • 156.92 KB
  • 14926 rows
  • 2 columns
Loading...

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

Opnt

@kaggle.cprimozi_robinhood_stock_popularity_history.opnt
  • 148.72 KB
  • 14978 rows
  • 2 columns
Loading...

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

Opof

@kaggle.cprimozi_robinhood_stock_popularity_history.opof
  • 144.93 KB
  • 14914 rows
  • 2 columns
Loading...

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

Opp

@kaggle.cprimozi_robinhood_stock_popularity_history.opp
  • 145.82 KB
  • 14970 rows
  • 2 columns
Loading...

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

Opra

@kaggle.cprimozi_robinhood_stock_popularity_history.opra
  • 130.62 KB
  • 12920 rows
  • 2 columns
Loading...

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

Oprt

@kaggle.cprimozi_robinhood_stock_popularity_history.oprt
  • 32.64 KB
  • 3103 rows
  • 2 columns
Loading...

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

Oprx

@kaggle.cprimozi_robinhood_stock_popularity_history.oprx
  • 121.57 KB
  • 12221 rows
  • 2 columns
Loading...

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

Optn

@kaggle.cprimozi_robinhood_stock_popularity_history.optn
  • 149.21 KB
  • 14980 rows
  • 2 columns
Loading...

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

Optt

@kaggle.cprimozi_robinhood_stock_popularity_history.optt
  • 84.17 KB
  • 7815 rows
  • 2 columns
Loading...

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

Opy

@kaggle.cprimozi_robinhood_stock_popularity_history.opy
  • 145.45 KB
  • 14920 rows
  • 2 columns
Loading...

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

Oqal

@kaggle.cprimozi_robinhood_stock_popularity_history.oqal
  • 58.61 KB
  • 6002 rows
  • 2 columns
Loading...

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

Or

@kaggle.cprimozi_robinhood_stock_popularity_history.or
  • 149.51 KB
  • 14969 rows
  • 2 columns
Loading...

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

Ora

@kaggle.cprimozi_robinhood_stock_popularity_history.ora
  • 147.78 KB
  • 14922 rows
  • 2 columns
Loading...

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

Orbc

@kaggle.cprimozi_robinhood_stock_popularity_history.orbc
  • 151.07 KB
  • 14914 rows
  • 2 columns
Loading...

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

Orc

@kaggle.cprimozi_robinhood_stock_popularity_history.orc
  • 163.8 KB
  • 14922 rows
  • 2 columns
Loading...

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

Orcc

@kaggle.cprimozi_robinhood_stock_popularity_history.orcc
  • 49.36 KB
  • 4783 rows
  • 2 columns
Loading...

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

Share link

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