A python interface to interact with the degiro trading platform.
The objectives of this package are:
1. Fetch the data from the website
2. Visualize it in realtime using custom graphs
3. Interface with a local database (MongoDB) for storing historical data and fast acess to information
4. Implement trading strategies (Moving averages)
5. Automatic portfolio managment
This package is based on:
- https://github.com/Sjord/get-rich-slowly
- https://github.com/pladaria/degiro