lolokraus / DegiroAPI

An unofficial API for the trading platform Degiro, with the ability to get real time data and historical data
MIT License
216 stars 86 forks source link

Product info #7

Closed pgoslatara closed 4 years ago

pgoslatara commented 4 years ago

Adding product_info function to return information concerning a specified product ID.

lolokraus commented 4 years ago

Isn't this feature already implemented by the search_products function, or do you want to implement it to search with the specified product ID. But you would have to get the ID first with the search_products function?

pgoslatara commented 4 years ago

@lolokraus In my use case I actually get the ID from the portfolio and am using the product_info function that way. I feel using the ID rather than the name is a more robust method, although having both methods also works.