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

Pcef

@kaggle.cprimozi_robinhood_stock_popularity_history.pcef
  • 147.99 KB
  • 14937 rows
  • 2 columns
Loading...

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

Pcf

@kaggle.cprimozi_robinhood_stock_popularity_history.pcf
  • 113.96 KB
  • 11777 rows
  • 2 columns
Loading...

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

Pcg

@kaggle.cprimozi_robinhood_stock_popularity_history.pcg
  • 165.61 KB
  • 14924 rows
  • 2 columns
Loading...

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

Pch

@kaggle.cprimozi_robinhood_stock_popularity_history.pch
  • 147.52 KB
  • 14958 rows
  • 2 columns
Loading...

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

Pci

@kaggle.cprimozi_robinhood_stock_popularity_history.pci
  • 149.27 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pck

@kaggle.cprimozi_robinhood_stock_popularity_history.pck
  • 146.58 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pcm

@kaggle.cprimozi_robinhood_stock_popularity_history.pcm
  • 147.8 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pcn

@kaggle.cprimozi_robinhood_stock_popularity_history.pcn
  • 146.54 KB
  • 14959 rows
  • 2 columns
Loading...

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

Pcom

@kaggle.cprimozi_robinhood_stock_popularity_history.pcom
  • 146.27 KB
  • 14934 rows
  • 2 columns
Loading...

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

Pcq

@kaggle.cprimozi_robinhood_stock_popularity_history.pcq
  • 145.37 KB
  • 14961 rows
  • 2 columns
Loading...

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

Pcrfy

@kaggle.cprimozi_robinhood_stock_popularity_history.pcrfy
  • 129.22 KB
  • 12297 rows
  • 2 columns
Loading...

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

Pcrx

@kaggle.cprimozi_robinhood_stock_popularity_history.pcrx
  • 147.25 KB
  • 14946 rows
  • 2 columns
Loading...

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

Pcsb

@kaggle.cprimozi_robinhood_stock_popularity_history.pcsb
  • 36.92 KB
  • 3726 rows
  • 2 columns
Loading...

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

Pcti

@kaggle.cprimozi_robinhood_stock_popularity_history.pcti
  • 148.42 KB
  • 14955 rows
  • 2 columns
Loading...

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

Pcty

@kaggle.cprimozi_robinhood_stock_popularity_history.pcty
  • 150.25 KB
  • 14955 rows
  • 2 columns
Loading...

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

Pcy

@kaggle.cprimozi_robinhood_stock_popularity_history.pcy
  • 146.69 KB
  • 14919 rows
  • 2 columns
Loading...

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

Pcyg

@kaggle.cprimozi_robinhood_stock_popularity_history.pcyg
  • 146.15 KB
  • 14918 rows
  • 2 columns
Loading...

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

Pcyo

@kaggle.cprimozi_robinhood_stock_popularity_history.pcyo
  • 147.65 KB
  • 14919 rows
  • 2 columns
Loading...

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

Pd

@kaggle.cprimozi_robinhood_stock_popularity_history.pd
  • 75.44 KB
  • 7100 rows
  • 2 columns
Loading...

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

Pdbc

@kaggle.cprimozi_robinhood_stock_popularity_history.pdbc
  • 146.98 KB
  • 14949 rows
  • 2 columns
Loading...

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

Pdce

@kaggle.cprimozi_robinhood_stock_popularity_history.pdce
  • 148.11 KB
  • 14917 rows
  • 2 columns
Loading...

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

Pdco

@kaggle.cprimozi_robinhood_stock_popularity_history.pdco
  • 148.35 KB
  • 14917 rows
  • 2 columns
Loading...

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

Pdd

@kaggle.cprimozi_robinhood_stock_popularity_history.pdd
  • 139.92 KB
  • 13045 rows
  • 2 columns
Loading...

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

Pdec

@kaggle.cprimozi_robinhood_stock_popularity_history.pdec
  • 16.44 KB
  • 1562 rows
  • 2 columns
Loading...

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

Pdev

@kaggle.cprimozi_robinhood_stock_popularity_history.pdev
  • 45.9 KB
  • 4639 rows
  • 2 columns
Loading...

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

Share link

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