DegiroAPI
DegiroAPI copied to clipboard
degiro.orders - 404 error
A piece of code that used to work seems to have broken. Maybe it´s just a tempoary issue with the API though.
python orders = degiro.orders(datetime.now() - timedelta(days=10), datetime.now())
Gets the following:
Could not get orders. Response: `html
HTTP Status 404 – Not Found
`
Does anyone else get that, too?
Unrelated: After sending off orders, I´m trying to confirm when orders are executed, but find it quite cumbersome, polling the transactions. Has anyone a good solution?