band_trace
Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-09-24, from bulk-deals-vs-block-deals-in-india.
| session_date | high_above_vwap_pct | low_below_vwap_pct |
|---|---|---|
| 2026-06-01 | 1.15 | 0.78 |
| 2026-06-02 | 0.72 | 2.13 |
| 2026-06-03 | 1.74 | 0.87 |
| 2026-06-04 | 0.74 | 0.51 |
| 2026-06-05 | 1.52 | 1.07 |
| 2026-06-08 | 3.17 | 2.15 |
| 2026-06-09 | 2.98 | 1.48 |
| 2026-06-10 | 1.15 | 1.4 |
| 2026-06-11 | 0.98 | 1.56 |
| 2026-06-12 | 1.9 | 0.68 |
| 2026-06-15 | 0.6 | 1.48 |
| 2026-06-16 | 0.65 | 1.55 |
| 2026-06-17 | 1.67 | 0.93 |
| 2026-06-18 | 0.84 | 0.83 |
| 2026-06-22 | 1.25 | 0.65 |
| 2026-06-23 | 1.6 | 0.92 |
| 2026-06-24 | 1.64 | 0.65 |
| 2026-06-25 | 4.09 | 1.35 |
| 2026-06-26 | 1.28 | 2.96 |
| 2026-06-29 | 2.23 | 0.79 |
| 2026-06-30 | 0.64 | 2.63 |
- Rows × columns
- 21 × 3
- Period covered
- to
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
session_date |
date | 2026-06-01 to 2026-06-30 | |
high_above_vwap_pct |
number | 0.6 to 4.09 | percent |
low_below_vwap_pct |
number | 0.51 to 2.96 | percent |
Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.
Run it yourself
This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.
SELECT
toString(date) AS session_date,
round(100 * (toFloat64(high) / toFloat64(vwap) - 1), 2) AS high_above_vwap_pct,
round(100 * (toFloat64(vwap) / toFloat64(low) - 1), 2) AS low_below_vwap_pct
FROM global_markets.stocks_daily_aggs
WHERE ticker = 'AAPL'
AND date >= '2026-06-01'
AND date <= '2026-06-30'
AND vwap > 0
AND low > 0
ORDER BY date
ఈ డేటాతో మీ AI అసిస్టెంట్లో పని చేయండి
ఈ పేజీ డేటాతో, క్వెరీకి సిద్ధంగా తెరుచుకుంటుంది. ఉచితం, ఖాతా అవసరం లేదు.