DegiroAPI
DegiroAPI copied to clipboard
An unofficial API for the trading platform Degiro, with the ability to get real time data and historical data
Historic prices are given as array with pairs of index and price. Is there any way to get a timestamp for these?
Transactions grouping wasn't working due to the payload field format.
Hi, is there a possibility to get all the "header info", not just EUR (`Data.Type.CASHFUNDS`) I would like to log the Positive/Negative outcome of my investing which is in "Total...
Issue: Currently degrioapi does not permit log in with accounts that use Two Factor Authentication (2FA). Solution: If in the DeGiro.login method the user provides a TOTP code, the login...
Hi! I want to Show the Ask Price? But is not possible
# for example for s&p 500 stock list sp5symbols = [] products = degiro.get_stock_list(14, 846)# get s&p 500 stock list def get_stock_list(self, indexId, stockCountryId): # stock_list_params = { # 'indexId':...
This way I don't need to smash degiro api for getting info about each product in my portfolio
In the real_time_price class method, the price_payload query now gets adjusted - depending on the type of vwdIdentifierType is returned. This is needed for some products e.g. ES (E-mini S&P...
Hello all, I think most of you have seen that the number of issues and pull requests have been growing since a year without any action being taken by the...
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...