Financial data is informational and may be inaccurate. See Disclaimer.

drillr.ai
API keys →

Signal

TOOLindustry_inflections

Search industry inflections identified through structured research of earnings calls held by US-listed companies after July 2026, including the change mechanism, impact scope, market attention and affected companies.

Coverage
US · calls after July 2026
Billing
Per call · 1 cr / call

Input parameters

ParameterTypeRequiredDescription
keywordstringoptionalCase-insensitive literal text contained in the theme name or research summary; up to 200 characters.
tickerstring | string[]optionalUp to 10 US ticker symbols. Matches themes where any company is a source or an affected company. Company names are not resolved.
limitintoptionalResults per page, max 10. Default 10.
pageintoptionalOne-based page number. Default 1.
impact_companiesbooleanoptionalInclude company_impacts when per-company effects are needed; otherwise the field is omitted. Default false.

Example

Arguments
{ "keyword": "pricing", "ticker": "UFI", "impact_companies": true }
Response
{
  "data": [{
    "quarter": "2026Q2",
    "name": "Conflict feedstock rationing re-sorts who can supply",
    "regime_type": "competition",
    "impact_scope": "cross_industry",
    "impact_degree": "significant",
    "attention_verdict": "partly",
    "source_tickers": ["ANSLY", "GRSXY", "UFI"],
    "company_impacts": [{ "ticker": "UFI", "direction": "positive", "impact_stage": "realized" }]
  }]
}

Trimmed: Long-form summaries and impact detail shortened.

Limits

LimitValuePast it
Keyword length200 characterskeyword is longer than 200 characters
Results per page10limit or page out of range

Errors

Invalid arguments are refused before the tool runs; the rest arrive as a tool failure whose text is the message. The four shapes are on MCP server.

WhenYou getDo
keyword is longer than 200 characterskeyword is longer than 200 charactersUse a keyword containing at most 200 characters or omit it
limit or page out of rangelimit or page out of rangeUse limit 1–10 and page 1 or greater

Notes

  • ticker matches both source_tickers and company_impacts[].ticker. With no arguments, returns the newest page with up to 10 results and omits company_impacts. An empty query result returns: No relevant industry inflections found.

Endpoint, client setup and billing are common to all tools. For details, please refer to MCP server.