bramton / degiro

Very basic unofficial Python API for DeGiro
BSD 3-Clause "New" or "Revised" License
52 stars 16 forks source link

Transaction history #10

Open FelixBenning opened 4 years ago

FelixBenning commented 4 years ago

It appears that the requests sent in order to retrieve the transaction history is https://trader.degiro.nl/reporting/secure/v4/transactions?fromDate=01%2F01%2F2018&toDate=18%2F11%2F2019&groupTransactionsByOrder=false&intAccount=[Redacted]&sessionId=[Redacted]

Maybe this request could sometimes be included. It also appears to retrieve only productids and not names. So it might be nice to add the ticker in order to match it with data from other sources.

Also: apparently degiro still uses v4 requests sometimes.

FelixBenning commented 4 years ago

https://github.com/pladaria/degiro/issues/41#issue-340677477