Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEGIRO: unitPrice null after conversion. #124

Open
64knl opened this issue Nov 13, 2024 · 4 comments
Open

DEGIRO: unitPrice null after conversion. #124

64knl opened this issue Nov 13, 2024 · 4 comments
Assignees
Labels
Bug Something isn't working DEGIRO Related to DEGIRO

Comments

@64knl
Copy link

64knl commented Nov 13, 2024

When running the conversion the resulting JSON contains an entry with a null unit price (not accepted by Ghostfolio):

{
            "accountId": "guid-guid-guid-guid",
            "comment": "",
            "fee": 2.8, // Why?
            "quantity": 1,
            "type": "DIVIDEND",
            "unitPrice": null, // <- this is the issue
            "currency": "EUR",
            "dataSource": "YAHOO",
            "date": "2023-07-04T17:20:00+00:00",
            "symbol": "DSFIR.AS" // DSM-Firmenich AG
}

The associated source transaction seems to be:

04-07-2023,17:20,04-07-2023,,,"Overboeking van uw geldrekening bij flatexDEGIRO Bank 2,08 EUR",,,,EUR,9999999.99
04-07-2023,17:20,04-07-2023,FLATEX EURO BANKACCOUNT,NLFLATEXACNT,Degiro Cash Sweep Transfer,,EUR,2.08,EUR,888888.88,

This transaction seems unrelated to DSM-Firmenich.

@dickwolff
Copy link
Owner

Thanks for reporting. I would expectthese records to be ignored, as both "flatex" and "cash sweep" are on the ignore list. I will try and verify if there is a reason they are not.

@dickwolff dickwolff added Bug Something isn't working DEGIRO Related to DEGIRO labels Nov 13, 2024
@dickwolff dickwolff self-assigned this Nov 13, 2024
@dickwolff
Copy link
Owner

Weirdly enough, when I run the tool with the lines you provided (with DEGIRO V3), they are ignored (as expected). I had to add a comma (,) after the first line though, but I don't think that is your issue.

Can you perhaps provide some more lines of the CSV that are around these lines? Perhaps some other record influences this.

@64knl
Copy link
Author

64knl commented Nov 20, 2024

@dickwolff Happy to share the surrounding data, preferably less public than this ticket.

@dickwolff
Copy link
Owner

Sure! You could send me a message on Telegram of a DM on Twitter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working DEGIRO Related to DEGIRO
Projects
None yet
Development

No branches or pull requests

2 participants