Top 10 stocks
body {
font-family: ‘Segoe UI’, Arial, sans-serif;
background: #f8f9fa;
color: #333;
margin: 0;
padding: 0;
}
header {
background: #002b5b;
color: white;
text-align: center;
padding: 40px 20px;
}
header h1 { margin: 0; font-size: 2em; }
.container { max-width: 1100px; margin: 30px auto; background: white; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.stock { margin-bottom: 70px; border-bottom: 1px solid #ddd; padding-bottom: 40px;}
.stock:last-child { border: none; }
h2 { color: #002b5b; margin-bottom: 10px; }
.details p { line-height: 1.6; margin: 10px 0; }
table { width: 100%; border-collapse: collapse; margin-top: 10px; }
th, td { border: 1px solid #ddd; padding: 8px; }
th { background: #f2f2f2; text-align: left; }
img.stock-logo { width: 150px; display: block; margin-bottom: 20px; }
footer { text-align: center; background: #002b5b; color: white; padding: 20px; margin-top: 60px; }
@media(max-width:768px){ .container { padding: 15px; } header h1 { font-size: 1.5em; } }
Top 10 Stocks to Watch in 2025
Live charts, financial metrics, and insights for top global companies
1. Apple Inc. (AAPL)
Sector: Technology
| Market Cap | ~$3.7 Trillion |
|---|---|
| P/E Ratio | 33.1 |
| Net Margin | 26.9% |
Apple continues to dominate in innovation, services, and hardware — maintaining strong brand loyalty and profitability.
2. Microsoft Corp. (MSFT)
Sector: Cloud Computing / Software
| Market Cap | ~$4.0 Trillion |
|---|---|
| Net Margin | 36% |
Microsoft leads in cloud infrastructure and enterprise software, with AI integration driving its next growth wave.
3. NVIDIA Corp. (NVDA)
Sector: Semiconductors / AI
As the backbone of AI infrastructure, NVIDIA’s GPUs fuel innovation in data centers, gaming, and autonomous tech.
4. Amazon.com Inc. (AMZN)
Sector: E-commerce / Cloud
Amazon dominates online retail while AWS continues to be a profit powerhouse in the global cloud market.
5. Tesla Inc. (TSLA)
Sector: Electric Vehicles / Energy
Tesla’s leadership in EVs, battery storage, and AI-driven manufacturing continues to redefine the automotive industry.
6. Alphabet Inc. (GOOGL)
Sector: Internet / AI / Cloud
Alphabet’s AI innovations, strong YouTube presence, and digital ad dominance fuel its long-term growth potential.
7. Meta Platforms (META)
Sector: Social Media / AI / VR
Meta continues to leverage AI for ad optimization while building the metaverse ecosystem through Reality Labs.
8. Berkshire Hathaway (BRK.B)
Sector: Diversified Holding
Berkshire remains a symbol of stability, combining insurance, utilities, and top equity holdings like Apple.
9. JPMorgan Chase & Co. (JPM)
Sector: Banking / Finance
JPMorgan leads global finance with strong balance sheets and expanding digital banking platforms.
10. Johnson & Johnson (JNJ)
Sector: Healthcare / Pharmaceuticals
JNJ continues its legacy of stable growth, focusing on medical technology, consumer health, and pharmaceuticals.
function createChart(symbol, containerId) {
new TradingView.widget({
“width”: “100%”,
“height”: 400,
“symbol”: symbol,
“interval”: “D”,
“timezone”: “Etc/UTC”,
“theme”: “light”,
“style”: “1”,
“locale”: “en”,
“toolbar_bg”: “#f1f3f6”,
“enable_publishing”: false,
“hide_side_toolbar”: false,
“allow_symbol_change”: true,
“container_id”: containerId
});
}
createChart(“NASDAQ:AAPL”, “tradingview_aapl”);
createChart(“NASDAQ:MSFT”, “tradingview_msft”);
createChart(“NASDAQ:NVDA”, “tradingview_nvda”);
createChart(“NASDAQ:AMZN”, “tradingview_amzn”);
createChart(“NASDAQ:TSLA”, “tradingview_tsla”);
createChart(“NASDAQ:GOOGL”, “tradingview_googl”);
createChart(“NASDAQ:META”, “tradingview_meta”);
createChart(“NYSE:BRK.B”, “tradingview_brkb”);
createChart(“NYSE:JPM”, “tradingview_jpm”);
createChart(“NYSE:JNJ”, “tradingview_jnj”);