Field Reference
Two capabilities
Every field carries two orthogonal capability flags. Filterable fields can appear in filterExpression terminal filters and as the sort.field value. Projectable fields show up on the response record by default, and on the table-shaped tools can additionally be referenced from the includes / excludes projection slots. Most fields are both.
Field names are matched case-, separator-, and whitespace-insensitively, so STRIKE_PRICE, strikePrice, and "strike price" all resolve to the same field. Each entry below shows the canonical UPPER_SNAKE_CASE name on the left and any declared aliases on the right.
Option trade fields
Fields backed by option trade data. Drives every endpoint under /v1/options/tool/*. Price-valued fields are dollars on the API surface.
TICKERaliasesSYMBOLSECTORINDUSTRYEXCHANGEEXPIRATION_DATEaliasesEXPIRATION·EXPIRYDTEaliasesDAYS_TO_EXPIRATIONCONTRACT_TYPEaliasesOPTION_TYPECALL, PUT.STRIKE_PRICEaliasesSTRIKESTOCK_PRICEaliasesSPOT·SPOT_PRICE·UNDERLYING_PRICEASK_PRICEaliasesASKBID_PRICEaliasesBIDBID_ASK_SPREADOPTION_PRICEaliasesTRADE_PRICEPREMIUMSIZEaliasesQUANTITYVOLUMEOPEN_INTERESTaliasesOIIMPLIED_VOLATILITYaliasesIVMONEYNESS_IN_DOLLARSaliasesMONEYNESS_DOLLARSMONEYNESS_IN_PERCENTaliasesMONEYNESS_PERCENTMONEY_TYPEaliasesMONEYNESS_TYPEAT_THE_MONEY, IN_THE_MONEY, OUT_OF_THE_MONEY; the standard abbreviations (ATM, ITM, OTM) are accepted as input aliases. See the Moneyness List below.SENTIMENTaliasesSENTIMENT_TYPE·TRADE_SENTIMENTBULLISH, BEARISH, NEUTRAL.TRADE_SIDEaliasesSIDE·TRADE_SIDE_CODEABOVE_ASK, ASK, MID_MARKET, BID, BELOW_BID; the two-letter codes (AA, A, M, B, BB) are accepted as input aliases but never appear in responses. See the Trade Side List below.TRADE_TIMETRADE_TYPETRADE_CONSOLIDATION_TYPEaliasesCONSOLIDATION_TYPEBLOCK, SPLIT, SWEEP. Only on Order Flow Consolidated.Greeks
Filterable on every option trade endpoint. Higher-order greeks (charm, color, speed, etc.) are indexed and queryable, not just first-order.
DELTAGAMMATHETAVEGARHOCHARMCOLORSPEEDVANNAVOMMAVETAOMEGASIGMAULTIMAZOMMAEquity prints fields
Fields backed by processed equity print data. Drives every endpoint under /v1/equities/tool/*. The set is intentionally smaller than the option-trade surface; prints are a flatter record shape.
TICKERaliasesSYMBOLPRICEaliasesTRADE_PRICESIZEaliasesQUANTITYNOTIONAL_VALUEaliasesNOTIONALPRINT_TYPEaliasesEQUITY_PRINT_TYPE·TYPEDARK_POOL, LIT_POOL.ASK_PRICEaliasesASKBID_PRICEaliasesBIDASK_SIZEBID_SIZETRADE_SIDEaliasesSIDE·TRADE_SIDE_CODETRADE_TIMEIS_DELAYED_PRINTaliasesIS_PHANTOM_PRINT·PHANTOM_PRINT·IS_PHANTOM·PHANTOM·DELAYED_PRINT·DELAYED·IS_DELAYEDEnum values
Every type enum referenced on the API surface, with the full set of canonical names and (where they exist) the input aliases the API accepts. Match is case-, separator-, and whitespace-insensitive, so ABOVE_ASK, aboveAsk, and "above ask" all resolve to the same constant.
Options
Option contract type. Referenced on every option-trade endpoint as the contractType / contractTypes field. The single-letter OSI codes are accepted as aliases.
CALLaliasesCPUTaliasesP
Option moneyness classification. The standard finance-industry abbreviations (ATM / ITM / OTM) are accepted as aliases.
AT_THE_MONEYaliasesATMIN_THE_MONEYaliasesITMOUT_OF_THE_MONEYaliasesOTM
Bullish / bearish / neutral classification derived from (ContractType, TradeSide): ASK+CALL or BID+PUT → BULLISH; ASK+PUT or BID+CALL → BEARISH; MID_MARKET → NEUTRAL.
BEARISHBULLISHNEUTRAL
The kind of consolidation a row represents on the Order Flow Consolidated endpoint: BLOCK (single large print), SPLIT (one order split into multiple prints on a single exchange), or SWEEP (one order split across multiple exchanges, walking the NBBO for best price).
BLOCKSPLITSWEEP
Where a trade printed relative to the bid / ask spread. The two-letter codes (AA, A, M, B, BB) are accepted as aliases on input but never appear in responses. Order is price-descending to match the response iteration order.
ABOVE_ASKaliasesAATrade printed above the ask.
ASKaliasesATrade printed at the ask.
MID_MARKETaliasesMMIDTrade printed at the mid-market.
BIDaliasesBTrade printed at the bid.
BELOW_BIDaliasesBBTrade printed below the bid.
Trade Condition List33 values
OPRA trade-condition taxonomy classifying how each option trade was executed (auto-execution, ISO, auction, cross, floor trade, and the multi-leg / tied variations of each).
OUT_OF_SEQOut of sequence.
OPEN_OUT_OF_SEQOpen report out of sequence.
OPEN_IN_SEQOpen report in sequence.
SOLD_LASTSold last.
AUTOAuto-execution.
REOPENReopen.
CANCELCancel.
CANCEL_LASTCancel last.
CANCEL_OPENCancel open.
CANCEL_ONLYCancel only.
ISOIntermarket sweep order.
AUCTSingle-leg auction, non-ISO.
AUCT_ISOSingle-leg auction, ISO.
CROSSSingle-leg cross, non-ISO.
CROSS_ISOSingle-leg cross, ISO.
FLRSingle-leg floor trade.
MULTI_AUTO_COBMulti-leg auto-execution, complex order book.
MULTI_AUCT_COBMulti-leg auction, complex order book.
MULTI_CROSSMulti-leg cross.
M2M_FLRMulti-leg floor trade executed against other multi-leg orders.
M2S_AUTOMulti-leg auto-execution against single-leg orders.
TIED_MULTI_AUCT_COBTied multi-leg auction, complex order book.
M2S_AUCTMulti-leg auction against single-leg orders.
M2S_FLRMulti-leg floor trade against single-leg orders.
TIED_MULTI_AUTO_COBTied multi-leg auto-execution, complex order book.
TIED_MULTI_CROSSTied multi-leg cross.
TIED_MULTI_FLR_COBTied multi-leg floor trade, complex order book.
TIED_M2S_AUTOTied multi-leg auto-execution against single-leg orders.
TIED_M2S_AUCTTied multi-leg auction against single-leg orders.
TIED_M2S_FLRTied multi-leg floor trade against single-leg orders.
MULTI_FLR_PPMulti-leg floor trade of proprietary products.
MULTI_COMP_PPMultilateral compression trade of proprietary data products.
EXT_HOURSExtended-hours trade.
Exchange List76 values
Nanex-coded exchange-venue taxonomy used across the options and equities surfaces. Includes display venues, ETF designations, MTF / dark venues, and upstream metadata indexes.
COMPNanex composite.
NQEXNasdaq Exchange.
NQADNasdaq Alternative Display Facility.
NYSENew York Stock Exchange.
AMEXAmerican Stock Exchange.
CBOEChicago Board Options Exchange.
ISEXInternational Securities Exchange.
PACFNYSE ARCA (Pacific).
CINCNational Stock Exchange (Cincinnati).
PHILPhiladelphia Stock Exchange.
OPRAOptions Pricing Reporting Authority.
BOSTBoston Stock / Options Exchange.
NQNMNasdaq Global+Select Market (NMS).
NQSCNasdaq Capital Market (SmallCap).
NQBBNasdaq Bulletin Board.
NQPKNasdaq OTC.
NQIXNasdaq Indexes (GIDS).
CHICChicago Stock Exchange.
TSEToronto Stock Exchange.
CDNXCanadian Venture Exchange.
CMEChicago Mercantile Exchange.
NYBTNew York Board of Trade.
MRCYISE Mercury.
COMXCOMEX (division of NYMEX).
CBOTChicago Board of Trade.
NYMXNew York Mercantile Exchange.
KCBTKansas City Board of Trade.
MGEXMinneapolis Grain Exchange.
NYBONYSE / ARCA Bonds.
NQBSNasdaq Basic.
DOWJDow Jones Indices.
GEMIISE Gemini.
SIMXSingapore International Monetary Exchange.
FTSELondon Stock Exchange (FTSE).
EURXEurex.
IMPLImplied price.
DTNData Transmission Network.
LMTLondon Metals Exchange Matched Trades.
LMELondon Metals Exchange.
IPEXIntercontinental Exchange (IPE).
NQMFNasdaq Mutual Funds (MFDS).
FCECCOMEX Clearport.
C2CBOE C2 Option Exchange.
MIAXMiami Exchange (MIAX).
CLRPNYMEX Clearport.
BARKBarclays.
EMLDMiami Emerald Options Exchange.
NQBXNasdaq Boston.
HOTSHotSpot Eurex US.
EUUSEurex US.
EUEUEurex EU.
ENCMEuronext Commodities.
ENIDEuronext Index Derivatives.
ENIREuronext Interest Rates.
CFECBOE Futures Exchange.
PBOTPhiladelphia Board of Trade.
FCMECME Floor.
NQNXFINRA / Nasdaq Trade Reporting Facility.
BTRFBSE Trade Reporting Facility.
NTRFNYSE Trade Reporting Facility.
BATSBATS Trading.
FCBTCBOT Floor.
PINKPink Sheets.
BATYBATS Trading (Y).
EDGEDirect Edge.
EDGXDirect Edge X.
RUSLRussell Indexes.
CMEXCME Indexes.
IEXInvestors Exchange.
PERLMiami Pearl Options Exchange.
LSELondon Stock Exchange.
GIFNYSE Global Index Feed.
TSIXTSX Indexes.
MEMXMembers Exchange (MEMX).
LTSELong-Term Stock Exchange.
SPHRMIAX Sapphire.
Equities
Exchange Notification List36 values
Nasdaq / SIP / OPRA notification taxonomy: trade halts, regulatory events, IPO milestones, circuit breakers. Referenced by the Exchange Notifications endpoint's types filter and type response field.
C3Issuer news not forthcoming; quotations and trading to resume.
C4Qualifications halt ended; maintenance requirements met; trading resumes.
C9Qualifications halt concluded; filings met; quotations and trades resume.
C11Trade halt concluded by other regulatory authority; quotations and trades resume.
DSecurity deletion from Nasdaq / CQS.
IPO1IPO issue not yet trading.
IPOQIPO security released for quotation.
IPOEIPO security positioning window extension.
H4Non-compliance.
H9Not current.
H10SEC trading suspension.
H11Regulatory concern.
LUDPVolatility trading pause.
LUDSVolatility trading pause, straddle condition.
MVolatility trading pause.
M1Corporate action.
M2Quotation not available.
MWC0Market-wide circuit breaker halt: carry over from previous day.
MWC1Market-wide circuit breaker halt: level 1.
MWC2Market-wide circuit breaker halt: level 2.
MWC3Market-wide circuit breaker halt: level 3.
MWCQMarket-wide circuit breaker resumption.
O1Operations halt; contact market operations.
R1New issue available.
R2Issue available.
R4Qualifications issues reviewed or resolved; quotations and trading to resume.
R9Filing requirements satisfied or resolved; quotations and trading to resume.
REG_SHORegulation SHO.
T1News pending.
T2News released.
T3News and resumption times.
T5Single-stock trading pause in effect.
T6Extraordinary market activity.
T7Single-stock trading pause / quotation-only period.
T8Exchange-traded fund (ETF).
T12Additional information requested by Nasdaq.
FMP sector taxonomy. Referenced by the Market Map endpoint's sectors filter and sector response field, and by the SECTOR filter on every option-trade endpoint.
BASIC_MATERIALSCOMMUNICATION_SERVICESCONSUMER_CYCLICALCONSUMER_DEFENSIVEENERGYFINANCIAL_SERVICESHEALTHCAREINDUSTRIALSNOT_APPLICABLEREAL_ESTATETECHNOLOGYUTILITIES
Industry List160 values
FMP industry taxonomy. The double-underscore separator (e.g. ASSET_MANAGEMENT__BONDS) is a real character in the canonical name and survives the case / separator normalization unchanged.
ADVERTISING_AGENCIESAEROSPACE_AND_DEFENSEAGRICULTURAL_FARM_PRODUCTSAGRICULTURAL_INPUTSAGRICULTURAL__COMMODITIES_MILLINGAGRICULTURAL__MACHINERYAIRLINES_AIRPORTS_AND_AIR_SERVICESALUMINUMAPPAREL__FOOTWEAR_AND_ACCESSORIESAPPAREL__MANUFACTURERSAPPAREL__RETAILASSET_MANAGEMENTASSET_MANAGEMENT__BONDSASSET_MANAGEMENT__CRYPTOCURRENCYASSET_MANAGEMENT__GLOBALASSET_MANAGEMENT__INCOMEASSET_MANAGEMENT__LEVERAGEDAUTO__DEALERSHIPSAUTO__MANUFACTURERSAUTO__PARTSAUTO__RECREATIONAL_VEHICLESBANKSBANKS__DIVERSIFIEDBANKS__REGIONALBEVERAGES__ALCOHOLICBEVERAGES__NON_ALCOHOLICBEVERAGES__WINERIES_AND_DISTILLERIESBIOTECHNOLOGYBROADCASTINGBUSINESS_EQUIPMENT_AND_SUPPLIESCHEMICALSCHEMICALS__SPECIALTYCOALCOMMUNICATION_EQUIPMENTCOMPUTER_HARDWARECONGLOMERATESCONSTRUCTIONCONSTRUCTION_MATERIALSCONSULTING_SERVICESCONSUMER_ELECTRONICSCOPPERDEPARTMENT_STORESDISCOUNT_STORESDIVERSIFIED_UTILITIESDRUG_MANUFACTURERS__GENERALDRUG_MANUFACTURERS__SPECIALTY_AND_GENERICEDUCATION_AND_TRAINING_SERVICESELECTRICAL_EQUIPMENT_AND_PARTSELECTRONIC_GAMING_AND_MULTIMEDIAENGINEERING_AND_CONSTRUCTIONENTERTAINMENTENVIRONMENTAL_SERVICESFINANCIAL__CAPITAL_MARKETSFINANCIAL__CONGLOMERATESFINANCIAL__CREDIT_SERVICESFINANCIAL__DATA_AND_STOCK_EXCHANGESFINANCIAL__DIVERSIFIEDFINANCIAL__MORTGAGESFOOD_CONFECTIONERSFOOD_DISTRIBUTIONFURNISHINGS_FIXTURES_AND_APPLIANCESGAMBLING_RESORTS_AND_CASINOSGENERAL_TRANSPORTATIONGENERAL_UTILITIESGOLDGROCERY_STORESHARDWARE_EQUIPMENT_AND_PARTSHOME_IMPROVEMENTHOUSEHOLD_AND_PERSONAL_PRODUCTSINDEPENDENT_POWER_PRODUCERSINDUSTRIAL_MATERIALSINDUSTRIAL__CAPITAL_GOODSINDUSTRIAL__DISTRIBUTIONINDUSTRIAL__INFRASTRUCTURE_OPERATIONSINDUSTRIAL__MACHINERYINDUSTRIAL__POLLUTION_AND_TREATMENT_CONTROLSINDUSTRIAL__SPECIALTIESINFORMATION_TECHNOLOGY_SERVICESINSURANCE__BROKERSINSURANCE__DIVERSIFIEDINSURANCE__LIFEINSURANCE__PROPERTY_AND_CASUALTYINSURANCE__REINSURANCEINSURANCE__SPECIALTYINTEGRATED_FREIGHT_AND_LOGISTICSINTERNET_CONTENT_AND_INFORMATIONINVESTMENT__BANKING_AND_INVESTMENT_SERVICESLEISURELUXURY_GOODSMANUFACTURING__METAL_FABRICATIONMANUFACTURING__MISCELLANEOUSMANUFACTURING__TEXTILESMANUFACTURING__TOOLS_AND_ACCESSORIESMARINE_SHIPPINGMEDIA_AND_ENTERTAINMENTMEDICAL__CARE_FACILITIESMEDICAL__DEVICESMEDICAL__DIAGNOSTICS_AND_RESEARCHMEDICAL__DISTRIBUTIONMEDICAL__EQUIPMENT_AND_SERVICESMEDICAL__HEALTHCARE_INFORMATION_SERVICESMEDICAL__HEALTHCARE_PLANSMEDICAL__INSTRUMENTS_AND_SUPPLIESMEDICAL__PHARMACEUTICALSMEDICAL__SPECIALTIESNOT_APPLICABLEOIL_AND_GAS_DRILLINGOIL_AND_GAS_ENERGYOIL_AND_GAS_EQUIPMENT_AND_SERVICESOIL_AND_GAS_EXPLORATION_AND_PRODUCTIONOIL_AND_GAS_INTEGRATEDOIL_AND_GAS_MIDSTREAMOIL_AND_GAS_REFINING_AND_MARKETINGOTHER_PRECIOUS_METALSPACKAGED_FOODSPACKAGING_AND_CONTAINERSPAPER_LUMBER_AND_FOREST_PRODUCTSPERSONAL_PRODUCTS_AND_SERVICESPUBLISHINGRAILROADSREAL_ESTATE__DEVELOPMENTREAL_ESTATE__DIVERSIFIEDREAL_ESTATE__GENERALREAL_ESTATE__SERVICESREGULATED_ELECTRICREGULATED_GASREGULATED_WATERREIT__DIVERSIFIEDREIT__HEALTHCARE_FACILITIESREIT__HOTEL_AND_MOTELREIT__INDUSTRIALREIT__MORTGAGEREIT__OFFICEREIT__RESIDENTIALREIT__RETAILREIT__SPECIALTYRENEWABLE_UTILITIESRENTAL_AND_LEASING_SERVICESRESIDENTIAL_CONSTRUCTIONRESTAURANTSSECURITY_AND_PROTECTION_SERVICESSEMICONDUCTORSSHELL_COMPANIESSILVERSOFTWARE__APPLICATIONSOFTWARE__INFRASTRUCTURESOFTWARE__SERVICESSOLARSPECIALTY_BUSINESS_SERVICESSPECIALTY_RETAILSTAFFING_AND_EMPLOYMENT_SERVICESSTEELTECHNOLOGY_DISTRIBUTORSTELECOMMUNICATIONS_SERVICESTOBACCOTRAVEL_LODGINGTRAVEL_SERVICESTRUCKINGURANIUMWASTE_MANAGEMENT
News
News Topic List121 values
Quant Data's topic taxonomy. Each topic has two interchangeable input forms: the canonical UPPER_SNAKE_CASE name and the search-index display string. Both resolve to the same constant.
AFTER_HOURS_CENTERaliasesAfter-Hours CenterANALYST_COLORaliasesAnalyst ColorANALYST_RATINGSaliasesAnalyst RatingsASIAaliasesAsiaASSET_SALESaliasesAsset SalesBINARY_OPTIONSaliasesBinary OptionsBIOTECHaliasesBiotechBONDSaliasesBondsBROAD_US_EQUITY_ETFSaliasesBroad U.S. Equity ETFsBUYBACKSaliasesBuybacksCANNABISaliasesCannabisCOMMODITIESaliasesCommoditiesCONTRACTSaliasesContractsCROWDSOURCINGaliasesCrowdsourcingCRYPTOCURRENCYaliasesCryptocurrencyCURRENCY_ETFSaliasesCurrency ETFsDIVIDENDSaliasesDividendsDOWNGRADESaliasesDowngradesEARNINGSaliasesEarningsEARNINGS_BEATSaliasesEarnings BeatsEARNINGS_MISSESaliasesEarnings MissesECON_NUMBERSaliasesEcon #sECONOMICSaliasesEconomicsEDUCATIONaliasesEducationEMERGING_MARKET_ETFSaliasesEmerging Market ETFsEMERGING_MARKETSaliasesEmerging MarketsENTERTAINMENTaliasesEntertainmentENTREPRENEURSHIPaliasesEntrepreneurshipEQUITIESaliasesEquitiesESGaliasesESGETFSaliasesETFsEUROZONEaliasesEurozoneEVENTSaliasesEventsEXCLUSIVESaliasesExclusivesFDAaliasesFDAFEDERAL_RESERVEaliasesFederal ReserveFINANCIAL_ADVISORSaliasesFinancial AdvisorsFINANCINGaliasesFinancingFINTECHaliasesFintechFOREXaliasesForexFUTURESaliasesFuturesGAMINGaliasesGamingGENERALaliasesGeneralGLOBALaliasesGlobalGOVERNMENTaliasesGovernmentGUIDANCEaliasesGuidanceHEALTH_CAREaliasesHealth CareHEDGE_FUNDSaliasesHedge FundsHOTaliasesHotINITIATIONaliasesInitiationINSIDER_TRADESaliasesInsider TradesINSURANCEaliasesInsuranceINTERVIEWaliasesInterviewINTRADAY_UPDATEaliasesIntraday UpdateIPOSaliasesIPOsLARGE_CAPaliasesLarge CapLATIN_AMERICAaliasesLatin AmericaLEGALaliasesLegalLONG_IDEASaliasesLong IdeasM_AND_AaliasesM&AMACRO_ECONOMIC_EVENTSaliasesMacro Economic EventsMACRO_NOTIFICATIONaliasesMacro NotificationMANAGEMENTaliasesManagementMARKET_MOVING_EXCLUSIVESaliasesMarket-Moving ExclusivesMARKET_SUMMARYaliasesMarket SummaryMARKETSaliasesMarketsMEDIAaliasesMediaMID_CAPaliasesMid CapMOVERSaliasesMoversMOVERS_AND_SHAKERSaliasesMovers & ShakersMUTUAL_FUNDSaliasesMutual FundsNEW_ETFSaliasesNew ETFsNEWSaliasesNewsOFFERINGSaliasesOfferingsOPINIONaliasesOpinionOPTIONSaliasesOptionsPENNY_STOCKSaliasesPenny StocksPERSONAL_FINANCEaliasesPersonal FinancePOLITICSaliasesPoliticsPRE_MARKET_OUTLOOKaliasesPre-Market OutlookPREDICTION_MARKETSaliasesPrediction MarketsPRESS_RELEASESaliasesPress ReleasesPREVIEWSaliasesPreviewsPRICE_TARGETaliasesPrice TargetPRIVATE_MARKETSaliasesPrivate MarketsPSYCHEDELICSaliasesPsychedelicsPSYCHOLOGYaliasesPsychologyREAL_ESTATEaliasesReal EstateREGULATIONSaliasesRegulationsREITaliasesREITREITERATIONaliasesReiterationRESTAURANTSaliasesRestaurantsRETAIL_SALESaliasesRetail SalesREVIEWSaliasesReviewsRUMORSaliasesRumorsSECaliasesSECSECTOR_ETFSaliasesSector ETFsSHORT_IDEASaliasesShort IdeasSHORT_SELLERSaliasesShort SellersSIGNALSaliasesSignalsSMALL_BUSINESSaliasesSmall BusinessSMALL_CAPaliasesSmall CapSMALL_CAP_ANALYSISaliasesSmall Cap AnalysisSOCIAL_MEDIAaliasesSocial MediaSPACEaliasesSPACESPECIALTY_ETFSaliasesSpecialty ETFsSPORTSaliasesSportsSPORTS_BETTINGaliasesSports BettingSTARTUPSaliasesStartupsSTOCK_SPLITaliasesStock SplitSUCCESS_STORIESaliasesSuccess StoriesTECHaliasesTechTECHNICALSaliasesTechnicalsTERMINATIONaliasesTerminationTOP_STORIESaliasesTop StoriesTOPICSaliasesTopicsTRADING_IDEASaliasesTrading IdeasTRAVELaliasesTravelTREASURIESaliasesTreasuriesUPGRADESaliasesUpgradesWIIMaliasesWIIM
Per-ticker sentiment classification on a news article. Symbolic name backed by an integer score in the range -3..+3.
EXTREMELY_BEARISHScore -3.
MODERATELY_BEARISHScore -2.
SLIGHTLY_BEARISHScore -1.
NEUTRALScore 0.
SLIGHTLY_BULLISHScore 1.
MODERATELY_BULLISHScore 2.
EXTREMELY_BULLISHScore 3.
Alias cheatsheet
The most-used aliases collected in one place.
STRIKE→STRIKE_PRICESPOT,SPOT_PRICE,UNDERLYING_PRICE→STOCK_PRICEIV→IMPLIED_VOLATILITYOI→OPEN_INTERESTSYMBOL→TICKEROPTION_TYPE→CONTRACT_TYPEEXPIRY,EXPIRATION→EXPIRATION_DATEDTE→DAYS_TO_EXPIRATIONASK→ASK_PRICE,BID→BID_PRICESIZE→QUANTITYTRADE_PRICE→OPTION_PRICEon options endpoints,PRICEon equity printsSIDE,TRADE_SIDE_CODE→TRADE_SIDECONSOLIDATION_TYPE→TRADE_CONSOLIDATION_TYPENOTIONAL→NOTIONAL_VALUE
Where to go next
AND, OR, and nested terminals using these field names.