Price Change (On Demand)

Gets the price change in dollars on-demand (snapshot) from QuoteMedia. This is the difference between the current price and the previous close.

Supported Symbol Formats

Type Format Example
US Stocks SYMBOL AAPL, MSFT
ETFs SYMBOL SPY, QQQ
Indices ^SYMBOL ^SPX, ^VIX

Notes

  • Returns a snapshot (does not auto-update)
  • Positive = stock is up; Negative = stock is down
  • Change = Last - PreviousClose

Examples

=QM_Change("AAPL")
Dollar change for Apple
=QM_Change("MSFT")
Dollar change for Microsoft
=QM_Change("SPY")
Dollar change for SPY ETF
=QM_Change(A1)
Symbol from cell reference

When to Use

  • Static gain/loss reports
  • One-time change lookups
  • When streaming is not needed
  • Snapshot reports

When NOT to Use

Scenario Use Instead
Need streaming change QM_Stream_Change()
Need percentage change QM_ChangePercent()
Need streaming percent change QM_Stream_PercentageChange()

Common Issues & FAQ

Q: Why doesn't the change update automatically? A: This is an on-demand function. Use QM_Stream_Change() for auto-updating.

Q: How do I get percentage change instead? A: Use QM_ChangePercent() for on-demand or QM_Stream_PercentageChange() for streaming.

Q: Why am I getting #N/A? A: Check that symbol format is correct.

Get Access to 1 Billion Usable Market data points IN YOUR EXCEL SHEETS WITH EASY TO USE EXCEL FUNCTIONS

Get started today
MarketXLS Excel Add-in Tutorial - How to Use Price Change (On Demand) and Other Financial Formulas
How does MarketXLS work?