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

Flql

@kaggle.cprimozi_robinhood_stock_popularity_history.flql
  • 89.03 KB
  • 9106 rows
  • 2 columns
Loading...

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

Flqm

@kaggle.cprimozi_robinhood_stock_popularity_history.flqm
  • 88.81 KB
  • 9106 rows
  • 2 columns
Loading...

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

Flqs

@kaggle.cprimozi_robinhood_stock_popularity_history.flqs
  • 88.88 KB
  • 9106 rows
  • 2 columns
Loading...

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

Flr

@kaggle.cprimozi_robinhood_stock_popularity_history.flr
  • 153.01 KB
  • 14916 rows
  • 2 columns
Loading...

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

Flrn

@kaggle.cprimozi_robinhood_stock_popularity_history.flrn
  • 146.1 KB
  • 14944 rows
  • 2 columns
Loading...

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

Flrt

@kaggle.cprimozi_robinhood_stock_popularity_history.flrt
  • 10.55 KB
  • 914 rows
  • 2 columns
Loading...

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

Flru

@kaggle.cprimozi_robinhood_stock_popularity_history.flru
  • 138.18 KB
  • 14327 rows
  • 2 columns
Loading...

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

Fls

@kaggle.cprimozi_robinhood_stock_popularity_history.fls
  • 146.67 KB
  • 14916 rows
  • 2 columns
Loading...

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

Flsa

@kaggle.cprimozi_robinhood_stock_popularity_history.flsa
  • 109.07 KB
  • 11262 rows
  • 2 columns
Loading...

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

Flsp

@kaggle.cprimozi_robinhood_stock_popularity_history.flsp
  • 12.08 KB
  • 1082 rows
  • 2 columns
Loading...

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

Flsw

@kaggle.cprimozi_robinhood_stock_popularity_history.flsw
  • 137.82 KB
  • 14328 rows
  • 2 columns
Loading...

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

Flt

@kaggle.cprimozi_robinhood_stock_popularity_history.flt
  • 147.87 KB
  • 14943 rows
  • 2 columns
Loading...

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

Fltb

@kaggle.cprimozi_robinhood_stock_popularity_history.fltb
  • 144.73 KB
  • 14958 rows
  • 2 columns
Loading...

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

Fltr

@kaggle.cprimozi_robinhood_stock_popularity_history.fltr
  • 144.92 KB
  • 14951 rows
  • 2 columns
Loading...

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

Fltw

@kaggle.cprimozi_robinhood_stock_popularity_history.fltw
  • 138.44 KB
  • 14323 rows
  • 2 columns
Loading...

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

Flws

@kaggle.cprimozi_robinhood_stock_popularity_history.flws
  • 153.68 KB
  • 14924 rows
  • 2 columns
Loading...

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

Flxn

@kaggle.cprimozi_robinhood_stock_popularity_history.flxn
  • 151.6 KB
  • 14938 rows
  • 2 columns
Loading...

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

Flxs

@kaggle.cprimozi_robinhood_stock_popularity_history.flxs
  • 145.97 KB
  • 14938 rows
  • 2 columns
Loading...

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

Fly

@kaggle.cprimozi_robinhood_stock_popularity_history.fly
  • 148.83 KB
  • 14956 rows
  • 2 columns
Loading...

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

Flyt

@kaggle.cprimozi_robinhood_stock_popularity_history.flyt
  • 4.82 KB
  • 284 rows
  • 2 columns
Loading...

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

Flza

@kaggle.cprimozi_robinhood_stock_popularity_history.flza
  • 108.49 KB
  • 11262 rows
  • 2 columns
Loading...

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

Fm

@kaggle.cprimozi_robinhood_stock_popularity_history.fm
  • 145.93 KB
  • 14943 rows
  • 2 columns
Loading...

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

Fmao

@kaggle.cprimozi_robinhood_stock_popularity_history.fmao
  • 144.58 KB
  • 14974 rows
  • 2 columns
Loading...

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

Fmat

@kaggle.cprimozi_robinhood_stock_popularity_history.fmat
  • 145.25 KB
  • 14914 rows
  • 2 columns
Loading...

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

Fmb

@kaggle.cprimozi_robinhood_stock_popularity_history.fmb
  • 144.86 KB
  • 14956 rows
  • 2 columns
Loading...

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

Share link

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