Skip to main content

Application for parsing positions and displaying their current market value

Project description

TradeRepublic-Overview

Python application

Why was this made ?

Currently there is no web/desktop app for Trade Republic, meaning it's pretty hard to follow your depot without your phone. With this application it's really convenient to watch your depot grow while working on your computer.

What does it do ?

There are two options to read in your depot, one is to specify a folder with all your pdf you exported out of Trade Republic. It then automatically parses them for their ISINs and quantity. Other option is to specify a .csv file where you can explicitly state your positions. After the positions are read it periodically displays your positions with their current price and total worth.

This is what the output will look like: Example

How do I use it ?

Install via pip install traderep

Run the script with -h or --help to get following message:

usage: traderep [-h] [--folder FOLDER] [--csv CSV]

optional arguments:
-h, --help       show this help message and exit
--folder FOLDER  Specify folder you want to parse the pdfs in
--csv CSV        Specify the .csv file you want to use

What does the .csv file have to look like?

Example:

ISIN;QUANTITY;PRICE;
IE00B4L5Y983;50.0;62.28
...

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

traderep-1.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

traderep-1.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page