# Microsoft (MSFT) 10-K Financial Overview

**Use case:** 

Get concise insights from Microsoft's 10-K filing, including key risks and financial highlights, enriched with AI-generated summaries.

## Input

```json
{
  "tickersOrCIKs": [
    "MSFT"
  ],
  "formTypes": [
    "10-K"
  ],
  "maxItems": 1,
  "enrich": true,
  "targetLangs": [
    "en"
  ],
  "userAgentContact": "you@example.com"
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "formType": {
    "label": "Form",
    "format": "string"
  },
  "filedDate": {
    "label": "Filed",
    "format": "string"
  },
  "summary": {
    "label": "AI summary",
    "format": "string"
  },
  "keyRisks": {
    "label": "Key risks",
    "format": "array"
  },
  "financialHighlights": {
    "label": "Financials",
    "format": "object"
  },
  "url": {
    "label": "Filing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Filing Monitor + AI Summaries (EN/RU/AR)](https://apify.com/mikhail_k/sec-filing-summaries) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mikhail_k/sec-filing-summaries) to learn more, explore other use cases, and run it yourself.