Files
evotraders/backtest/team_dashboard/holdings.json
2026-03-30 17:46:44 +08:00

58 lines
1.0 KiB
JSON

[
{
"ticker": "MSFT",
"quantity": 60,
"currentPrice": 496.82,
"marketValue": 29809.2,
"weight": 0.3028
},
{
"ticker": "CASH",
"quantity": 1,
"currentPrice": 25395.1,
"marketValue": 25395.1,
"weight": 0.258
},
{
"ticker": "GOOGL",
"quantity": 50,
"currentPrice": 278.83,
"marketValue": 13941.5,
"weight": 0.1416
},
{
"ticker": "META",
"quantity": 20,
"currentPrice": 621.71,
"marketValue": 12434.2,
"weight": 0.1263
},
{
"ticker": "AMZN",
"quantity": 40,
"currentPrice": 244.41,
"marketValue": 9776.4,
"weight": 0.0993
},
{
"ticker": "AAPL",
"quantity": 30,
"currentPrice": 268.47,
"marketValue": 8054.1,
"weight": 0.0818
},
{
"ticker": "TSLA",
"quantity": -15,
"currentPrice": 429.52,
"marketValue": -6442.8,
"weight": 0.0655
},
{
"ticker": "NVDA",
"quantity": 20,
"currentPrice": 188.15,
"marketValue": 3763.0,
"weight": 0.0382
}
]