Python project to transform a csv file from Trading212 into a csv file that can be used for a divtracker app.
- Click on History > Export history
- Check orders only
- Click on Export CSV
- install
pip install -r requirements.txt
- simplifying the process of converting a csv file
- Enter the path to your csv file
- Enter the path for your output csv file
- The output csv file can be imported to Transactions in the app
- csv file from Trading212
- csv file to DivTracker
- Add your own path to file and output file
- Does not add any currency other than dollars
- If you find any issue, please don't hesitate to report it via Issues
- If you have an idea to improve this game, please don't hesitate to create pull request via Pull requests
- Thanks to all 💚