pyFIFOtax icon indicating copy to clipboard operation
pyFIFOtax copied to clipboard

Simple Tax Reporting Tool for share transactions on foreign exchanges

Results 4 pyFIFOtax issues
Sort by recently updated
recently updated
newest added

- support for stock splits - support for automated AWV reporting - use `decimal.Decimal` for a more robust handling of floating point numbers - round sales proceeds as Schwab seems...

- Modify the converters to have one calling place (`converter.py`) - Add DEGIRO import - Transactions spreadsheet output according the new format Draft until the original PR is merged since...

**# 1** https://github.com/stadlmax/pyFIFOtax/blob/b0a828ba6419e196f712a51e038c5dbec3bb3f18/ibkr_converter.py#L65 As far as I can understand, the execution never goes past this line because `_check_forex_header` is called only from `_process_forex`, which has ``` if self.row[0] != "Trades"...

thanks to cursor and claude, an interactive ui for conversions, report generations, and a nicer export to PDF