Skip to content
/ r3k Public

Historical Russell 3000 Holdings with GICS Industries

Notifications You must be signed in to change notification settings

mjudell/r3k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

r3k

Collect historical Russell 3000 constitutents and GICS industries from iShares N-CSR filings.

HOWTO

Linux only.

# install 
git clone https://github.com/mjudell/r3k.git
pip install ./r3k

# set up directories
mkdir -p ncsr/raw
mkdir -p ncsr/parsed

# pull historical filings
r3k pull \
    --user-agent "Your Name name@domain.com"\
    --output ncsr/raw

# parse historical filings
r3k parse \
    --input ncsr/raw \
    --output ncsr/parsed

About

Historical Russell 3000 Holdings with GICS Industries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages