get_company_kpis
Returns company-specific operational KPIs: segment revenue, geographic breakdown, active users/devices, gross margins by type, opex breakdown.
Full history runs back to 2014 and is large, so this returns the most
recent `count` periods per metric by default — pass count=0 for the full
history, or `group` to fetch a single group.
Args:
ticker: Stock ticker (e.g. 'AAPL', 'MSFT')
count: Most-recent periods per metric (default 8, max 40; 0 = full history)
group: Optional single group by slug or title
Returns JSON: {"ticker", "lastUpdated", "groups": [...]}. Each group has
slug, title, and metrics: [{title, slug, unit, series: [{periodEnd, value}]}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| group | No | Optional single KPI group by slug or title (e.g. 'revenue_geography', 'Revenue by Segment'). Omit for all groups. | |
| ticker | Yes |