Mid Historical
Returns the mid price (avg of bid/ask) on a historical date.
Examples
=Mid_Historical("AAPL", DATE(2024,1,15))When to Use
- Historical fair value
- Backtesting
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Current mid | MidPrice() |
Returns the mid price (avg of bid/ask) on a historical date.
=Mid_Historical("AAPL", DATE(2024,1,15))| Scenario | Use Instead |
|---|---|
| Current mid | MidPrice() |