historic data screener
returns the most recent screener data for one or more tickers from the last completed trading session. use this to fetch a point-in-time snapshot without opening a persistent connection. for live updates, use the screener pubsub stream instead.
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>).
Query Parameters
type of market to fetch data for. use all to fetch stocks and futures together.
all, stock, futures comma-separated list of ticker symbols to retrieve (e.g., ES,NQ,CL).
trading session to fetch data for; one of NY, LONDON, ASIA.
NY, LONDON, ASIA Response
Successful Response
Most recent historical screener snapshot keyed by ticker symbol.