-
When converting the script does not respect the currency reported by DEGIRO. This results in the the stock price being JPY 22.40 in the export when it should be EURO 22.40.
```csv
Datum,Tijd,Valut…
-
When running the conversion the resulting JSON contains an entry with a `null` unit price (not accepted by Ghostfolio):
```json
{
"accountId": "guid-guid-guid-guid",
"co…
-
When using the DEGIRO conversion STOCK DIVIDEND is marked as a SELL:
```csv
14-09-2023,08:49,14-09-2023,STOCK,NLID,STOCK DIVIDEND: Koop 999 @ 0 EUR,,EUR,0.00,EUR,9999.99,
```
Results in:
`…
-
The conversion with debug enabled fails on all lines with VAT or a service fees with the error `[e] An error ocurred [sic] while trying to retrieve an empty symbol (line XXX)!`.
```csv
04-06-2024,08…
-
Hi Luca!
Your work is awesome! I would like to share this with the biggest Degiro community in Telegram. But I'm afraid nobody will use it as people will not trust login with user and password in a…
-
Hello!
degiro.get_stock_list(14, 846)
I am a beginner and would like to know, how i could to find out what parameter corresponds to numbers?.
eg. if i want list all usa nasdaq companies.
-
Is this the same package as degiroapi on pypi, what is the difference ?
-
Since the beginning of september, 2FA is going to be mandatory for every degiro account. Did anyone try to test this module using 2FA? I am using it for automatic data collection, 2FA would be annoyin…
-
I want to let you know how much I love this project, thank you for your amazing work in here. Probably the most useful degiro wrapper in python ever! Also, the work you have done in the examples is ve…
-
Hi need some help.
I have been using the API for many years now though a Google Cloud fucntion, always working perfectly.
Recently updated the code to 3.0.22, but I couldn't make the quotecast l…