Spaces:
Runtime error
Runtime error
| # Top 10 NASDAQ-100 stocks by market cap (as specified in the project) | |
| NASDAQ_100_SYMBOLS = [ | |
| "NVDA", # NVIDIA - semiconductors | |
| "AAPL", # Apple - consumer electronics | |
| "MSFT", # Microsoft - software | |
| "AMZN", # Amazon - e-commerce | |
| "GOOGL", # Alphabet Class A - internet services | |
| "GOOG", # Alphabet Class C - internet services | |
| "AVGO", # Broadcom - semiconductors | |
| "META", # Meta - social media | |
| "TSLA", # Tesla - automotive | |
| "PLTR", # Palantir - data analytics | |
| ] | |