FKatenbrink / degiro-api

An unofficial DeGiro API module for Python.
MIT License
16 stars 9 forks source link

The DeGiro API for orders returns unexpected orders, if the span is more than 90 days #1

Open FKatenbrink opened 5 years ago

FKatenbrink commented 5 years ago

When requesting orders from https://trader.degiro.nl/reporting/secure/v4/order-history, if fromDate is more than 90 days before toDate, the API will not return orders as expected.

Observed behavior: The API returns all orders between fromDate and fromDate + 90 days.

Expected behavior: The API returns all orders between fromDate and toDate.