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
| Parameter | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Case-insensitive literal text contained in the theme name or research summary; up to 200 characters. |
| ticker | string | string[] | optional | Up to 10 US ticker symbols. Matches themes where any company is a source or an affected company. Company names are not resolved. |
| limit | int | optional | Results per page, max 10. Default 10. |
| page | int | optional | One-based page number. Default 1. |
| impact_companies | boolean | optional | Include 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
| Limit | Value | Past it |
|---|---|---|
| Keyword length | 200 characters | keyword is longer than 200 characters |
| Results per page | 10 | limit 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.
| When | You get | Do |
|---|---|---|
| keyword is longer than 200 characters | keyword is longer than 200 characters | Use a keyword containing at most 200 characters or omit it |
| limit or page out of range | limit or page out of range | Use 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.