Holdings Gain Percent Real-Time
Returns the percentage gain or loss for holdings in real-time.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
Examples
=HoldingsGainPercent_Real_time("AAPL")=HoldingsGainPercent_Real_time("MSFT")When to Use
- Real-time portfolio tracking
- Position monitoring
- Performance dashboards
When NOT to Use
Common Issues & FAQ
Q: How is gain calculated? A: Based on current price vs. cost basis from holdings data.
