probstj / ccGains

Python package for calculating cryptocurrency trading profits and creating capital gains reports
GNU Lesser General Public License v3.0
49 stars 13 forks source link

Added Binance trade csv import PLOCs #6

Closed anson-vandoren closed 5 years ago

anson-vandoren commented 5 years ago

Added PLOCs for importing CSV files from the Binance exchange. Most columns were easy to determine, but the trading pairs are not separated, so splitting them out takes a separate helper function. If you see a better way to accomplish that, feel free to let me know and I will make changes

anson-vandoren commented 5 years ago

Needs further testing. Will re-open later