Add real portfolio tracking (RHM, DFNS, EXH1)

This commit is contained in:
Hoid 2026-03-02 08:13:23 +01:00
parent f240825fa7
commit 83c7a9d031

View file

@ -0,0 +1,29 @@
{
"description": "Real N26 portfolio positions - track and analyze hourly",
"positions": [
{
"name": "Rheinmetall AG",
"symbol": "RHM.DE",
"n26Name": "Rheinmetall",
"invested": 17000,
"notes": "Defense sector, benefiting from geopolitical tensions"
},
{
"name": "VanEck Defense ETF",
"symbol": "DFNS.PA",
"n26Name": "VanEck Defense",
"invested": 4000,
"notes": "Broad defense sector ETF"
},
{
"name": "iShares STOXX Europe 600 Oil & Gas",
"symbol": "EXH1.DE",
"n26Name": "iShares Oil & Gas",
"invested": 1200,
"notes": "European energy sector ETF"
}
],
"totalInvested": 22200,
"priceHistory": [],
"lastAnalysis": null
}