Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Listing requirements and the publisher attestation are in
| Addon | Publisher | Status | Licence | Runtime | Repo |
| --- | --- | --- | --- | --- | --- |
| Asset Amount & Cash Timeline | bryanrvo1511 | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/bryanrvo/Asset-amount-Cash-Timeline-add-on) |
| DeGiro Importer | shuisman | active | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/shuisman/degiro-importer) |
| Dividends Importer | kwaich | pending | none | SDK 3.6+ | [Repo](https://github.com/kwaich/dividend-tracker) |
| Wealthfolio Dividend Tracker | ragnarok896209 | pending | none | pre-3.6 — rebuild needed | [Repo](https://github.com/ragnarok-89/Wealthfolio-Dividend-Tracker) |
| Lunch Money Addon | elson8012 | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/elson/lunchmoney-addon) |
Expand Down
43 changes: 42 additions & 1 deletion community/derived.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-08-20T20:28:59.484Z",
"generatedAt": "2026-08-21T00:34:49.349Z",
"addons": {
"asset-and-cash-timeline": {
"id": "asset-and-cash-timeline",
Expand Down Expand Up @@ -54,6 +54,47 @@
"problems": [],
"warnings": []
},
"degiro-importer": {
"id": "degiro-importer",
"runtimeId": "degiro-importer",
"repository": "https://github.com/shuisman/degiro-importer",
"defaultBranch": "main",
"commit": "b6fa986a511352d9d14715425f85b197dd12efeb",
"license": "MIT",
"lastPushedAt": "2026-06-20",
"manifest": {
"name": "DeGiro Importer",
"version": "1.0.1",
"sdkVersion": "3.3.0",
"minWealthfolioVersion": null,
"permissions": [
{
"category": "accounts",
"purpose": "Read accounts so the user can select the import destination"
},
{
"category": "activities",
"purpose": "Import DeGiro activities and persist ISIN-to-ticker mappings between imports"
},
{
"category": "market",
"purpose": "Resolve ISINs to exchange tickers during the symbol mapping step"
}
]
},
"dataHandling": {
"userDataLeavesDevice": null,
"externalServices": [],
"basis": "Built before the 3.6 sandbox, when addons could reach the network without declaring it, so the manifest cannot show where data goes."
},
"compatibility": {
"state": "predates-sandbox",
"detail": "Built against SDK 3.3.0, before the 3.6 sandbox change. It may not work on current Wealthfolio."
},
"notices": [],
"problems": [],
"warnings": []
},
"dividend-tracker": {
"id": "dividend-tracker",
"runtimeId": "dividend-tracker",
Expand Down
19 changes: 19 additions & 0 deletions community/directory/degiro-importer/addon.store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../../../schemas/addon-store.schema.json",
"id": "degiro-importer",
"name": "DeGiro Importer",
"description": "Import account statements from DeGiro broker. Supports buys, sells, dividends, deposits, withdrawals, fees and taxes.",
"author": {
"name": "shuisman",
"url": "https://github.com/shuisman"
},
"trust": "community",
"status": "active",
"tags": [
"import",
"activities"
],
"commercialModel": "free",
"repository": "https://github.com/shuisman/degiro-importer",
"supportUrl": "https://github.com/shuisman/degiro-importer/issues"
}
Loading