Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 531 Bytes

PDF to Excel/CSV converter for the quaterly SEC list of 13F securities

Simple python code to convert the PDF with the 13f securities to an excel and CSV format.

Change the pdfName in config.py to the correct PDF file (location).


Tested with python 3.10

Used libraries / dependencies
pdfplumber -> use version 0.5.27 (new version will add white spaces between lines)
numpy
xlsxwriter