STRASMORE/EXPLORE 2,170 QUERIES

UBER options tape into the Nov 6, 2019 lockup expiry: put and call contract volume by session

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-07-26, from IPO Lockup Expiration: Meaning & Release Date.

as of series 13×5read in context →
UBER options tape into the Nov 6, 2019 lockup expiry: put and call contract volume by session — 13 rows by 5 columns, computed from US exchange, SIP and OPRA data.
sessionput_contracts_kcall_contracts_kput_share_pctprints_k
2019-10-2311.311.649.32.8
2019-10-2421.411.664.82.5
2019-10-2514.313.451.72.9
2019-10-289.614.939.13.1
2019-10-2943.519.469.25.6
2019-10-304025.461.26.7
2019-10-3151.230.962.49
2019-11-0165.531.467.610.4
2019-11-04171.5119.658.936.6
2019-11-05226.2132.263.146.6
2019-11-06245.3116.567.841.5
2019-11-0769.165.851.214.5
2019-11-0851.748.651.59.6
Rows × columns
13 × 5
Period covered
to
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 UBER options tape into the Nov 6, 2019 lockup expiry: put and call contract volume by session, derived from the stored result.
ColumnTypeRangeNotes
session date 2019-10-23 to 2019-11-08
put_contracts_k number 9.6 to 245.3 count
call_contracts_k number 11.6 to 132.2 count
put_share_pct number 39.1 to 69.2 percent
prints_k number 2.5 to 46.6

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.

the exact SQL behind every number
SELECT toString(toDate(toTimeZone(sip_timestamp, 'America/New_York'))) AS session,
       round(sumIf(size, substring(ticker, length(ticker) - 8, 1) = 'P') / 1e3, 1) AS put_contracts_k,
       round(sumIf(size, substring(ticker, length(ticker) - 8, 1) = 'C') / 1e3, 1) AS call_contracts_k,
       round(100.0 * sumIf(size, substring(ticker, length(ticker) - 8, 1) = 'P') / sum(size), 1) AS put_share_pct,
       round(count() / 1e3, 1) AS prints_k
FROM global_markets.options_trades
WHERE ticker >= 'O:UBER19' AND ticker < 'O:UBER20'
  AND sip_timestamp >= toDateTime('2019-10-23 00:00:00') AND sip_timestamp < toDateTime('2019-11-09 00:00:00')
GROUP BY session
ORDER BY session

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisIPO Lockup Expiration: Meaning & Release Date
FB daily closes and volume, Oct 22 – Nov 13, 2012: the run-in to the giant lockup expiry (as-traded prices) series 15×5 FB from the eve of the Nov 14, 2012 unlock through month-end: did the expiry-day pop hold? series 13×4 Five famous lockup expirations: expiry-day price change and volume multiple vs. the prior session series 5×7 Medline (MDLN): the 20 sessions before its 180-day mark vs. every session from it, regular-hours volume and daily range series 2×8 Eight of H1 2026's biggest measured US IPOs: shares offered vs. shares outstanding at listing table 8×5 Daily high-low range and dollar volume by shares-outstanding tier: US common stocks, regular-hours sessions, June 11 to July 10, 2026 table 5×5 See all 2,170 queries →