From 01cbcfc462032200bf9df6f348ca9f558753e058 Mon Sep 17 00:00:00 2001 From: Daniel Eriksson Date: Sun, 26 Nov 2023 20:47:22 +0100 Subject: [PATCH] Updated GET_STOCKS url to the newest link --- degiroapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degiroapi/__init__.py b/degiroapi/__init__.py index ddc8590..1bff097 100644 --- a/degiroapi/__init__.py +++ b/degiroapi/__init__.py @@ -14,7 +14,7 @@ class DeGiro(object): __CLIENT_INFO_URL = 'https://trader.degiro.nl/pa/secure/client' - __GET_STOCKS_URL = 'https://trader.degiro.nl/products_s/secure/v5/stocks' + __GET_STOCKS_URL = 'https://trader.degiro.nl/product_search/secure/v5/stocks' __PRODUCT_SEARCH_URL = 'https://trader.degiro.nl/product_search/secure/v5/products/lookup' __PRODUCT_INFO_URL = 'https://trader.degiro.nl/product_search/secure/v5/products/info' __ID_DICTIONARY_URL = 'https://trader.degiro.nl/product_search/config/dictionary'