TradeRepublicApi icon indicating copy to clipboard operation
TradeRepublicApi copied to clipboard

Unofficial trade republic API

Results 18 TradeRepublicApi issues
Sort by recently updated
recently updated
newest added

When trying to import myTransactions.csv by "Datei - Importieren" to Portfolio Performance, via: - using Wertpapiername for the last column - and the last number format in the dropdown (is...

Limit order (buy), e.g: await tr.limit_order(order_id, 'DE0007037129', 'buy', '1', '21.78', 'gfd') fails with Unrecognized state E data ['{"errors":[{"errorCode":"JSON_PARSE_ERROR","errorField":null,"errorMessage":"Subscription', 'payload', '', 'validation', 'failed","meta":{"source":"MAPPER"}}]}'] This json above really looks funny with "errorMessage"...

Since a while it seems TR changed the body texts.. the words "limit" plus "buy" or "sell" might have change positions. ``` # Sell elif ( (body.startswith("Verkauf") and not body.__contains__("Verkauf-Order...

Sometimes the amount and the price is swapped, as here in the first line for Amazon. Could also be a TR bug. ``` Datum;Typ;Stück;amount;Wert;Gebühren;ISIN;name .. 2020-10-19;Kauf;1375.0000;2.0;2751.0;1.0;US0231351067;Amazon 2020-10-16;Verkauf;9.9783;42.36;422.68;1.0;DE0005654933;Hella 2020-10-16;Kauf;5.0000;190.32;952.6;1.0;US87918A1051;Teladoc Health Inc.Dl-001...

timelineCsvConverter.py index out of range for selling a fractional share (giftby Stellantis) by market order, and selling I guess "Bezugsrechte" by Kion (this might be 2 bugs in 1 report):...

After running timelineExporter.py i got a verification sms. How to handle it? first run: Traceback (most recent call last): File "timelineExporter.py", line 11, in tr.login() File "../trapi/api.py", line 83, in...

Hi, I'm trying this library but I'm not able to download any company names. ```bash (.venv) etienne@latitude:~/dev/python/TradeRepublicApi/examples (default_language)$ python3 isinDownloader.py -i US72919P2020 Processing US72919P2020 US72919P2020 {'isin': '', 'company': {'name': None,...

As they have a web app now, it should be easier, no?

I tried today the api - first big thanks for provisioning this api. In my case for example i bought two times a share 6x shares 4x shares and executed...