DeGiro V3 feedback #173
sandervankasteel
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi, Thanks for reporting this! When I run the tool with just those 3 lines it seems to work just fine, both V2 and V3. See the output below: {
"meta": {
"date": "2025-01-28T21:13:13.206Z",
"version": "v0"
},
"activities": [
{
"accountId": "2918fee8-180a-470c-9ac6-8138837d5fc7",
"comment": "Dividend NL0011821202 @ 17-01-2025T07:14",
"fee": 0.07,
"quantity": 1,
"type": "DIVIDEND",
"unitPrice": 0.48,
"currency": "EUR",
"dataSource": "YAHOO",
"date": "2025-01-17T07:14:00+01:00",
"symbol": "INGA.AS"
}
],
"updateCashBalance": false
} I just checked the code and there is a check to ignore records containing "flatex". Which version of the tool are you running? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been trying our your Export-To-Ghostfolio and the DeGiro V3 importer appears to be failing over the following line;
The problem appears to be fact that it breaks because there is no mutation value assigned to the row, but it's a row that's created
Example rows;
If there is something I can do, to help out, please let me know. I'm glad to help out with testing.
Beta Was this translation helpful? Give feedback.
All reactions