Skip to content

Trade Republic

Trade Republic does not provide a native CSV export. Use the community pytr tool to download documents and create a CSV, then import it with the Trade Republic preset.

  1. Install pytr on your computer.

  2. Download your documents (you may be prompted for Trade Republic credentials):

    Terminal window
    uvx pytr dl_docs ./docs
  3. Convert the downloaded events to CSV:

    Terminal window
    uvx pytr export_transactions ./docs/all_events.json ./traderepublic.csv

The file is a CSV with columns such as Datum, Transactietype, and ISIN.

In the import wizard, choose Trade Republic, upload your file, and review the mapping. See CSV Import for the full walkthrough.