bramton / degiro

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

Get Transactions overview - Status Code 400 #16

Closed justinzweep closed 1 year ago

justinzweep commented 3 years ago

Hi, thanks for making this.

For me the getTransactions doesn't work I get a 400. Did degiro shut down this route or is it me messing up somewhere?

Chavithra commented 3 years ago

Hi,

Answer the request sent from the method getTransactions of this library seems to be the right one : so it should work.

Is it possible to see which parameters you used to call this function ?

Library This library no longer seems to be maintained : the last update (except for the License) was 10 months ago.

If you are looking for an alternative I made one :

https://github.com/Chavithra/degiro-connector

It is documented and I plan to maintain it for a while.