STRASMORE/EXPLORE 2,595 QUERIES

fig_symbol_history

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 figma-lockup-expiration.

as of ranking 16×4read in context →
fig_symbol_history — 16 rows by 4 columns, computed from US exchange, SIP and OPRA data.
yearsessionsearliest_printlatest_print
20072252007-02-092007-12-31
20082532008-01-022008-12-31
20092522009-01-022009-12-31
20102522010-01-042010-12-31
20112522011-01-032011-12-30
20122502012-01-032012-12-31
20132522013-01-022013-12-31
20142522014-01-022014-12-31
20152522015-01-022015-12-31
20162522016-01-042016-12-30
20172482017-01-032017-12-26
20221582022-05-172022-12-30
20232502023-01-032023-12-29
20242522024-01-022024-12-31
20252052025-01-022025-12-31
20261842026-01-022026-09-25
Rows × columns
16 × 4
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 fig_symbol_history, derived from the stored result.
ColumnTypeRangeNotes
year text 16 distinct values (2007, 2008, 2009…)
sessions number 158 to 253
earliest_print date 2007-02-09 to 2026-01-02
latest_print date 2007-12-31 to 2026-09-25

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(toYear(date)) AS year,
    count()                AS sessions,
    toString(min(date))    AS earliest_print,
    toString(max(date))    AS latest_print
FROM
(
    SELECT date
    FROM global_markets.stocks_daily_aggs
    WHERE ticker = 'FIG'
    GROUP BY date
)
GROUP BY year
ORDER BY year
⌘/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 analysisfigma-lockup-expiration
unlock_price_path ranking 11×4 → unlock_ladder_volume ranking 11×4 → release_ladder ranking 5×4 → ipo_float_math ranking 3×2 → iv_into_the_final_unlock series 45×4 → Top 25 weekly-options underlyings by distinct contracts traded, with expiration weekdays ranking 25×4 → See all 2,595 queries →