get_company_earnings
The canonical per-ticker earnings source. Returns the full truth-layer record for covered tickers (517 consumer-sector companies) — analyst concerns, sentiment labels, strategic activity (marketing/retail/technology/sustainability), CEO intelligence, and validated consumer trends from Fodda's quarterly analysis pipeline. Falls back to web-backfill for uncovered tickers. Use this for company-specific data. Use get_earnings_intelligence for cross-company thematic comparisons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Execution mode (alias for view): snapshot, history, qa, compare, guidance, coverage (free). Defaults to snapshot. | |
| view | No | snapshot: full quarterly record with analyst concerns, sentiment, activity, validated trends. history: narrative timeline across quarters. qa: per-analyst Q&A entries with thematic tagging and response directness. compare: side-by-side comparison of 2-5 tickers. coverage: list all covered tickers (free). | snapshot |
| period | No | Quarter filter (e.g. Q1-2026). Defaults to latest quarter. | |
| sector | No | Sector filter for guidance view. | |
| ticker | No | Company ticker symbol (e.g. NKE, LULU, ONON). Required for snapshot, history, and qa views. | |
| userId | No | Optional user identifier for trial usage tracking. | |
| analyst | No | Analyst name filter for qa view. | |
| metrics | No | Comma-separated metric names for history view (e.g. swot_total,ceo_sentiment). Defaults to all. | |
| tickers | No | Comma-separated ticker symbols for compare view (2-5 tickers). Only used when view=compare. |