STRASMORE/EXPLORE 2,170 QUERIES

FB daily closes and volume, Oct 22 – Nov 13, 2012: the run-in to the giant lockup expiry (as-traded prices)

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 15×5read in context →
FB daily closes and volume, Oct 22 – Nov 13, 2012: the run-in to the giant lockup expiry (as-traded prices) — 15 rows by 5 columns, computed from US exchange, SIP and OPRA data.
sessioncloseshares_mday_change_pctvs_peak_close_pct
2012-10-2219.3231.10-16.8
2012-10-2319.551.40.9-16
2012-10-2423.21193.1190
2012-10-2522.5374.3-2.9-2.9
2012-10-2621.9470.7-2.6-5.5
2012-10-3121.1294.4-3.7-9
2012-11-0121.2236.30.5-8.6
2012-11-0221.1837.7-0.2-8.8
2012-11-0521.2531.30.3-8.5
2012-11-0621.1927.2-0.3-8.7
2012-11-0720.4832.7-3.4-11.8
2012-11-082033.7-2.4-13.8
2012-11-0919.1941-4.1-17.3
2012-11-1220.09634.7-13.5
2012-11-1319.8870.2-1.1-14.4
Rows × columns
15 × 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 FB daily closes and volume, Oct 22 – Nov 13, 2012: the run-in to the giant lockup expiry (as-traded prices), derived from the stored result.
ColumnTypeRangeNotes
session date 2012-10-22 to 2012-11-13
close number 19.19 to 23.21 US dollars
shares_m number 27.2 to 193.1 count
day_change_pct number -4.1 to 19 percent
vs_peak_close_pct number -17.3 to 0 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.

the exact SQL behind every number
SELECT session, close, shares_m,
       round((close / lagInFrame(close, 1, close) OVER (ORDER BY session) - 1) * 100, 1) AS day_change_pct,
       round((close / max(close) OVER () - 1) * 100, 1) AS vs_peak_close_pct
FROM (
    SELECT toString(toDate(toTimeZone(window_start, 'America/New_York'))) AS session,
           round(argMax(close, window_start), 2) AS close,
           round(sum(toFloat64(volume)) / 1e6, 1) AS shares_m
    FROM global_markets.delayed_stocks_minute_aggs
    WHERE ticker = 'FB'
      AND window_start >= toDateTime('2012-10-22 00:00:00')
      AND window_start < toDateTime('2012-11-14 00:00:00')
      AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959
    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
UBER options tape into the Nov 6, 2019 lockup expiry: put and call contract volume by session series 13×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 →