Ask Price (On Demand)
Gets the current ask (offer) price on-demand (snapshot) from QuoteMedia. The ask is the lowest price sellers are willing to accept.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
| Options | OCC Symbol | AAPL240315C00170000 |
Notes
Examples
When to Use
- Order book analysis
- Spread calculations
- When streaming is not needed
- Static quote snapshots
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need streaming ask | QM_Stream_Ask() |
| Need bid price | QM_Bid() |
| Need last price | QM_Last() |
