-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product ID: where can I find this? #42
Comments
I tried searching for a product ID:
but that returns an error:
Is there a way to search for a product by ID? |
As a workaround, I'm doing a search by ISIN. Then I check all of the results to find the product ID I want:
|
I wonder what you are trying to do? For example, in my case, I want to buy German stock from Tradegate. products = degiro.search_products('DE000BASF111',5) |
I'm using search_products to look up a list of stocks. I tried to use the ISIN as the search key, but it seems that's not a unique number (the lookup yields the same stock on multiple stock exchanges). So if I want a specific exchange, I need to search via the product ID instead. I don't see this ID listed on the product page. Is it part of the URL?
example:
https://trader.degiro.nl/trader/#/products/14625503/overview -> product ID=14625503?
this seems to check out for the examples I've tried, but I'd like to make sure.
The text was updated successfully, but these errors were encountered: