What Are Native IEX System Events?
Native IEX System Events represent exchange-wide operational and market session transitions generated by the Investors Exchange.
Unlike symbol-specific data streams (such as Trades or Quotes), which report activity for individual securities, system events signal macro state changes across the entire IEX platform. Each record details the specific event code, human-readable status text, precise timestamp, and dedicated boolean state flags indicating critical trading day milestones.
The Native IEX System Events dataset provides raw venue status messages exactly as disseminated by the IEX matching engine. It allows developers to track protocol heartbeats, detect the start and end of system communications, and establish precise boundaries for regular market trading hours.
Unlike Level 1 Quotes or Level 2 Price Levels, which reflect continuous pricing and liquidity changes, System Events define the operational container and session rules within which orders are submitted, processed, or restricted.
Unlike Level 3 Order Book or Trades data, which track order lifecycle and execution prints for individual assets, System Events provide global timestamp anchors for the whole trading venue.
Developers routinely combine Native IEX System Events with Admin Messages, Level 1 Quotes, Level 2 Price Levels, and Level 3 Order Books to synchronize data feeds, validate market session state, and ensure execution algorithms operate strictly within permitted trading windows.
FinFeedAPI exposes Native IEX System Events through a consistent historical REST API, JSON-RPC proxy, and MCP interface.
