-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstocks.txt
39 lines (39 loc) · 3.36 KB
/
stocks.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
let stocks = [
({symbol = "TSLA"; current_price = 260.13; volatility = 0.45; expected_return = 0.15}, 1);
({symbol = "GOOGL"; current_price = 165.27; volatility = 0.30; expected_return = 0.12}, 2);
({symbol = "NVDA"; current_price = 121.35; volatility = 0.40; expected_return = 0.18}, 3);
({symbol = "IBM"; current_price = 223.93; volatility = 0.25; expected_return = 0.10}, 1);
({symbol = "MSFT"; current_price = 429.93; volatility = 0.25; expected_return = 0.11}, 1);
({symbol = "AMZN"; current_price = 188.41; volatility = 0.35; expected_return = 0.14}, 2);
({symbol = "BIDU"; current_price = 106.98; volatility = 0.50; expected_return = 0.16}, 3);
({symbol = "IONQ"; current_price = 9.72; volatility = 0.60; expected_return = 0.20}, 33);
({symbol = "CRM"; current_price = 277.26; volatility = 0.30; expected_return = 0.13}, 1);
({symbol = "AMD"; current_price = 167.85; volatility = 0.45; expected_return = 0.17}, 2);
({symbol = "QUBT"; current_price = 0.67; volatility = 0.70; expected_return = 0.25}, 165);
({symbol = "RGTI"; current_price = 0.75; volatility = 0.65; expected_return = 0.23}, 127);
({symbol = "ARRXF"; current_price = 0.18; volatility = 0.80; expected_return = 0.28}, 582);
({symbol = "QBTS"; current_price = 0.92; volatility = 0.68; expected_return = 0.24}, 118);
({symbol = "NIO"; current_price = 6.70; volatility = 0.55; expected_return = 0.20}, 37);
({symbol = "AEVA"; current_price = 3.08; volatility = 0.75; expected_return = 0.26}, 223);
({symbol = "VLDR"; current_price = 1.26; volatility = 0.72; expected_return = 0.25}, 205);
({symbol = "ARBE"; current_price = 1.88; volatility = 0.68; expected_return = 0.24}, 151);
({symbol = "MVIS"; current_price = 1.15; volatility = 0.65; expected_return = 0.23}, 115);
({symbol = "GOEV"; current_price = 0.96; volatility = 0.85; expected_return = 0.30}, 798);
({symbol = "AUR"; current_price = 5.19; volatility = 0.78; expected_return = 0.27}, 255);
({symbol = "FRSX"; current_price = 0.70; volatility = 0.85; expected_return = 0.30}, 798);
({symbol = "SLI"; current_price = 1.63; volatility = 0.70; expected_return = 0.25}, 100);
({symbol = "NRVTF"; current_price = 0.094; volatility = 0.80; expected_return = 0.28}, 1000);
({symbol = "WWR"; current_price = 0.51; volatility = 0.75; expected_return = 0.26}, 200);
({symbol = "AMLI"; current_price = 0.55; volatility = 0.72; expected_return = 0.25}, 180);
({symbol = "CVU"; current_price = 3.33; volatility = 0.65; expected_return = 0.22}, 50);
({symbol = "BBAI"; current_price = 1.61; volatility = 0.70; expected_return = 0.24}, 100);
({symbol = "LUNA"; current_price = 1.90; volatility = 0.68; expected_return = 0.23}, 85);
({symbol = "ONDS"; current_price = 0.90; volatility = 0.75; expected_return = 0.26}, 180);
({symbol = "AVAV"; current_price = 215.39; volatility = 0.55; expected_return = 0.20}, 1);
({symbol = "HL"; current_price = 7.16; volatility = 0.50; expected_return = 0.15}, 20);
({symbol = "PATH"; current_price = 13.05; volatility = 0.55; expected_return = 0.19}, 15);
({symbol = "NOTE"; current_price = 1.17; volatility = 0.65; expected_return = 0.23}, 115);
({symbol = "SOUN"; current_price = 5.39; volatility = 0.60; expected_return = 0.20}, 45);
({symbol = "REKR"; current_price = 1.10; volatility = 0.60; expected_return = 0.22}, 82);
({symbol = "LTRX"; current_price = 4.27; volatility = 0.50; expected_return = 0.18}, 34);
]