degiro-connector icon indicating copy to clipboard operation
degiro-connector copied to clipboard

This is yet another library to access Degiro's API.

Results 36 degiro-connector issues
Sort by recently updated
recently updated
newest added

### Background We have run our script successfully on a daily basis for the past months. It uses the Quotecast API to fetch the latest price data of a ticker...

Changes in Spanish Contract (I suppose similar for all other countries?) to be applicable from October 1st: > 5.6 Herramientas Automatizadas No se permite al Cliente utilizar Herramientas Automatizadas en...

Hi, I'm struggling to get my user_token. I have inserted my user_name and password, but I get a concatenation error: Here's the errors: ` File "D:\degiro-connector-main\examples\trading\client_details_table.py", line 34, in trading_api.connect()...

Improve error handling capabilities for users by returning response_dict instead of None on error

403 {"errors":[{"text":"Request is forbidden"}]} # IMPORTATIONS import json import logging from degiro_connector.trading.api import API as TradingAPI from degiro_connector.trading.models.trading_pb2 import Credentials credentials = Credentials( username='DeGiroRobot', password='NotMyPassword!#', one_time_password=333333, ) # SETUP TRADING...

quotecast_api.connect() gets stuck with: DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): degiro.quotecast.vwdservices.com:443 but never returns (may timeout if I leave it long enough). @Chavithra could you help on this issue?

Is the endpoint product_search/secure/v5/options/underlyings supported? Thanks for the library!

Hi Chavithra, Thanks for providing this amazing API. I am running into an issue, where it seems that the options search cannot provide more than limit=1000. Do you know whether...

Dear community, I'm facing an issue with vwdservices to get stock prices since last Friday. Since then, seeking for a solution, I've updated all the outdated packages (didn't work). Here...

Hello, congratulations on this fantastic job you did! I have tried the example code supplied with the code https://github.com/Chavithra/degiro-connector/blob/main/examples/trading/favourite_list_create.py in a copy paste and I receive this error. ``` INFO:degiro_connector.trading.actions.action_connect:get_session_id:response_dict:...