-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error with csv from Kraken - earn not supported #174
Comments
The concept of earn (e.g. earning from staking) is already implemented in the taxation tool. But it the link is currently missing in book.py. (This can happen when earlier users didn't had this type of income and therefore didn't implemented it or when the exchange changes the export format which happens quite often. ) Checkout the book.py read function for your exchange and make sure that the operation type is correctly set. |
Hey @oldgitdaddy, Kraken recently updated their CSV export a bit and added new operations. Here's more information about the CSV export: https://support.kraken.com/hc/en-us/articles/360001169383-How-to-interpret-Ledger-history-fields I've recently implemented the earn operation in my Griffsano:margin_kraken branch / PR #120. |
Thanks Griffsano, PR worked for me! Hope it is merged soon! Good luck! 👍 |
Any advice on this error? I cannot believe that this is not supported. Thank you!
The text was updated successfully, but these errors were encountered: