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.
Documentation Index
Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Successful Response