Live Demo

LLM Financial Report Analyzer

This system automatically reads earnings call transcripts — the quarterly reports companies publish about their financial results — and produces a plain English summary, a sentiment score, and the key topics being discussed. No human reading required.

How it works

What does this system actually do?

1

Reads the full earnings report

Earnings calls are long — executives talk for hours about revenue, costs, growth, risks, and guidance. This system ingests the full transcript automatically.

2

Summarizes it in plain English

Using a language model called BART — the same type of AI used in advanced chatbots — the system condenses the key points into 2-3 sentences. No jargon, no fluff.

3

Detects financial sentiment

Using FinBERT — an AI model specifically trained on financial text — it determines whether the overall tone of the report is positive, negative, or neutral. It understands financial language that general models miss, like "flat revenue" being negative or "conservative guidance" being strategic.

4

Extracts key topics

It identifies the most important phrases discussed in the report — things like "Azure growing", "China revenue", "operating margin" — so you know exactly what the call focused on.

Results

What it found — 5 major companies

The system analyzed earnings calls from Apple, Microsoft, Alphabet, Amazon, and NVIDIA. Here is what it found:

AAPL Negative
China revenue declined 13%. iPad revenue down 25%. Despite strong Services growth, the model correctly identified overall negative sentiment.
Confidence: 94.88%
MSFT Positive
Azure up 28%, AI demand driving growth across all segments. Strong guidance raised for the full year.
Confidence: 95.37%
GOOGL Positive
Google Cloud turned profitable. Search and YouTube growing. Lower confidence reflects mixed signals from regulatory risks.
Confidence: 74.22%
AMZN Positive
AWS reaccelerating after slowdown. Operating margins improving significantly. Free cash flow recovering strongly.
Confidence: 95.98%
NVDA Positive
Record revenue up 206% year over year. AI chip demand driving unprecedented growth. Guidance raised significantly above expectations.
Confidence: 95.72%
API Response

What the API returns

GET /sentiment/summary — Overall market sentiment

total_reports 5
positive 4
negative 1 (AAPL)
neutral 0

GET /reports/AAPL — Apple specific analysis

sentiment_label negative
sentiment_score 0.9488 (94.88% confident)
summary Apple reported Q1 revenue of $119.6B. China revenue declined 13% amid competition from local manufacturers.
keywords percent year, revenue declined, Services revenue
3
NLP Models Used
5
Companies Analyzed
94%
Avg Confidence
4/5
Positive Sentiment
Try it Live — Open API View Source Code ← Back to Projects