8000 GitHub - RWLab/tlaqData: Data for the Trade Like a Quant Bootcamp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RWLab/tlaqData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlaqData

Data used in Trade Like a Quant Bootcamp.

Includes price history for ETFs representing major asset classes and Russell 1000 constituents.

The data is static (ie not updated).

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)

About

Data for the Trade Like a Quant Bootcamp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0