-
Notifications
You must be signed in to change notification settings - Fork 32
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
No enough to sell #12
Comments
Hey @scientes, good eye. I fixed the bug. While testing I realized, that I am unable to gather a price for IOTA/EUR from 2017. IOTA/BTC exists, but I can not find a pair which matches with EUR (e.g. BTCEUR did not existed then). Do you have an idea for that? Over which pairs have you traded IOTA at that time? |
IOTA/ETH starts at 2017/09/15 edit: coinbase needs an api key for that |
Have you bought ETH/EUR on binance at that time? |
yes for standartising api acess take a look at #14 |
Weird that the historical data is missing, but you were able to trade the pair... Yeah, we should implement a fallback for this situation. I created a specific issue for this #15 because this issue is basically fixed. |
@provinzio sry i misread i bought via coinbase but wed still need a fallback to get data for this pair |
error:
2021-03-02 15:16:00,273 taxman ERROR test.csv: Line 5: Not enough IOTA in queue to sell (transaction from 2017-12-05 19:30:49+00:00 on binance)
Minimal reproducible example:
changing https://github.com/provinzio/CoinTaxman/blob/main/src/bilance_queue.py#L125
to
should fix that
But i'm Not sure how good the fix is
The text was updated successfully, but these errors were encountered: