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

Added support for Kraken.com trade and ledger data #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

7cada
Copy link

@7cada 7cada commented Jun 3, 2019

Add Kraken support

7cada added 2 commits June 3, 2019 19:39
…national).

The header of the exported csv is:
Uuid,Exchange,TimeStamp,OrderType,Limit,Quantity,QuantityRemaining,Commission,Price,PricePerUnit,IsConditional,Condition,ConditionTarget,ImmediateOrCancel,Closed
@probstj
Copy link
Owner

probstj commented Jun 20, 2019

The Kraken support added is fine, thank you very much!

But I don't understand how the Bittrex format can be so different than when added by anson-vandoren. Did they recently change the format? @anson-vandoren could you please also check the new format? We might need to add two different functions for adding Bittrex csv to not break the import of the old csv format.

Copy link
Contributor

@anson-vandoren anson-vandoren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@probstj it looks like they did change the CSV format. I don't use Bittrex at the moment, but did log back in and check the format. The changes from @7cada look correct for the new format, and since even past transactions will export in the new format, I don't see any reason to maintain two different versions.

Thanks, @7cada !

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 this pull request may close these issues.

3 participants