Chavithra

Results 73 comments of Chavithra

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...

Hi there, I see a hard coded "userToken" in the code. You might want to remove that from the project history.

Hello guys, this link from @KenVanGilbergen appends to be an endpoint : https://trader.degiro.nl/reporting/secure/v6/accountoverview This endpoint seems to be handled by this library, with the following method : - getAccountState Hope...

First of all, thanks for sharing that's great ! For the rest of my response : beware that this is just my experience feedback. Since at this point, there is...

> wexert: > Really a great job! Awesome project! > But the result that i get from requestRealtimePrice are from 15 min ago... is there any way to solve this...

Hi there, this method "search_products" has two parameters : - search_text : the text you search - limit : the maximum number of product By default this "limit" is 1....

Hi, **Parameters** The names of the parameters are in this method signature : ```python def get_stock_list(self, indexId, stockCountryId): ``` **Possible values** One way you can get the possible `indices` and...

Hi, nice reverse engineering job, If you are looking for a python library which handles real-time data, I have made one : https://github.com/Chavithra/degiro-connector It is documented and I plan to...

Hi Jorricks, nice job you made there. Have you considered the following package ? https://github.com/Chavithra/degiro-connector It’s on pypi also.

Hello, what kind of properties about this product are you looking for ?