Add onvista fallback for EU ETF/stock quotes in stonks script
This commit is contained in:
parent
f6f52ba1b9
commit
954ffebaad
3 changed files with 126 additions and 18 deletions
3
memory/onvista-cache.json
Normal file
3
memory/onvista-cache.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"IE000YYE6WK5": "241121751"
|
||||
}
|
||||
|
|
@ -1,10 +1,35 @@
|
|||
{
|
||||
"startingCapital": 1000,
|
||||
"cash": 1000,
|
||||
"cash": 300,
|
||||
"currency": "EUR",
|
||||
"positions": [],
|
||||
"positions": [
|
||||
{
|
||||
"symbol": "DFNS",
|
||||
"name": "VanEck Defense UCITS ETF A",
|
||||
"isin": "IE000YYE6WK5",
|
||||
"buyDate": "2026-02-13",
|
||||
"avgPrice": 55.93,
|
||||
"shares": 12.516,
|
||||
"amount": 700
|
||||
}
|
||||
],
|
||||
"limitOrders": [],
|
||||
"history": [],
|
||||
"watchlist": [
|
||||
{ "symbol": "RHM.DE", "isin": "DE0007030009", "name": "Rheinmetall", "note": "Buy if major dip >10%" },
|
||||
{ "symbol": "XDWD.DE", "isin": "IE00BJ0KDQ92", "name": "Xtrackers MSCI World", "note": "Safe diversification option" }
|
||||
],
|
||||
"history": [
|
||||
{
|
||||
"date": "2026-02-13",
|
||||
"action": "BUY",
|
||||
"symbol": "DFNS",
|
||||
"isin": "IE000YYE6WK5",
|
||||
"amount": 700,
|
||||
"price": 55.93,
|
||||
"reason": "European defense rearmament thesis. Diversified defense exposure via ETF. Strong momentum, geopolitical tailwinds."
|
||||
}
|
||||
],
|
||||
"notes": "N26 uses Xetra tickers. Always provide ISIN for orders. Fractional shares by EUR amount supported.",
|
||||
"created": "2026-02-12T20:00:00Z"
|
||||
"created": "2026-02-12T20:00:00Z",
|
||||
"lastUpdated": "2026-02-13T08:52:00Z"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue