stock/portfolio_history.json
2025-08-15 12:32:27 +02:00

24 lines
612 B
JSON

[
{
"time": "2025-08-15 10:29:00+00:00",
"cash": 10000.0,
"positions_value": 2999.9999999999804,
"positions_net": -2999.9999999999804,
"total_value": 10000.0,
"equity_from_start": 10000.0,
"unrealized_pnl": 0.0,
"realized_pnl_cum": 0.0,
"open_positions": 1
},
{
"time": "2025-08-15 10:30:00+00:00",
"cash": 9996.027808030158,
"positions_value": 0.0,
"positions_net": 0.0,
"total_value": 9996.027808030158,
"equity_from_start": 9996.027808030158,
"unrealized_pnl": 0.0,
"realized_pnl_cum": -3.972191969841845,
"open_positions": 0
}
]