Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlaqData

Data used in Trade Like a Quant Bootcamp.

Includes price history for ETFs representing major asset classes, Russell 1000 constituents, Hyperliquid high market cap perps, and spot Bitcoin.

The data is static (ie not updated).

Installation

if (!require(pacman)) install.packages("pacman")
library(pacman)
p_load_gh("RWLab/tlaqData", dependencies = FALSE, update = FALSE)

Usage

To load the asset class ETF data:

library(tlaqData)
data(prices)
head(prices)

To load the Russell 1000 data:

library(tlaqData)
data(r1000)
head(r1000)

To load the Bitcoin data:

library(tlaqData)
data(btc)
head(btc)

To load the Hyperliquid data:

library(tlaqData)
data(hyperliquid)
head(hyperliquid)

About

Data for the Trade Like a Quant Bootcamp

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages