STRASMORE/EXPLORE 2,648 QUERIES

fast_minutes

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-26, from agentic-trading-bots-on-retail-brokerages.

as of ranking 5×4read in context →
fast_minutes — 5 rows by 4 columns, computed from US exchange, SIP and OPRA data.
tickerfast_minute_countwidest_minute_range_pctavg_minute_range_pct
NVDA3135.640.086
MSFT2095.30.072
AAPL1115.170.065
SPY303.880.03
KO264.830.057
Rows × columns
5 × 4
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for fast_minutes, derived from the stored result.
ColumnTypeRangeNotes
ticker text 5 distinct values (AAPL, KO, MSFT…)
fast_minute_count number 26 to 313 count
widest_minute_range_pct number 3.88 to 5.64 percent
avg_minute_range_pct number 0.03 to 0.086 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
    ticker,
    countIf(toFloat64(high) / toFloat64(low) - 1 >= 0.01)         AS fast_minute_count,
    round(100 * max(toFloat64(high) / toFloat64(low) - 1), 2)     AS widest_minute_range_pct,
    round(100 * avg(toFloat64(high) / toFloat64(low) - 1), 3)     AS avg_minute_range_pct
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker IN ('SPY', 'AAPL', 'NVDA', 'MSFT', 'KO')
  AND window_start >= '2026-01-02 00:00:00'
  AND window_start <  '2026-09-19 00:00:00'
  AND low > 0
GROUP BY ticker
ORDER BY fast_minute_count DESC
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisagentic-trading-bots-on-retail-brokerages
options_dte ranking 5×3 → fill_slices ranking 5×4 → quote_clock series 36×3 → settle_calendar series 12×6 → Top 25 weekly-options underlyings by distinct contracts traded, with expiration weekdays ranking 25×4 → Annualized volatility vs total return, 25 large caps, calmest to wildest (~2 years) ranking 25×3 → See all 2,648 queries →