tastyworks-pnl icon indicating copy to clipboard operation
tastyworks-pnl copied to clipboard

prepare German tax statement with Tastyworks transaction history

Results 12 tastyworks-pnl issues
Sort by recently updated
recently updated
newest added

Hi, I have download the transaction history from the tastytade web page but it doesnt match the expected format. It is in this format : Date,Type,Action,Symbol,Instrument Type,Description,Value,Quantity,Average Price,Commissions,Fees,Multiplier,Root Symbol,Underlying Symbol,Expiration...

hallo Florian, hast Du vielleicht auch ein Beispiel für einen **Reverse Stock Split**? Ich nutze dein Skript neben Tasty auch für Tradezero und hatte dort ich einen 10 zu 1...

Exporting the CSV is very error prone and causes a huge effort. Tastyworks released an official API to export the transaction history today: https://support.tastyworks.com/support/solutions/articles/43000700385-tastytrade-open-api This issue replaces my created issue...

Hello, the script does not work in the (rare) case of a special dividend which leads to a change in the options strike prices. The lines in the log are:...

Hi, warum wird eigentlich in dem Tool auf den WebClient für den CSV Download verwiesen? Warum kann man nicht den von der Plattform generierten nehmen. Eigentlich müsste doch das der...

This is my proposal for symbol changes. Test data attached. [symbol-change.csv](https://github.com/laroche/tastyworks-pnl/files/9595038/symbol-change.csv) It would be nice to also check if the replacement symbol is the correct one, but I think that's...

Depends on https://github.com/laroche/tastyworks-pnl/pull/23 I had trouble with this line: ``` 09/29/2021 12:01 AM | Money Movement | Balance Adjustment |   |   |   | 0 |   |   |   |   | 0.00...

Hello Laroche, first, thank you for this software. German Taxes are insanity and you have a much better understanding than I. I'm preparing a pull request with real changes. I'm...

In meinem Log habe ich den Use Case der Special Dividend. Hier wurden die Strikes angepasst. Fehlermeldung {noformat} Traceback (most recent call last): File "C:\Users\michael\tastyworks-pnl\tw-pnl.py", line 1148, in main(sys.argv[1:]) File...

Hey, I have encountered a "KeyError" when processing a forward split on an options spread. Traceback: ![image](https://user-images.githubusercontent.com/1610922/138698297-a874617c-f5e8-41f2-9ca4-87c3828eff79.png) Fields in the transaction.csv ![image](https://user-images.githubusercontent.com/1610922/138698895-c5d492c2-c499-4200-9b30-e1226b3fc338.png) [tsla_split.csv](https://github.com/laroche/tastyworks-pnl/files/7410142/tsla_split.csv)