Skip to main content
Version: Upcoming

TickerDefinitionHist

Description

SpiderRock Ticker Definition records define instrument-level reference data for each ticker as of a given trading date — identifiers (security ID, ISIN, FIGI, CIK), classification (symbol type, issue class), listing venue (primary exchange, MIC and segment), shares outstanding, and contract conventions (par/point values, price format, tick size, default option root).

Start Dates

US start dates
Start Date
2010-01-04
EU start dates
Start Date
2025-10-26

Schema Definition

Field NameData TypeDescription
ticker_atstringTicker asset type
ticker_tsstringTicker source
ticker_tkstringTicker symbol
tradingDatedateTrading date
securityIDbigintSpiderRock security ID
symbolTypestringSecurity type ('Equity','ForeignIssue','ETF','ADR','PreferenceShare','Warrant','StapledSec','StructuredProd','WhenIssued','CashIndex','PreferredSec','TradeableRights','Bond','None')
namestringSecurity description / issuer name
countrystringCountry of incorporation
primaryCurrencystringPrimary trading currency
rateSourcestringInterest rate source
parValuefloatPar value
parValueCurrencystringPar value currency
pointValuefloatPoint (contract) value
pointCurrencystringPoint value currency
priceFormatstringPrice quotation format
minTickSizefloatMinimum tick size
primaryExchstringPrimary listing exchange
altIDbigintAlternate security identifier
micstringMarket Identifier Code (ISO 10383)
micSegstringMIC market segment
symbolstringExchange symbol
issueClassstringIssue class
sharesOutstandingbigintShares outstanding (in thousands)
cikstringSEC Central Index Key
isinstringISIN identifier
roundlotintRound lot size
tapeCodestringConsolidated tape code
hasOptionsstringWhether the underlier has listed options (Yes/No)
numOptionsintNumber of listed option contracts
regionalCompositeTicker_atstringRegional composite ticker asset type
regionalCompositeTicker_tsstringRegional composite ticker source
regionalCompositeTicker_tkstringRegional composite ticker symbol
defaultRootstringDefault option root
Exchangelist[struct]List of listing exchanges, each with its stock exchange code and per-exchange ticker (at/ts/tk)

Differences to V7

  • Renamed: securityDesc -> name, CntryofIncorp -> country, Currency -> primaryCurrency, Mic -> mic, ISIN -> isin
  • symbolType value-mapped from v7 securityType (EQS->Equity, ETF->ETF, PRF->PreferenceShare, DR->ADR, WAR->Warrant, STP->StapledSec, SP->StructuredProd, TRT->TradeableRights, PFS->PreferredSec); unmapped codes ('', ETC, UNT, CVR) -> None
  • sharesOutstanding rescaled from the v7 actual share count to thousands
  • primaryExch set to NULL (v7 carries only the composite-source token USCOMP, not a listing venue)
  • Dropped daily pricing columns openPrice, High, Low, closePrice, Volume (available in StockCloseMarkHist), plus SIC, GICS, ExchgCD, ExchgCntry, BbgCompositeGlobalID, BbgCompositeTicker, BbgExchangeTicker, altSecurityID2, timestamp
  • Added v8 columns with no v7 source (NULL/None in backfilled history): rateSource, parValue, parValueCurrency, pointValue, pointCurrency, priceFormat, minTickSize, altID, micSeg, symbol, issueClass, cik, roundlot, tapeCode, hasOptions, numOptions, regionalCompositeTicker_at/ts/tk, defaultRoot, Exchange
  • Coverage: the v7 source is NMS/listed-only, so OTC and ForeignIssue securities present in live v8 are absent from backfilled history