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

drillr.ai
API keys →

Signal

TOOLai_adoption

Search concrete enterprise AI applications disclosed in US company earnings calls from September 2023 to the present, filtered by ticker, company name, application name or update date.

Coverage
US
Billing
Per call · 1 cr / call

Input parameters

ParameterTypeRequiredDescription
tickerstring | string[]optionalOne US ticker, an array, or a comma-separated string; at most 10. Several tickers act as an OR filter.
company_namestringoptionalCase-insensitive partial company-name match; max 200 characters. Empty means no filter.
application_namestringoptionalCase-insensitive partial application-name match; max 200 characters. Empty means no filter.
sincestringoptionalOnly return observations with update_date on or after this date. Must use YYYY-MM-DD.
limitintoptionalRows per page, max 10. Default 10.
pageintoptionalOne-based page number. Default 1.

Example

Arguments
{ "company_name": "Alignment", "application_name": "contract management", "since": "2024-01-01" }
Response
{
  "data": [{
    "ticker": "ALHC",
    "company_name": "Alignment Healthcare, Inc.",
    "application_name": "AI-leveraging contract management solutions …",
    "update_date": "2026-04-30",
    "deployment_stage": "unclear",
    "value_type": "cost_reduction",
    "metrics": [],
    "evidence": [{ "evidence_id": "ev_3f1c8a20d4b7", "quote": "…" }]
  }]
}

Trimmed: Summary, evolution text and evidence detail shortened.

Limits

LimitValuePast it
Tickers per call10Invalid arguments or a bad-request tool failure
Rows per page10Invalid arguments

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
company_name or application_name is longer than 200 charactersInvalid argumentsUse a name fragment no longer than 200 characters
since cannot be parsed as a calendar dateTool failure: "since must be YYYY-MM-DD"Pass since in YYYY-MM-DD format
Unknown or non-US tickerTool failure with not-found detailResolve a supported US symbol with ticker_lookup

Notes

  • company_name and application_name use case-insensitive partial matching. When both are provided, both conditions must match.
  • Each row returns the company and application names, first and latest disclosure dates, an AI application summary, change since earlier disclosures, business position, deployment stage and scope, value type, application-related metrics, and supporting management quotes.
  • With no filters, returns the newest page. Rows are sorted by update_date descending with a stable internal tie-break. No matches return an empty data array.

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