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 |
Syntax
=HoldingsGainPercent_Real_time(Symbol)Returns
number
Real-time holdings gain percentage
Examples
=HoldingsGainPercent_Real_time("AAPL")=HoldingsGainPercent_Real_time("MSFT")When to Use
- Real-time portfolio tracking
- Position monitoring
- Performance dashboards
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Absolute gain | Holdings_GainReal_time() |
| Holdings value | HoldingsValue() |
| Non-real-time | HoldingsGainPercent() |
Common Issues & FAQ
How is gain calculated?
Based on current price vs. cost basis from holdings data.
Related Formulas
More MarketXLS Portfolio Analytics formulas you can use in the same worksheet:
