STRASMORE/EXPLORE 2,595 QUERIES

profundidade

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-25, from broken-wing-butterfly-explained.

as of ranking 13×3read in context →
profundidade — 13 rows by 3 columns, computed from US exchange, SIP and OPRA data.
dias_ate_vencimentostrikes_negociadosstrikes_liquidos
33015
53912
66930
10352
12290
144810
20328
28252
354419
42320
49252
70527
98486
Rows × columns
13 × 3
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 profundidade, derived from the stored result.
ColumnTypeRangeNotes
dias_ate_vencimento number 3 to 98
strikes_negociados number 25 to 69
strikes_liquidos number 0 to 30

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
    toUInt32(days_to_expiry)                         AS dias_ate_vencimento,
    uniqExact(strike_price)                          AS strikes_negociados,
    uniqExactIf(strike_price, volume >= 500)         AS strikes_liquidos
FROM global_markets.options_greeks
WHERE underlying_symbol = 'AAPL'
  AND date = '2026-06-12'
  AND iv_converged = 1
  AND volume > 0
  AND days_to_expiry BETWEEN 1 AND 120
GROUP BY dias_ate_vencimento
ORDER BY dias_ate_vencimento
⌘/Ctrl + Enter

Trabalhe com estes dados no seu assistente de IA

Abre pronto para consultar, com os dados desta página. Grátis, sem conta.