- Can you download your trading summary in CSV format? You should be able to.
- Do you monotonously manipulate that data in a spreadsheet?
- Do you then output to a PDF file?
- Would you like to automate the process?
- Are you interested in Python coding? Python beginner level is fine.
Completed Python Script - CSV to PDF with Pyfpdf
My broker allows me to download my transaction history for any time period during the last 2 years in CSV format - I then use the script to output a polished PDF file ready for printing. CSV directly to PDF in less than a second.
