Screen securities using query parameters only (friendly filters). Filter by market cap, P/E, ROE, volume, price, and more. At least one filter is required. Internally uses Intrinio POST /securities/screen.
Use Case: Build stock screeners (e.g., large-cap value, high ROE, cash-rich) by passing query params. All conditions are combined with AND.
marketcap, pricetoearnings, roe, volume, open_price, dilutedeps, cashandequivalents. Other values (e.g. pricetobook) default to marketcap. orderDirection defaults to desc.
200 OK with a JSON array. Each element has:
id, company_id, stock_exchange_id, exchange, exchange_mic, name, code, currency, ticker, composite_ticker, figi, composite_figi, share_class_figi, primary_listing (fields may be null).tag (e.g. pricetoearnings, marketcap), number_value, and text_value (one of which may be null).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
P/E ratio >= value (Intrinio: pricetoearnings)
P/E ratio <= value
P/E ratio > value
P/E ratio < value
Return on equity >= value (e.g. 0.2 = 20%)
Market cap >= value (e.g. 1000000000)
Open price >= value
Volume >= value
Diluted EPS >= value
P/B ratio >= value
P/S ratio >= value
State (exact match, e.g. Texas)
Company description contains text
Results per request (1–50000)
1 <= x <= 50000Sort by this field. Allowed: marketcap, pricetoearnings, roe, volume, open_price, dilutedeps, cashandequivalents. Unsupported values (e.g. pricetobook) default to marketcap.
marketcap, pricetoearnings, roe, volume, open_price, dilutedeps, cashandequivalents Sort direction. Defaults to desc when omitted or invalid.
asc, desc Return only primary listings