A parody portfolio that combines NANC & KRUZ Subersive ETFs
- Currently only analyzes common stocks.
- Download pdfs from https://www.subversiveetfs.com/nanc and https://www.subversiveetfs.com/kruz with holdings date you're interested in analyzing.
- Use https://www.ilovepdf.com/ to convert the PDFs so that OCR can recognize it better.
- Use https://convertio.co/pdf-csv/ to convert PDF to CSV.
- (optional) Clean up the top and bottom part of text file that has some legal technalities. See
10-80-NANC-N-PORT-Part-F-123123-V5-Confidential.csv
.
Now you can either modify merge_etfs.py
python file or work with Jupyter Notebook. Refer to conda_env.txt
so you can import the environment get working right away on Anaconda.
All PR submissions welcome.
- Are there keywords other than PLC(a), Inc. etc that the script is not filtering properly? Feel free to edit merge_etfs.py conditional statements that filter them out.
- What's the correlation between two ETFs like?
- Track Bipartisan ETF stock prices.
- Make an equal distribution Bipartisn ETF portfolio, and compare performances with other ETFs.
- And any other insights are welcome.