-
For example the Trading API might return a negative response while creating or updating orders, see for example the error response in https://github.com/Chavithra/degiro-connector/pull/50#issuecommen…
-
Hey Guys,
Thanks a lot for developing this API, it really is a gift from above. You are an angel!
To further improve the security, I was thinking to implement 2FA (à la: https://github.com/pladar…
-
Hey!
First off, thanks for open sourcing this work, nicely done! I was super lucky to run into this. I just started a very similar side-project and it looks like I can build a POC of what I have in…
-
Hi. I think some changes with degiro's csv output is breaking the hardcoded column counts and might be a problem for dropping unused columns too. As a workaround I just hardcoded 12 columns as per the…
-
-
When a product is traded in a currency other than 'EUR', it'd be expected that the Purchase and Sale values to be used would be the actual transaction value (which takes into account the exchange rate…
-
Hi folks, can you tell me how can i get the real time price of one product, for example APPLE?
I only can see the closing price.
Thank you
-
Exchange rates with more than 3 digits after the decimal point are imported with loss in CSV Import. It causes DeGiro CSV files to not import due to calculation-data discrepancy. It is likely due to t…
-
I'm using: `degiro.search_products('ACWI')`
And the result is:
```
[{
'id': '1523265',
'name': 'SPDR MSCI ACWI ETF',
'isin': 'IE00B44Z5B48',
'symbol': 'SPYY',
'contractSize': 1.0,
'…
-
Hi,
A question from a programming nitwit. I have installed the modules on my MM but I am stuck with configuring the template. I will need some more support on that. How do I configure a template an…