DegiroAPI icon indicating copy to clipboard operation
DegiroAPI copied to clipboard

degiro.orders - 404 error

Open thomasf1 opened this issue 3 years ago • 0 comments

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

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?

thomasf1 avatar Aug 12 '22 04:08 thomasf1