Skip to main content
GET
/
screener_pubsub
cURL
curl --no-buffer --request GET \
  --url 'https://api.edgeful.com/screener_pubsub?market_type=<market_type>' \
  --header 'Authorization: Bearer <api-key>'
{
  "detail": {
    "detail": "Live data is not available on your current plan. Please upgrade to the Pro or All Access plan to gain access.",
    "code": "live_data_not_allowed"
  }
}

Authorizations

Authorization
string
header
required

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

market_type
enum<string>
required

type of market to stream data for. use all to stream stocks and futures together.

Available options:
all,
stock,
futures
session_name
enum<string>
default:NY

trading session to subscribe to; one of NY, LONDON, ASIA.

Available options:
NY,
LONDON,
ASIA

Response

Successful Response