Manage and monitor your investment portfolio
Total Value
${{ portfolioSummary().totalValue.toLocaleString() }}
Total P&L
{{ portfolioSummary().totalPnL > 0 ? '+' : '' }}${{ portfolioSummary().totalPnL.toLocaleString() }} ({{ portfolioSummary().totalPnLPercent.toFixed(2) }}%)
Day Change
{{ portfolioSummary().dayChange > 0 ? '+' : '' }}${{ portfolioSummary().dayChange.toLocaleString() }} ({{ portfolioSummary().dayChangePercent.toFixed(2) }}%)
Cash Available
${{ portfolioSummary().cash.toLocaleString() }}
{{ error() }}
No positions found
| Symbol | {{ position.symbol }} | Quantity | {{ position.quantity.toLocaleString() }} | Avg Price | ${{ position.avgPrice.toFixed(2) }} | Current Price | ${{ position.currentPrice.toFixed(2) }} | Market Value | ${{ position.marketValue.toLocaleString() }} | Unrealized P&L | {{ position.unrealizedPnL > 0 ? '+' : '' }}${{ position.unrealizedPnL.toLocaleString() }} ({{ position.unrealizedPnLPercent.toFixed(2) }}%) | Day Change | {{ position.dayChange > 0 ? '+' : '' }}${{ position.dayChange.toFixed(2) }} ({{ position.dayChangePercent.toFixed(2) }}%) |
|---|
Performance charts and analytics will be implemented here
Order history and management will be implemented here