= module_shell_header('boersenchecker', [ 'title' => 'Depotverwaltung', ]) ?>
Die Umrechnung liest gespeicherte FX-Daten aus dem Mining-Checker. Eine Aktualisierung wird nur manuell angestossen und respektiert die dortige Max-Age-Logik.
Aktienkurse werden ueber Alpha Vantage anhand des hinterlegten API-Symbols / Tickers pro Aktie abgerufen.
Suche nach Firma oder Ticker ueber den Alpha-Vantage-`SYMBOL_SEARCH`-Endpoint und uebernimm einen Treffer direkt ins Positionsformular.
| Symbol | Name | Typ | Region | Waehrung | Match | Aktion |
|---|---|---|---|---|---|---|
| = e((string) ($result['symbol'] ?? '')) ?> | = e((string) ($result['name'] ?? '')) ?> | = e((string) ($result['type'] ?? '')) ?> | = e((string) ($result['region'] ?? '')) ?> | = e((string) ($result['currency'] ?? '')) ?> | = e((string) ($result['match_score'] ?? '')) ?> | In Formular uebernehmen |
| Depot | Aktie | ISIN / WKN | Stueck | Kauf | Letzter Kurs | Wert | Delta | Aktion |
|---|---|---|---|---|---|---|---|---|
| = e((string) ($portfolioById[(int) $position['portfolio_id']]['name'] ?? '')) ?> |
= e((string) $position['instrument_name']) ?>
= e((string) $position['symbol']) ?>
|
= e((string) ($position['isin'] ?: '-')) ?>
= e((string) ($position['wkn'] ?: '-')) ?>
|
= e($fmtNumber((float) $position['quantity'], 6)) ?> |
= e($fmtNumber((float) $position['purchase_price'], 4)) ?> = e((string) $position['purchase_currency']) ?>
= e((string) $position['purchase_date']) ?>
|
= e($fmtNumber((float) $position['latest_price'], 4)) ?> = e((string) $position['latest_currency']) ?>
= e((string) $position['latest_quoted_at']) ?>
kein Kurs
|
= e($fmtNumber((float) $position['current_total_base'])) ?> = e((string) $position['base_currency']) ?> n/a | = e($fmtNumber((float) $position['gain_base'])) ?> = e((string) $position['base_currency']) ?> n/a |
| Zeitpunkt | Kurs | Quelle | Aktion |
|---|---|---|---|
| = e((string) $quote['quoted_at']) ?> | = e($fmtNumber((float) $quote['price'], 4)) ?> = e((string) $quote['currency']) ?> | = e((string) $quote['source']) ?> |