DegiroAPI
DegiroAPI copied to clipboard
An unofficial API for the trading platform Degiro, with the ability to get real time data and historical data
Since the beginning of september, 2FA is going to be mandatory for every degiro account. Did anyone try to test this module using 2FA? I am using it for automatic...
Hi guys :-) Following the examples: `daxsymbols = [] products = degiro.get_stock_list(6, 906) for product in products: daxsymbols.append(Product(product).symbol)` I am having the following error: File "C:\Users\victor\AppData\Local\Programs\Python\Python38\lib\site-packages\degiroapi\__init__.py", line 359, in get_stock_list...