A small webapp that can be used to convert a DEGIRO transactions CSV file to CSV format suitable for importing into a Simply WallSt portfolio.
Using Python:
- Run
pip install -r requirements.txt - Run
python app/app.py - Open
http://localhost:8080/in your browser
Tested /w Python 3.11
As a container:
docker run -ti --rm --env OPENFIGI_API_KEY -p 8080:8080 ghcr.io/mpepping/simply-transactions-csv:latest- Open
http://localhost:8080/in your browser
Ticker symbols are queried from the OpenFIG API. Without an API key, you can only make 30 requests per minute.
Set OPENFIGI_API_KEY environment variable to your API key. Register for a free API key at https://openfigi.com/
An example of the target CSV format can be found here.