degiro-connector
degiro-connector copied to clipboard
This is yet another library to access Degiro's API.
Dear Chavithra, With a bit of effort, I managed to obtain the degiro_connector package installed in a conda environment. Qualitatively, this is what I've done: created a conda version of...
Hello all, Today, I started working with the degiro connector api. I got 2FA working, but i was trying to run the update.py example. However, any of the UpdateRequests gives...
While learning from the example of product_search and applying it to search bonds, ETF and other products, I ended up in the product_search.py during my learning process, I had many...
Thanks for this amazing code and its documentation. A question, while testing the [realtime_poller example](https://github.com/Chavithra/degiro-connector/blob/main/examples/quotecast/realtime_poller.py), the dataframe is created by `ticker_to_py`. the functions `add_request_duration_column` `add_response_datetime_column` use the method `.map_elements`. Since...
as per today's discussion ([link](https://github.com/Chavithra/degiro-connector/issues/140#issue-2292365206)). This is a pull request with both modification needed to remove the warnings. return type for a map_element method declared explicity and hardcoded to avoid...
A bit of context, maybe it helps: My goal is to optimize portfolios that I can create with the stocks on the exchange(s) I have access without fee because of...
Hi need some help. I have been using the API for many years now though a Google Cloud fucntion, always working perfectly. Recently updated the code to 3.0.22, but I...
This relates to the [discussion](https://github.com/Chavithra/degiro-connector/issues/142) of few days ago.