live wip stream
live stream of What’s in Play data for all tickers in the requested market and session. sends the current data immediately on connect, then pushes updates as market data changes. each event is a JSON object keyed by ticker symbol, with per-report analysis nested under each ticker. supports optional ticker filtering, report customization variants, and custom session windows for futures.
Authorizations
Use your Edgeful API key as the bearer token. In the API Reference authorization drawer, paste only the key (for example, ef_live_<random>).
Path Parameters
type of market to stream data for. use all to stream both stocks and futures together.
all, futures, stock "futures"
"stock"
Query Parameters
standard session to stream; one of NY, LONDON, ASIA. ignored when start_time and end_time are provided.
NY, LONDON, ASIA custom session start time, HH:MM, interpreted in timezone. provide together with end_time to define a custom intraday window; futures only.
custom session end time, HH:MM, interpreted in timezone. provide together with start_time to define a custom intraday window; futures only.
set to true when the custom session spans midnight (i.e., start_time is after end_time).
IANA timezone used to interpret start_time and end_time for custom sessions. choose one of the preset live-session timezones from the docs dropdown.
America/New_York, Europe/London, Asia/Tokyo historical lookback window attached to each ticker's report data; 3mo or 6mo.
3mo, 6mo comma-separated list of ticker symbols to include (e.g., ES,NQ,CL). empty string streams all available tickers.
report variant preferences as report_type:value pairs (e.g., gap_fill_standard:100,initial_balance_standard:60min_wick).
comma-separated list of report types to include (e.g., gap_fill_standard,initial_balance_standard). empty string includes all reports.
Response
Successful Response