You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: