Converter: eToro account statement (.PDF) to Parqet import file (.CSV)
Deutsch/German > Schritte zum Herunterladen des eToro Kontoauszugs
- Einstellungen -> Konto
- Dokumente -> Kontoauszug -> "Ansehen" klicken
- Datum auswählen -> gewünschten Zeitraum wählen -> "Benutzerdefiniert" auswählen, um den Zeitraum seit der Kontoerstellung zu wählen
- "Erstellen" klicken -> PDF oben rechts über das PDF Symbol herunterladen
Anforderungen
- Python 3.6 oder neuer
Schritte zur Verwendung des Konverters
- Installiere die benötigte Bibliothek mit dem Befehl: "pip install PyMuPDF"
- Lade die Datei "etoro_to_parqet.py" hier herunter.
- Erstelle einen Ordner namens "pdf" im selben Verzeichnis wie die Python Datei.
- Füge den eToro Kontoauszug (.PDF) in den "pdf" Ordner ein.
- Führe das Skript aus mit dem Befehl: "python etoro_to_parqet.py"
- Es werden zwei CSV Dateien erstellt: eine für Dividendenzahlungen und eine für geöffnete/geschlossene Positionen
- Ziehe in Parqet die CSV Datei per Drag & Drop auf das Upload Feld.
- Fertig!
Einschränkungen:
- Geht nur für Aktien/ETF's
- Korrekte Preise nur in USD
- andere Währungen "funktionieren" aber die Währung und der Preis müssen in Parqet korrigiert werden
- nur geschlossene Positionen werden hinzugefügt, daher sind offene Positionen nicht automatisch erfasst
- Teilverkäufe werden nicht korrekt abgebildet
English > Steps to get eToro account statement
- Settings -> Account
- Documents -> Account Statement -> Press "View"
- Select Date -> choose wanted timeframe -> select "Custom" to select since account creation
- Press "Create" -> Download the PDF from the top right by clicking the PDF-Icon
Requirements:
- Python 3.6 or newer
- PyMuPDF library
Steps to use the converter
- pip install PyMuPDF
- download the "etoro_to_parqet.py"
- add folder "pdf" in the same directory as the python file
- add the etoro PDF to the "pdf" folder
- run "python etoro_to_parqet.py"
- two CSV's will be created, one for dividend payments and one for open/closed positions
- in Parqet pull the CSV onto the screen and drop onto the "upload" field
- success!
Limitations:
- Only works for Stocks/ETFs
- Prices are only correct in USD
- Other currencies will "work", but the currency and price must be manually corrected in Parqet
- Only closed positions are added; open positions are not automatically captured
- Partial sales are not represented correctly