Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schwab Transaction History format has changed (price is now before qty) #464

Closed
Lifebringr opened this issue Jan 18, 2024 · 0 comments · Fixed by #459
Closed

Schwab Transaction History format has changed (price is now before qty) #464

Lifebringr opened this issue Jan 18, 2024 · 0 comments · Fixed by #459

Comments

@Lifebringr
Copy link

File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/cgt_calc/parsers/schwab.py", line 194, in read_schwab_transactions
raise ParsingError(
cgt_calc.exceptions.ParsingError: While parsing schwab-transaction-history.csv, First line of Schwab transactions file must be something like 'Transactions for account ...'

Looking into the code and the file, it seems that it used to expected price column to be after quantity but this seems to have changed in the latest CSV export format

amaramrahul pushed a commit to amaramrahul/capital-gains-calculator that referenced this issue Jan 23, 2024
KapJI added a commit that referenced this issue Jan 29, 2024
Co-authored-by: Rahul Amaram <rahulamaram@fb.com>
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant