-
Notifications
You must be signed in to change notification settings - Fork 86
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
KeyError: 'vwdId' with the response #35
Comments
From the payload returned I can see there is no Probably as "No realtime data available for this exchange; trading is supported. Your orders will be sent to the exchange directly." {'id': '353237', 'name': 'GLANBIA PLC', 'isin': 'IE0000669501', 'symbol': 'GL9', 'contractSize': 1.0, 'productType': 'STOCK', 'productTypeId': 1, 'tradable': True, 'category': 'B', 'currency': 'EUR', 'exchangeId': '384', 'onlyEodPrices': True, 'orderTimeTypes': ['DAY', 'GTC'], 'buyOrderTypes': ['LIMIT', 'MARKET', 'STOPLOSS', 'STOPLIMIT'], 'sellOrderTypes': ['LIMIT', 'MARKET', 'STOPLOSS', 'STOPLIMIT'], 'productBitTypes': [], 'closePrice': 11.84, 'closePriceDate': '2021-03-17'} What would be the best course of action? Thanks again for this library |
I've tried a few things but can't get over the error. Is there a option how I could skip the KeyError: 'vwdId' and just use the info in the payload? |
Hello, what kind of properties about this product are you looking for ? |
Hi Chavithra The only figure I needed from the payload was the last price But I can't see away around it if Degiro has stopped reporting this share in real time now I'll just use the close of day price → Product(products[0]).close_price instead and that will work for me. I've learnt a lot about the library in the last couple of days looking for a solution! |
This seems to be a new issue only started over the weekend and only effects some shares.
It works if I check Tesla and other shares
Now this is probably a change on Degiros part but if I check this share Glanbia
The response doesn't seem to have a key 'vwdId'
Share Details:
SHARES
IRL | GL9 | IE0000669501 | EUR | ED
GLANBIA PLC
The text was updated successfully, but these errors were encountered: