Chavithra

Results 85 comments of Chavithra

You need to provide the `int_account` field in the Credentials model for this method to work. My discord is on my Github profile.

Hi @lucaga, I will take a look at that during the week. Feel free to join me on Discord if you want to chat about this. Thanks

Hi @lucaga, I guess the right type for these columns is `pl.Datetime`. For the impact let's see. PR are welcome ! Thanks for this feedback

Hi @lucaga, I wasn't aware of this endpoint limitating, thanks for the enlightenment. That would be a nice feature to have. I am sure that will help future users. Thanks

Hello there, PR #167 should have solved this issue. Thanks

Hello @AureliusMarcusHu, this was fixed in the latest release. Look like Degiro is migration URLs to "secure" versions. Thanks

Hello @nine1zero @uvrt , do you have a way to reproduce it ? Feel free to join me on Discord. Thanks

Hello there, I think I found the culprit. There was an invalid header. With this header Quotecast seems to work now: ``` "Referer": "https://trader.degiro.nl/trader" ``` A new version as been...

@MichielvanBeers looks like I was wrong about the header. I have ran the quotecast example script. And I am experiencing an intermittent bug: - Sometime it works - Sometime it...

Hello there, **PRODUCTS NAMES** This function doesn't return the products names, just their ids. One solution to get products names from their ids, is to use the `get_products_info` function like...