degiro-api icon indicating copy to clipboard operation
degiro-api copied to clipboard

An unofficial DeGiro API module for Python.

Results 2 degiro-api issues
Sort by recently updated
recently updated
newest added

I installed your api using "python -m pip install degiro-api", and used the example as in the main logging. the python throws ``` Traceback (most recent call last): File "degiro_api.py",...

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...

bug