Blog / Tracking AI Mentions in Earnings Calls: A Practical Guide fo…
Reading earnings callsMarket themes & sectors

Tracking AI Mentions in Earnings Calls: A Practical Guide for Staying Ahead of the Market

Sep 21, 2025 · Lukas Hoffmann

When a technology shift is underway, executives talk about it on earnings calls long before it shows up cleanly in the financial statements. Artificial intelligence is the clearest current example: capex plans, product roadmaps, and hiring priorities all surface first as spoken commentary. Anyone who systematically monitors how often - and in what context - companies discuss AI has a measurable head start on investors who wait for the numbers.

The good news: with transcripts available as structured data, building that monitoring pipeline is a weekend project, not a research department.

Why AI Mentions Are a Signal Worth Measuring

An earnings call is one of the few recurring events where management explains strategy in its own words and then defends it under analyst questioning. When AI comes up in that setting, it usually points at something concrete: a new spending commitment, a product bet, a competitive worry.

Measured across many companies and quarters, those mentions become useful in several ways:

Left unmeasured, all of this stays anecdotal. Turned into data, it becomes something you can chart, backtest, and alert on.

Defining What Counts as an "AI Mention"

Before writing any code, decide what your keyword universe looks like. "AI" alone is too narrow and too noisy at the same time. A workable starting set:

The raw hit count is only step one. A mention inside a cautious risk-factor answer means something different from one inside a product announcement, so you'll want to keep the surrounding context - ideally the full speaker segment - attached to every match.

Building the Tracking Workflow

Step 1: Get transcripts as structured data

Scraping IR pages or transcribing webcasts by hand doesn't scale past a handful of tickers. An API that serves transcripts as JSON - with speaker attribution - is the foundation. EarningsAPI exposes 250,945 earnings calls across 12,728 companies, broken into 11.9 million individual speaker segments, so a mention can be attributed to a specific CEO answer rather than just "somewhere in the call." Endpoint details live in the API docs.

Step 2: Run keyword queries across the corpus

With full-text search over the transcript archive, counting AI references per company per quarter is a single query loop. Store the results in a simple table: ticker, quarter, term, hit count, and the matched segments.

Step 3: Read the context, not just the count

A spike in mentions is an invitation to look closer, not a conclusion. Feed the matched segments through a sentiment or classification step - even a lightweight LLM prompt works well here - to separate "we are shipping AI features" from "AI poses risks to our licensing model."

Step 4: Watch the trend line

Quarter-over-quarter change is where the signal lives. Is a retailer suddenly discussing machine learning three times as often? Is an entire sector's mention curve bending upward? Trend inflections tend to lead press coverage by one or two quarters.

Step 5: Cross-check against fundamentals

Correlate mention trends with R&D spend, capex, and revenue growth. Companies whose AI talk is backed by rising investment deserve different treatment than those where the language outruns the budget.

Tips That Make the Pipeline More Useful

Mistakes to Avoid

Wrapping Up

AI commentary in earnings calls is a leading indicator hiding in plain text. Companies telegraph their technology strategy every quarter - the only question is whether you're set up to capture it systematically. With transcripts available as clean, speaker-segmented JSON, a mention-tracking pipeline is one of the highest-leverage small projects a data-driven investor or developer can build.

If you want to start today, EarningsAPI provides the transcript corpus, full-text search, and MCP access to build on - check whether your tickers are covered with the coverage check on the homepage.

Related reading

250,000 earnings calls via API

Full transcripts, speaker segments, full-text search. Quarterly plans from $145.

Get an API key
← PreviousStock Analysis with Earnings Call Transcripts: Work Faster, See More