Skip to content

sirindudler/parqet-etoro-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converter: eToro account statement (.PDF) to Parqet import file (.CSV)

Deutsch/German > Schritte zum Herunterladen des eToro Kontoauszugs

  1. Einstellungen -> Konto
  2. Dokumente -> Kontoauszug -> "Ansehen" klicken
  3. Datum auswählen -> gewünschten Zeitraum wählen -> "Benutzerdefiniert" auswählen, um den Zeitraum seit der Kontoerstellung zu wählen
  4. "Erstellen" klicken -> PDF oben rechts über das PDF Symbol herunterladen

Anforderungen

  • Python 3.6 oder neuer

Schritte zur Verwendung des Konverters

  1. Installiere die benötigte Bibliothek mit dem Befehl: "pip install PyMuPDF"
  2. Lade die Datei "etoro_to_parqet.py" hier herunter.
  3. Erstelle einen Ordner namens "pdf" im selben Verzeichnis wie die Python Datei.
  4. Füge den eToro Kontoauszug (.PDF) in den "pdf" Ordner ein.
  5. Führe das Skript aus mit dem Befehl: "python etoro_to_parqet.py"
  6. Es werden zwei CSV Dateien erstellt: eine für Dividendenzahlungen und eine für geöffnete/geschlossene Positionen
  7. Ziehe in Parqet die CSV Datei per Drag & Drop auf das Upload Feld.
  8. 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

  1. Settings -> Account
  2. Documents -> Account Statement -> Press "View"
  3. Select Date -> choose wanted timeframe -> select "Custom" to select since account creation
  4. 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

  1. pip install PyMuPDF
  2. download the "etoro_to_parqet.py"
  3. add folder "pdf" in the same directory as the python file
  4. add the etoro PDF to the "pdf" folder
  5. run "python etoro_to_parqet.py"
  6. two CSV's will be created, one for dividend payments and one for open/closed positions
  7. in Parqet pull the CSV onto the screen and drop onto the "upload" field
  8. 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

About

Transform etoro account statements (.PDF) into .csv for parqet.com import

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages